summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorstargr@gmail.com2016-08-19 21:38:11 +0300
committerstargr@gmail.com2016-08-19 21:38:11 +0300
commit7559dab0c0210a8e17a718ad6c4450fdedda7854 (patch)
tree9fba98759d28cd75e2372ac33abca9e724c2f110
parent51ecb79019feb9dffcd4aa9ab96265b4db226eea (diff)
downloadaur-7559dab0c0210a8e17a718ad6c4450fdedda7854.tar.gz
Update
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78c63babeb0f..e72cecca5233 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wps-office-extension-slovak-dictionary
pkgdesc = Slovak dictionary for WPS Office
pkgver = 20141010
- pkgrel = 2
+ pkgrel = 3
url = http://wps-community.org/download/dicts
arch = any
groups = wps-office-extensions
diff --git a/PKGBUILD b/PKGBUILD
index 5517a6f62c68..3ae35e05c568 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=2
+pkgrel=3
pkgdesc='Slovak dictionary for WPS Office'
arch=('any')
url='http://wps-community.org/download/dicts'
@@ -13,6 +13,6 @@ source=(http://wps-community.org/download/dicts/sk_SK.zip)
sha1sums=('97613d961b76730a157ed611b3c0d3e76e518c89')
package() {
- install -dm755 $pkgdir/usr/lib/office6/dicts
- unzip -q $srcdir/sk_SK.zip -d $pkgdir/usr/lib/office6/dicts
+ install -dm755 $pkgdir/usr/lib/office6/dicts/sk_SK
+ unzip -q $srcdir/sk_SK.zip -d $pkgdir/usr/lib/office6/dicts/sk_SK
}