summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorstargr@gmail.com2018-06-18 17:00:34 +0300
committerstargr@gmail.com2018-06-18 17:00:34 +0300
commitb9c43f665da428171dbb99c048e4f37d398f0399 (patch)
treec31c18e32c07072b595a9522463031600ec51b19 /PKGBUILD
parent7559dab0c0210a8e17a718ad6c4450fdedda7854 (diff)
downloadaur-b9c43f665da428171dbb99c048e4f37d398f0399.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 3ae35e05c568..7279acca3d00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: helix <stargr[at]gmail[dot]com>
pkgname=wps-office-extension-slovak-dictionary
pkgver=20141010
-pkgrel=3
+pkgrel=4
pkgdesc='Slovak 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/sk_SK.zip)
-sha1sums=('97613d961b76730a157ed611b3c0d3e76e518c89')
+sha512sums=('47ec204a931af3866b9c029b106aee6b26a289f465d001c938339f50198b00c96d3a5549f0e4e99f401073c1959fe2d4158d6e62e0ddc12d40617f3305292504')
package() {
- install -dm755 $pkgdir/usr/lib/office6/dicts/sk_SK
- unzip -q $srcdir/sk_SK.zip -d $pkgdir/usr/lib/office6/dicts/sk_SK
+ install -dm755 $pkgdir/usr/lib/office6/dicts/spellcheck/sk_SK
+ unzip -q $srcdir/sk_SK.zip -d $pkgdir/usr/lib/office6/dicts/spellcheck/sk_SK
}