summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3fa7aac2621..858c3c4abbcd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wps-office-extension-croatian-dictionary
pkgdesc = Croatian dictionary for WPS Office
pkgver = 20160323
- pkgrel = 1
+ pkgrel = 2
url = http://wps-community.org/download/dicts
arch = any
groups = wps-office-extensions
@@ -9,7 +9,7 @@ pkgbase = wps-office-extension-croatian-dictionary
makedepends = unzip
depends = wps-office
source = http://wps-community.org/download/dicts/hr_HR.zip
- sha1sums = 048f06abdb224eaee744f350547576c3be9c485a
+ sha512sums = 1ae43d506bf35483e65a8ef2f289a854785269a9ef5a39126996d17cd0c9469381cd567925e98cd863bddf2d981bf281880be94250579b506e82e9747114fb35
pkgname = wps-office-extension-croatian-dictionary
diff --git a/PKGBUILD b/PKGBUILD
index 93bfbc36084e..881f20440345 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: helix <stargr[at]gmail[dot]com>
pkgname=wps-office-extension-croatian-dictionary
pkgver=20160323
-pkgrel=1
+pkgrel=2
pkgdesc='Croatian 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/hr_HR.zip)
-sha1sums=('048f06abdb224eaee744f350547576c3be9c485a')
+sha512sums=('1ae43d506bf35483e65a8ef2f289a854785269a9ef5a39126996d17cd0c9469381cd567925e98cd863bddf2d981bf281880be94250579b506e82e9747114fb35')
package() {
- install -dm755 $pkgdir/usr/lib/office6/dicts
- unzip -q $srcdir/hr_HR.zip -d $pkgdir/usr/lib/office6/dicts
+ install -dm755 $pkgdir/usr/lib/office6/dicts/spellcheck
+ unzip -q $srcdir/hr_HR.zip -d $pkgdir/usr/lib/office6/dicts/spellcheck
}