Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/fig2dev/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/fig2dev/PKGBUILD')
-rw-r--r--community/fig2dev/PKGBUILD12
1 files changed, 0 insertions, 12 deletions
diff --git a/community/fig2dev/PKGBUILD b/community/fig2dev/PKGBUILD
deleted file mode 100644
index dba7e779..00000000
--- a/community/fig2dev/PKGBUILD
+++ /dev/null
@@ -1,12 +0,0 @@
-eval "$(
- {
- declare -f prepare || \
- printf 'prepare() {\n}\n'
- } \
- | sed '
- $i find "${srcdir}/${pkgname}-${pkgver}" \\\
- -exec sed -i '"'"' \
- s/Invalid resolution information (-1)\\./Invalid spline object./g \
- '"'"' {} \\;
- '
-)"