summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/fig2dev/PKGBUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/community/fig2dev/PKGBUILD b/community/fig2dev/PKGBUILD
new file mode 100644
index 00000000..b761add0
--- /dev/null
+++ b/community/fig2dev/PKGBUILD
@@ -0,0 +1,6 @@
+prepare() {
+ find "${pkgname}-${pkgver}" \
+ -exec sed -i '
+ s/Invalid resolution information (-1)\./Invalid spline object./g
+ ' {} \;
+}