Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/squashfs-tools/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-10-26 21:32:44 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2018-10-26 21:32:44 +0200
commit3cf12639b379fd9ee33a5b62399504083824e41b (patch)
treef2e68c4a4a9df0b65be3d422dfea5ec19ac23bbb /community/squashfs-tools/PKGBUILD
parent77a5faaa6ea7f89e6866424e4012884d8e0fb3fe (diff)
community/squashfs-tools: temporary fix for FS#60439 (sysmacros include)
Diffstat (limited to 'community/squashfs-tools/PKGBUILD')
-rw-r--r--community/squashfs-tools/PKGBUILD10
1 files changed, 10 insertions, 0 deletions
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
+}
+