lr: update to 0.4.

This commit is contained in:
Leah Neukirchen 2017-04-25 23:10:55 +02:00
parent c70592e34d
commit 394481b3fa

View file

@ -1,16 +1,15 @@
# Template file for 'lr' # Template file for 'lr'
pkgname=lr pkgname=lr
version=0.3.2 version=0.4
revision=1 revision=1
build_style=gnu-makefile build_style=gnu-makefile
short_desc="List files, recursively (a better ls/find/stat/du)" short_desc="List files, recursively (a better ls/find/stat/du)"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>" maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT" license="MIT"
homepage="https://github.com/chneukirchen/lr" homepage="https://github.com/chneukirchen/lr"
distfiles="https://github.com/chneukirchen/${pkgname}/archive/v${version}.tar.gz" distfiles="https://github.com/chneukirchen/${pkgname}/archive/v${version}.tar.gz"
checksum=c4fb7183c0068708cb57078a83ea3ec254cbebeedcd87650dc39a077aaa88599 checksum=4fdfa4dbd5757c11e41398d076ded8d4bd87e61bb0a497c423b4625914b63562
post_install() { post_install() {
head -n26 lr.c >LICENSE
vlicense LICENSE vlicense LICENSE
} }