Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/skim/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/skim/PKGBUILD')
-rw-r--r--community/skim/PKGBUILD11
1 files changed, 0 insertions, 11 deletions
diff --git a/community/skim/PKGBUILD b/community/skim/PKGBUILD
deleted file mode 100644
index 2f1d05f4..00000000
--- a/community/skim/PKGBUILD
+++ /dev/null
@@ -1,11 +0,0 @@
-# test fails, because 8589934592 does not fit in 32 bit
-
-eval "$(
- {
- declare -f prepare \
- || printf 'prepare()\n{\n:\n}\n'
- } \
- | sed '
- 2 a sed -i "s/8589934592\(.*\)8589934592/12345\112345/" "skim-$pkgver/src/util.rs"
- '
-)"