Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/build-support/libarchive-static
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2025-03-23 13:28:57 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2025-03-23 13:28:57 +0100
commitd6daa3afc72e3ea5f1f60f1f91cbc71108a3a504 (patch)
tree8af96f70ad5713a986903a97a96ce391a518bf45 /build-support/libarchive-static
parent97fba2e45d730c1e069eba8aea05b3f5ab6b9d29 (diff)
build-support/libarchive-static: disabled PKGEXT set to xz!
Diffstat (limited to 'build-support/libarchive-static')
-rw-r--r--build-support/libarchive-static/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-support/libarchive-static/PKGBUILD b/build-support/libarchive-static/PKGBUILD
index 143cd5d9..c76e92b2 100644
--- a/build-support/libarchive-static/PKGBUILD
+++ b/build-support/libarchive-static/PKGBUILD
@@ -115,7 +115,7 @@ export CXXFLAGS+=' -D_LARGEFILE64_SOURCE'
# keep using xz-compressed packages, because one use of the package is to
# recover on systems with broken zstd support in libarchive
-[[ $PKGEXT = .pkg.tar.zst ]] && PKGEXT=.pkg.tar.xz
+#[[ $PKGEXT = .pkg.tar.zst ]] && PKGEXT=.pkg.tar.xz
prepare() {
cd "${srcdir}/${_pkgname}"