rover: update to 1.0.0

This commit is contained in:
Diogo Leal 2017-05-08 09:12:43 -03:00
parent 9acd2e08f1
commit 93a3c49158

View file

@ -1,6 +1,6 @@
# Template file for 'rover' # Template file for 'rover'
pkgname=rover pkgname=rover
version=0.4.2 version=1.0.0
revision=1 revision=1
makedepends="ncurses-devel" makedepends="ncurses-devel"
short_desc="Simple file browser for the terminal" short_desc="Simple file browser for the terminal"
@ -8,7 +8,7 @@ maintainer="Diogo Leal <diogo@diogoleal.com>"
license="Public Domain" license="Public Domain"
homepage="https://github.com/lecram/rover" homepage="https://github.com/lecram/rover"
distfiles="https://github.com/lecram/rover/archive/v${version}.tar.gz" distfiles="https://github.com/lecram/rover/archive/v${version}.tar.gz"
checksum=2e3521487ccae06e38be40e182a0f1ddcbbe395474e47753fbdcae02d25f03a7 checksum=f2e6629107f80cc71e64cf1f2c79afe8c76d3aa0d53074bd221e5ddcda895a4e
do_build() { do_build() {
make ${makejobs} LDLIBS="-lncursesw" make ${makejobs} LDLIBS="-lncursesw"