summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51e126b26bf7..245be4b87eee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = keepassxc-wordlists-hunspell
pkgdesc = Wordlists generated from system Hunspell dicts for keepassxc
pkgver = 1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/wooorm/dictionaries
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index ab5ac44e5c00..de7b08e78b2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jake <aur@ja-ke.tech>
pkgname=keepassxc-wordlists-hunspell
pkgver=1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Wordlists generated from system Hunspell dicts for keepassxc"
arch=('any')
url="https://github.com/wooorm/dictionaries"
@@ -35,7 +35,7 @@ for ((i = 0; i < ${#_lang[@]}; ++i)); do
if [ -f /usr/share/hunspell/$file ]; then
#Strip everything but the words and convert to UTF-8
- tail -n +${_front[$i]} /usr/share/hunspell/$file |iconv -f ISO-8859-15 -t UTF-8 | sed -r 's/\/.+//g' > $srcdir/$file.txt
+ tail -n +${_front[$i]} /usr/share/hunspell/$file | sed -r 's/\/.+//g' > $srcdir/$file.txt
echo "Converted "$file"!"
else
echo "("$file" not found)"