diff --git a/srcpkgs/ouch/template b/srcpkgs/ouch/template index 8de1c57fc32..57205bad80c 100644 --- a/srcpkgs/ouch/template +++ b/srcpkgs/ouch/template @@ -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 " @@ -24,5 +25,4 @@ post_install() { for page in artifacts/*.1; do vman ${page} done - }