rover: update to 0.4.2.
This commit is contained in:
parent
06eabfd45c
commit
6bf05aca8d
1 changed files with 4 additions and 4 deletions
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'rover'
|
||||
pkgname=rover
|
||||
version=0.4.1
|
||||
revision=2
|
||||
version=0.4.2
|
||||
revision=1
|
||||
makedepends="ncurses-devel"
|
||||
short_desc="Simple file browser for the terminal"
|
||||
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=4437321d37f3e552e8abd19ad3d391a4e08472b584179b45d3d1a3a5c24db57b
|
||||
checksum=2e3521487ccae06e38be40e182a0f1ddcbbe395474e47753fbdcae02d25f03a7
|
||||
|
||||
do_build() {
|
||||
make ${makejobs} LDLIBS="-lncursesw $LDFLAGS"
|
||||
make ${makejobs} LDLIBS="-lncursesw"
|
||||
}
|
||||
|
||||
do_install() {
|
||||
|
|
Loading…
Reference in a new issue