Merge pull request #6351 from diogoleal/rover-1.0.0
rover: update to 1.0.0
This commit is contained in:
commit
f22950250a
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue