summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-12-07 13:58:42 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-12-07 13:58:42 -0800
commitab18f51c8e39746c32d28ba03d84e4a8f69fcbd2 (patch)
treebd35ae791c8ee6dffe9be3115491c2c52050a598
parentUpdated to 1.10 (diff)
downloadplzip-ab18f51c8e39746c32d28ba03d84e4a8f69fcbd2.tar.xz
Rebuild with man pages.
-rw-r--r--PKGBUILD6
1 files 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}
}