summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3ae35e05c568..fd03c9a197e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: helix <stargr[at]gmail[dot]com>
pkgname=wps-office-extension-slovak-dictionary
pkgver=20141010
-pkgrel=3
+pkgrel=5
pkgdesc='Slovak dictionary for WPS Office'
arch=('any')
-url='http://wps-community.org/download/dicts'
+url='https://github.com/wps-community/wps_community_website/tree/master/root/download/dicts'
license=('custom')
depends=('wps-office')
groups=('wps-office-extensions')
makedepends=('unzip')
-source=(http://wps-community.org/download/dicts/sk_SK.zip)
-sha1sums=('97613d961b76730a157ed611b3c0d3e76e518c89')
+source=(https://github.com/wps-community/wps_community_website/raw/master/root/download/dicts/sk_SK.zip)
+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
}