summaryrefslogtreecommitdiff
path: root/community/squashfs-tools/PKGBUILD
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-10-29 13:38:40 +0100
committerErich Eckner <git@eckner.net>2018-10-29 13:38:40 +0100
commit03f8786bc6ea253ed08726b5be3cfcd6a66cca30 (patch)
tree3af0bc61592a0bf1adb442428947141242add5ab /community/squashfs-tools/PKGBUILD
parentc727b6bde4f72da83e7691657434eee70557b60b (diff)
downloadpackages-03f8786bc6ea253ed08726b5be3cfcd6a66cca30.tar.xz
community/squashfs-tools: remove obsolete patch
Diffstat (limited to 'community/squashfs-tools/PKGBUILD')
-rw-r--r--community/squashfs-tools/PKGBUILD10
1 files changed, 0 insertions, 10 deletions
diff --git a/community/squashfs-tools/PKGBUILD b/community/squashfs-tools/PKGBUILD
deleted file mode 100644
index df02d5af..00000000
--- a/community/squashfs-tools/PKGBUILD
+++ /dev/null
@@ -1,10 +0,0 @@
-# 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
-}
-