summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/skim/PKGBUILD11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/skim/PKGBUILD b/community/skim/PKGBUILD
new file mode 100644
index 00000000..6959767c
--- /dev/null
+++ b/community/skim/PKGBUILD
@@ -0,0 +1,11 @@
+# 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 "/8589934592\(.*\)8589934592/12345\112345/" "skim-$pkgver/src/util.rs"
+ '
+)"