index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2025-03-22 15:50:43 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2025-03-22 15:50:43 +0100 |
commit | 33d5e03bd1ff1430d4a45cad5e209a03dacf1c6d (patch) | |
tree | ce6cf123d5b072b6c66b796de0ddc1a9af1f95e2 | |
parent | 165f19460fed7856102c2ed4ee851ef7ce45e46c (diff) |
-rw-r--r-- | build-support/libarchive-static/PKGBUILD | 3 |
diff --git a/build-support/libarchive-static/PKGBUILD b/build-support/libarchive-static/PKGBUILD index 1b446905..1014f60a 100644 --- a/build-support/libarchive-static/PKGBUILD +++ b/build-support/libarchive-static/PKGBUILD @@ -4,7 +4,7 @@ pkgname=libarchive-static _pkgname=libarchive pkgver=3.7.7 -pkgrel=2 +pkgrel=3 _attrver=2.5.2 _aclver=2.3.2 _sslver=3.4.1 @@ -245,6 +245,7 @@ build() { ./configure --prefix="${srcdir}"/temp/usr \ --bindir=/usr/bin \ --without-xml2 \ + --without-lz4 \ --without-nettle \ --without-expat \ --disable-shared \ |