[arch-commits] Commit in pixz/trunk (PKGBUILD)
Jonathan Steel
jsteel at archlinux.org
Thu Sep 3 15:55:58 UTC 2020
Date: Thursday, September 3, 2020 @ 15:55:57
Author: jsteel
Revision: 697512
upgpkg: pixz 1.0.7-2
Modified:
pixz/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-09-03 15:51:20 UTC (rev 697511)
+++ PKGBUILD 2020-09-03 15:55:57 UTC (rev 697512)
@@ -3,12 +3,13 @@
pkgname=pixz
pkgver=1.0.7
-pkgrel=1
+pkgrel=2
pkgdesc="Parallel, indexed xz compressor"
arch=('x86_64')
url="https://github.com/vasi/pixz"
license=('custom')
depends=('libarchive')
+makedepends=('asciidoc')
source=(https://github.com/vasi/pixz/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
md5sums=('ed227a0a3147db9380f6fe59cc87cd05')
@@ -15,7 +16,7 @@
build() {
cd $pkgname-$pkgver
- ./configure --prefix=/usr
+ manpage=true ./configure --prefix=/usr
make
}
More information about the arch-commits
mailing list