summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ed98fb03c186..d6350813b1cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: helix <stargr[at]gmail[dot]com>
pkgname=wps-office-extension-khmer-dictionary
pkgver=20140325
-pkgrel=2
+pkgrel=3
pkgdesc='Khmer 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/km_KH.zip)
-sha1sums=('bd6280d7635699271890a5163e7008ba62155774')
+sha512sums=('419073184385ef54c587ddbf64eaa1b971b20a29a1470003baf41297160ef9b3ab2c3f4cbbc49410f34d5e0192d2a224f7ae82fce634ae7328c71b741f14fa14')
package() {
- install -dm755 $pkgdir/usr/lib/office6/dicts
- unzip -q $srcdir/km_KH.zip -d $pkgdir/usr/lib/office6/dicts
+ install -dm755 $pkgdir/usr/lib/office6/dicts/spellcheck
+ unzip -q $srcdir/km_KH.zip -d $pkgdir/usr/lib/office6/dicts/spellcheck
}