index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2025-03-14 17:02:04 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2025-03-14 17:02:04 +0100 |
commit | 0f268d94452abf7c863620d6db67a0c9136e0a9c (patch) | |
tree | 6459ceb4a83bcaa95b4afb1eb81002ed7bf5c235 /core | |
parent | 451aafbc22bdf3c7ff611b9ab3a507186ecb6c38 (diff) |
-rw-r--r-- | core/libarchive/PKGBUILD | 4 |
diff --git a/core/libarchive/PKGBUILD b/core/libarchive/PKGBUILD new file mode 100644 index 00000000..803046dd --- /dev/null +++ b/core/libarchive/PKGBUILD @@ -0,0 +1,4 @@ +# i486, shasumming git archives is broken? +if [ "${CARCH}" = "i486" ]; then + sha256sums=(SKIP) +fi |