[arch-commits] Commit in hunspell-en/trunk (PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Thu Jun 4 19:33:09 UTC 2015


    Date: Thursday, June 4, 2015 @ 21:33:08
  Author: andyrtr
Revision: 240346

upgpkg: hunspell-en 2015.05.18-3

fix UTF-8 encoding FS#45158

Modified:
  hunspell-en/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-06-04 18:35:44 UTC (rev 240345)
+++ PKGBUILD	2015-06-04 19:33:08 UTC (rev 240346)
@@ -3,7 +3,7 @@
 
 pkgname=hunspell-en
 pkgver=2015.05.18
-pkgrel=2
+pkgrel=3
 pkgdesc="English hunspell dictionaries"
 arch=(any)
 url="http://wordlist.aspell.net/dicts/"
@@ -16,6 +16,10 @@
           '84722666d4f7a9c1b3d46a4c47f595cc6f9e1d80'
           'daf8e7d03571990199cb0986e18e469a951e8ab0')
 
+prepare() {
+  sed -i "s:SET UTF8:SET UTF-8:g"  *.aff
+}
+
 build() {
  /bin/true
 }



More information about the arch-commits mailing list