summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorstargr@gmail.com2016-08-19 21:56:45 +0300
committerstargr@gmail.com2016-08-19 21:56:45 +0300
commitb9e1df79b8637f610f5c2cb1c814467ef2d076fb (patch)
tree8fd882de33a13a588ba4dbde59de0303e5ce13ef
parent42755021382733498f930922b83da6e8c0ac89df (diff)
downloadaur-b9e1df79b8637f610f5c2cb1c814467ef2d076fb.tar.gz
Update
-rw-r--r--PKGBUILD22
1 files changed, 11 insertions, 11 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3ae35e05c568..d93ed738333c 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
-pkgdesc='Slovak dictionary for WPS Office'
+pkgname=wps-office-extension-polish-dictionary
+pkgver=20160202
+pkgrel=4
+pkgdesc='Polish dictionary for WPS Office'
arch=('any')
url='http://wps-community.org/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')
-
-package() {
- install -dm755 $pkgdir/usr/lib/office6/dicts/sk_SK
- unzip -q $srcdir/sk_SK.zip -d $pkgdir/usr/lib/office6/dicts/sk_SK
-}
+source=(http://wps-community.org/download/dicts/pl_PL.zip)
+sha1sums=('a0c25cf977d7e02daabb1256b3d3ffd438c05842')
+
+ package() {
+ install -dm755 $pkgdir/usr/lib/office6/dicts/pl_PL
+ unzip -q $srcdir/pl_PL.zip -d $pkgdir/usr/lib/office6/dicts/pl_PL
+} \ No newline at end of file