ouch: rebuild for bzip2
This commit is contained in:
parent
1782b7de4c
commit
d9fed8f4f8
|
@ -1,8 +1,9 @@
|
|||
# Template file for 'ouch'
|
||||
pkgname=ouch
|
||||
version=0.4.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cargo
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="liblzma-devel bzip2-devel libzip-devel"
|
||||
short_desc="CLI utility for easily compressing and decompressing files and dirs"
|
||||
maintainer="Savoy <savoy@liberation.red>"
|
||||
|
@ -24,5 +25,4 @@ post_install() {
|
|||
for page in artifacts/*.1; do
|
||||
vman ${page}
|
||||
done
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue