summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8efdf9879d7..2b929d1b2965 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wps-office-extension-swedish-dictionary
pkgdesc = Swedish dictionary for WPS Office
pkgver = 20131121
- pkgrel = 2
+ pkgrel = 3
url = http://wps-community.org/download/dicts
arch = any
groups = wps-office-extensions
@@ -9,7 +9,7 @@ pkgbase = wps-office-extension-swedish-dictionary
makedepends = unzip
depends = wps-office
source = http://wps-community.org/download/dicts/sv_SE.zip
- sha1sums = 828655a2418709d5415dfae9f91fca95e28f90be
+ sha512sums = 773f6b58b30ebdef3c30e14bff0cbe9fe578795746720322cfc496df57af2ab8ccf90e6bd1a9b5f3b817678bf7c4fa6e39e1e1421af5aae771b540ab846c51dc
pkgname = wps-office-extension-swedish-dictionary
diff --git a/PKGBUILD b/PKGBUILD
index 3e795c6be4d7..dfebfabe4cc4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: helix <stargr[at]gmail[dot]com>
pkgname=wps-office-extension-swedish-dictionary
pkgver=20131121
-pkgrel=2
+pkgrel=3
pkgdesc='Swedish dictionary for WPS Office'
arch=('any')
url='http://wps-community.org/download/dicts'
@@ -10,9 +10,9 @@ depends=('wps-office')
groups=('wps-office-extensions')
makedepends=('unzip')
source=(http://wps-community.org/download/dicts/sv_SE.zip)
-sha1sums=('828655a2418709d5415dfae9f91fca95e28f90be')
+sha512sums=('773f6b58b30ebdef3c30e14bff0cbe9fe578795746720322cfc496df57af2ab8ccf90e6bd1a9b5f3b817678bf7c4fa6e39e1e1421af5aae771b540ab846c51dc')
package() {
- install -dm755 $pkgdir/usr/lib/office6/dicts
- unzip -q $srcdir/sv_SE.zip -d $pkgdir/usr/lib/office6/dicts
+ install -dm755 $pkgdir/usr/lib/office6/dicts/spellcheck
+ unzip -q $srcdir/sv_SE.zip -d $pkgdir/usr/lib/office6/dicts/spellcheck
}