From 0f268d94452abf7c863620d6db67a0c9136e0a9c Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 14 Mar 2025 17:02:04 +0100 Subject: core/libarchive: ignoring shasums on i486 --- core/libarchive/PKGBUILD | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 core/libarchive/PKGBUILD (limited to 'core/libarchive/PKGBUILD') 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 -- cgit v1.2.3-70-g09d2