Merge pull request #6351 from diogoleal/rover-1.0.0

rover: update to 1.0.0
This commit is contained in:
Michael Gehring 2017-05-08 15:00:38 +02:00 committed by GitHub
commit f22950250a

View file

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