summaryrefslogtreecommitdiff
path: root/extra/aspell/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/aspell/PKGBUILD')
-rw-r--r--extra/aspell/PKGBUILD9
1 files changed, 9 insertions, 0 deletions
diff --git a/extra/aspell/PKGBUILD b/extra/aspell/PKGBUILD
new file mode 100644
index 00000000..76302bd6
--- /dev/null
+++ b/extra/aspell/PKGBUILD
@@ -0,0 +1,9 @@
+# see https://github.com/GNUAspell/aspell/issues/519
+source+=('8089fa02122fed0a6394eba14bbedcb1d18e2384.patch')
+md5sums+=('5f81982bf5ba10d8f23e8086dfcca867')
+sha1sums+=('df5364a8472154452f4e1fe9db0891df457949e0')
+
+prepare() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ patch -p1 -i "${srcdir}/8089fa02122fed0a6394eba14bbedcb1d18e2384.patch"
+}