summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorstargr@gmail.com2018-06-18 16:58:46 +0300
committerstargr@gmail.com2018-06-18 16:58:46 +0300
commit6d249a58efd1fe8d9f87edf08c1c4ae28b781074 (patch)
tree2b4d6e671dd00bb41af0bf7e4886f4a7ba767cc4
parent15143d3ee7696a42e09a83519cfdaac23bfa2353 (diff)
downloadaur-6d249a58efd1fe8d9f87edf08c1c4ae28b781074.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 1d0a036e5ae2..2e1523b29190 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wps-office-extension-khmer-dictionary
pkgdesc = Khmer dictionary for WPS Office
pkgver = 20140325
- 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-khmer-dictionary
makedepends = unzip
depends = wps-office
source = http://wps-community.org/download/dicts/km_KH.zip
- sha1sums = bd6280d7635699271890a5163e7008ba62155774
+ sha512sums = 419073184385ef54c587ddbf64eaa1b971b20a29a1470003baf41297160ef9b3ab2c3f4cbbc49410f34d5e0192d2a224f7ae82fce634ae7328c71b741f14fa14
pkgname = wps-office-extension-khmer-dictionary
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
}