summaryrefslogtreecommitdiff
path: root/community/lbzip2/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/lbzip2/PKGBUILD')
-rw-r--r--community/lbzip2/PKGBUILD14
1 files changed, 0 insertions, 14 deletions
diff --git a/community/lbzip2/PKGBUILD b/community/lbzip2/PKGBUILD
deleted file mode 100644
index 1bb52877..00000000
--- a/community/lbzip2/PKGBUILD
+++ /dev/null
@@ -1,14 +0,0 @@
-# hotfix for FS#60455
-source+=('4af4a4a71827c0bc5e0ec67af23edef4f15cee8e.patch')
-sha256sums+=('5eca4665b147655ce99f9ae5eff50e7db2714ba957e41e20b50d80533aeb6bef')
-
-eval "$(
- {
- declare -f prepare || \
- printf 'prepare() {\n}\n'
- } \
- | sed '
- $i cd "${srcdir}"/$pkgname-$pkgver \
- patch -p1 -i ../4af4a4a71827c0bc5e0ec67af23edef4f15cee8e.patch
- '
-)"