summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorstargr@gmail.com2018-06-18 16:57:02 +0300
committerstargr@gmail.com2018-06-18 16:57:02 +0300
commit141f2c7d1e553972313800342f8917a79a7d9831 (patch)
treefd961bb8bdbed7889948c824088e1514ffb67551 /PKGBUILD
parentd755c81d548c60a26783f78b79d63bf1bb76a607 (diff)
downloadaur-141f2c7d1e553972313800342f8917a79a7d9831.tar.gz
Updated for the new dictionaries path
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 077b0580224d..c91fbd015e99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: helix <stargr[at]gmail[dot]com>
pkgname=wps-office-extension-english-uk-dictionary
pkgver=20140307
-pkgrel=2
+pkgrel=3
pkgdesc='English (UK) 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/en_GB.zip)
-sha1sums=('24ba8db91b0913a033fab1c44da0e654e4449c5c')
+sha512sums=('6af867e1a53f80ae31ddb874f6825453becd4ab77689983e8819db017e9bf89939244c0e4aa8b146f97b4ab5c546f55eea544956297b7bd263236cabe43cced3')
package() {
- install -dm755 $pkgdir/usr/lib/office6/dicts
- unzip -q $srcdir/en_GB.zip -d $pkgdir/usr/lib/office6/dicts
+ install -dm755 $pkgdir/usr/lib/office6/dicts/spellcheck
+ unzip -q $srcdir/en_GB.zip -d $pkgdir/usr/lib/office6/dicts/spellcheck
}