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 00b346dd7c67..1c0091b010ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wps-office-extension-german-dictionary
pkgdesc = German 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-german-dictionary
makedepends = unzip
depends = wps-office
source = http://wps-community.org/download/dicts/de_DE.zip
- sha1sums = ab32d59ce9c44451760d5a7846102089df0c8082
+ sha512sums = 388378d34f15397923d71b0210034eeb6674f839593aa46606737aeee01a12957d5a26dabcf0ca1ba41ae3658c4e1b6d6b3137d779fbd05c9a6a4f54b16af646
pkgname = wps-office-extension-german-dictionary
diff --git a/PKGBUILD b/PKGBUILD
index 8593d2f0aec2..a6032a4533ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: helix <stargr[at]gmail[dot]com>
pkgname=wps-office-extension-german-dictionary
pkgver=20131121
-pkgrel=2
+pkgrel=3
pkgdesc='German 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/de_DE.zip)
-sha1sums=('ab32d59ce9c44451760d5a7846102089df0c8082')
+sha512sums=('388378d34f15397923d71b0210034eeb6674f839593aa46606737aeee01a12957d5a26dabcf0ca1ba41ae3658c4e1b6d6b3137d779fbd05c9a6a4f54b16af646')
package() {
- install -dm755 $pkgdir/usr/lib/office6/dicts
- unzip -q $srcdir/de_DE.zip -d $pkgdir/usr/lib/office6/dicts
+ install -dm755 $pkgdir/usr/lib/office6/dicts/spellcheck
+ unzip -q $srcdir/de_DE.zip -d $pkgdir/usr/lib/office6/dicts/spellcheck
}