summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorstargr@gmail.com2018-06-18 16:57:59 +0300
committerstargr@gmail.com2018-06-18 16:57:59 +0300
commit6fae061eaca5c14d90e22f9bd9a7d5261a63c8d3 (patch)
tree2786850804cb76a15bfbd5a490f8d16de61f66f9
parent629aef62201d0f0318a6c0f95fe002d611e14443 (diff)
downloadaur-6fae061eaca5c14d90e22f9bd9a7d5261a63c8d3.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 63f6a4a6e27f..c338c9faf33c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wps-office-extension-greek-dictionary
pkgdesc = Greek 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-greek-dictionary
makedepends = unzip
depends = wps-office
source = http://wps-community.org/download/dicts/el_GR.zip
- sha1sums = 9c2c55aef3f0dbc0db266a6d9d170f29a404902c
+ sha512sums = 5accb2626164a2c11046b166a4aaf47cb02565159946037597c26dac46208549647fb4b3d96c3beb225412b78a113e8587d56c1a070e2137a11c1b6e2fb104d9
pkgname = wps-office-extension-greek-dictionary
diff --git a/PKGBUILD b/PKGBUILD
index 70ea2c634459..c8ce2ed452fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: helix <stargr[at]gmail[dot]com>
pkgname=wps-office-extension-greek-dictionary
pkgver=20131121
-pkgrel=2
+pkgrel=3
pkgdesc='Greek 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/el_GR.zip)
-sha1sums=('9c2c55aef3f0dbc0db266a6d9d170f29a404902c')
+sha512sums=('5accb2626164a2c11046b166a4aaf47cb02565159946037597c26dac46208549647fb4b3d96c3beb225412b78a113e8587d56c1a070e2137a11c1b6e2fb104d9')
package() {
- install -dm755 $pkgdir/usr/lib/office6/dicts
- unzip -q $srcdir/el_GR.zip -d $pkgdir/usr/lib/office6/dicts
+ install -dm755 $pkgdir/usr/lib/office6/dicts/spellcheck
+ unzip -q $srcdir/el_GR.zip -d $pkgdir/usr/lib/office6/dicts/spellcheck
}