From 3cf12639b379fd9ee33a5b62399504083824e41b Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 26 Oct 2018 21:32:44 +0200 Subject: community/squashfs-tools: temporary fix for FS#60439 (sysmacros include) --- community/squashfs-tools/PKGBUILD | 10 ++++++++++ .../squashfs-tools/squashfs-tools-4.3-sysmacros.patch | Bin 0 -> 949 bytes 2 files changed, 10 insertions(+) create mode 100644 community/squashfs-tools/PKGBUILD create mode 100644 community/squashfs-tools/squashfs-tools-4.3-sysmacros.patch (limited to 'community') diff --git a/community/squashfs-tools/PKGBUILD b/community/squashfs-tools/PKGBUILD new file mode 100644 index 00000000..df02d5af --- /dev/null +++ b/community/squashfs-tools/PKGBUILD @@ -0,0 +1,10 @@ +# see FS#60439 + +source+=(squashfs-tools-4.3-sysmacros.patch) +sha512sums+=('ba228d0c8e86a6a07bab9992c2484d66b1b414eb7509e0705d1bf2721486e2e4f39ed0902e257ea592107bfa8b749ee95a8360919939913ad97130277171b9a0') + +prepare() { + cd "$srcdir"/squashfs${pkgver} + patch -p1 < ../squashfs-tools-4.3-sysmacros.patch +} + diff --git a/community/squashfs-tools/squashfs-tools-4.3-sysmacros.patch b/community/squashfs-tools/squashfs-tools-4.3-sysmacros.patch new file mode 100644 index 00000000..14246b4a Binary files /dev/null and b/community/squashfs-tools/squashfs-tools-4.3-sysmacros.patch differ -- cgit v1.2.3-54-g00ecf