From ab18f51c8e39746c32d28ba03d84e4a8f69fcbd2 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 7 Dec 2022 13:58:42 -0800 Subject: Rebuild with man pages. --- PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index c45ba67..225253a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,10 +7,10 @@ pkgname=plzip pkgver=1.10 -pkgrel=2 +pkgrel=3 pkgdesc="A massively parallel lossless data compressor based on the lzlib compression library" url="https://www.nongnu.org/lzip/plzip.html" -arch=('x86_64') +arch=('x86_64' 'i686') license=('GPL') depends=('lzlib') source=(https://download.savannah.gnu.org/releases/lzip/plzip/$pkgname-$pkgver.tar.gz{,.sig}) @@ -33,5 +33,5 @@ check() { package() { cd "$pkgname-$pkgver" - make DESTDIR="$pkgdir/" install + make DESTDIR="$pkgdir/" install{,-man} } -- cgit v1.2.1