summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5dbe997a85ef..568e671b7585 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = hunspell-sv
pkgdesc = Swedish dictionaries for Hunspell
- pkgver = 20150312
+ pkgver = 20150707
pkgrel = 1
url = http://www.dsso.se/
- arch = i686
- arch = x86_64
+ arch = any
license = LGPL3
depends = hunspell
- source = http://extensions.libreoffice.org/extension-center/swedish-spelling-dictionary-den-stora-svenska-ordlistan/releases/2.36/ooo_swedish_dict_2-36.oxt
- sha256sums = 0927dc21c9ab904faff2cedf96429c88b69544131a94457bcb67f7bd1d42054e
+ source = http://extensions.libreoffice.org/extension-center/swedish-spelling-dictionary-den-stora-svenska-ordlistan/releases/2.37/ooo_swedish_dict_2-37.oxt
+ sha256sums = d5f0851912a46adecce3a2bba3ea7fb8a12986ffcc80efe9d56586523bb51c5e
pkgname = hunspell-sv
diff --git a/PKGBUILD b/PKGBUILD
index d8bc20e369ad..8928d3fd05f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,17 @@
# Contributor: Oscar Carlsson <oscar.carlsson (at) gmail.com>
pkgname=hunspell-sv
-pkgver=20150312
-_pkgver=2.36
-__pkgver=2-36
+pkgver=20150707
+_pkgver=2.37
+__pkgver=2-37
pkgrel=1
pkgdesc="Swedish dictionaries for Hunspell"
-arch=('i686' 'x86_64')
+arch=('any')
url="http://www.dsso.se/"
license=('LGPL3')
depends=('hunspell')
source=("http://extensions.libreoffice.org/extension-center/swedish-spelling-dictionary-den-stora-svenska-ordlistan/releases/$_pkgver/ooo_swedish_dict_$__pkgver.oxt")
-sha256sums=('0927dc21c9ab904faff2cedf96429c88b69544131a94457bcb67f7bd1d42054e')
+sha256sums=('d5f0851912a46adecce3a2bba3ea7fb8a12986ffcc80efe9d56586523bb51c5e')
package() {
cd $srcdir/dictionaries
@@ -29,4 +29,4 @@ package() {
ln -sv /usr/share/hunspell/sv_FI.dic .
ln -sv /usr/share/hunspell/sv_FI.aff .
popd
-} \ No newline at end of file
+}