summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorstargr@gmail.com2018-06-18 16:57:25 +0300
committerstargr@gmail.com2018-06-18 16:57:25 +0300
commit3d811cfee8d2bbddcefbe5c0a2a14a1f72fa2a7a (patch)
tree996a81f720e8f34faf767173482fb60edcc53ece
parent162b36e0b4aed34c91db3558c1a2aa6b531f8bb9 (diff)
downloadaur-3d811cfee8d2bbddcefbe5c0a2a14a1f72fa2a7a.tar.gz
Updated for the new dictionaries path
-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
}