summaryrefslogtreecommitdiff
path: root/community/seamonkey/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/seamonkey/PKGBUILD')
-rw-r--r--community/seamonkey/PKGBUILD11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/seamonkey/PKGBUILD b/community/seamonkey/PKGBUILD
new file mode 100644
index 00000000..5aadd2bc
--- /dev/null
+++ b/community/seamonkey/PKGBUILD
@@ -0,0 +1,11 @@
+# temporary workaround for FS#63605
+
+# see FS#63605
+source+=('seamonkey-2.49.4-string-fmt.patch')
+sha256sums+=('530471ffc123470c05f51e3f10d6690e161d2b64023983c08f9490b3f704f491')
+eval "$(
+ declare -f prepare | \
+ sed '
+ 3 a patch -p1 -i "$srcdir/seamonkey-2.49.4-string-fmt.patch"
+ '
+)"