Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2025-03-21 11:31:09 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2025-03-21 11:31:09 +0100
commita3a5a8e57719b015f1e3f97a51dd12f638906cea (patch)
tree0ef8bf207c1f1f630c6d70a53be10c02f026f767
parentbc326fcdc3e1c153201072c30e475c134d55c295 (diff)
core/libarchive: hotfix for libb2
-rw-r--r--core/libarchive/PKGBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/libarchive/PKGBUILD b/core/libarchive/PKGBUILD
index 56ede898..c0dc8804 100644
--- a/core/libarchive/PKGBUILD
+++ b/core/libarchive/PKGBUILD
@@ -10,3 +10,7 @@ eval "$(
s/configure/configure --without-xml2 /
'
)"
+
+# temporary, we still build a version with libb2 though upstream now
+# has no dependency on libb2 anymore?
+depends+=(libb2)