summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorstargr@gmail.com2018-06-18 17:00:50 +0300
committerstargr@gmail.com2018-06-18 17:00:50 +0300
commit96afb9775e3ed894c6dc122cb1295e79c98d3e06 (patch)
treedfab227c88c598da903519532409af6aefa4b696
parenta9226e9c686108720aedc91b3ce07139d22331fb (diff)
downloadaur-96afb9775e3ed894c6dc122cb1295e79c98d3e06.tar.gz
Updated for the new dictionaries path
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b020c0a70ca8..84184c324bba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wps-office-extension-spanish-catalan-dictionary
pkgdesc = Spanish (Catalan) dictionary for WPS Office
pkgver = 20150407
- 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-spanish-catalan-dictionary
makedepends = unzip
depends = wps-office
source = http://wps-community.org/download/dicts/ca_ES.zip
- sha1sums = 974af03ac6f7995f4a5a82e24e4ac6ee0b9d15fe
+ sha512sums = 6fa5f7283e13aa2c4308859faf97be222d822866fc0ea4c872246450447019f212e66abc309081cad7a3a77a74c13a736298a30c4c12964ed296fd077433f959
pkgname = wps-office-extension-spanish-catalan-dictionary
diff --git a/PKGBUILD b/PKGBUILD
index 0b10f31204d9..e6b3822ee95f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: helix <stargr[at]gmail[dot]com>
pkgname=wps-office-extension-spanish-catalan-dictionary
pkgver=20150407
-pkgrel=1
+pkgrel=2
pkgdesc='Spanish (Catalan) 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/ca_ES.zip)
-sha1sums=('974af03ac6f7995f4a5a82e24e4ac6ee0b9d15fe')
+sha512sums=('6fa5f7283e13aa2c4308859faf97be222d822866fc0ea4c872246450447019f212e66abc309081cad7a3a77a74c13a736298a30c4c12964ed296fd077433f959')
package() {
- install -dm755 $pkgdir/usr/lib/office6/dicts
- unzip -q $srcdir/ca_ES.zip -d $pkgdir/usr/lib/office6/dicts
+ install -dm755 $pkgdir/usr/lib/office6/dicts/spellcheck
+ unzip -q $srcdir/ca_ES.zip -d $pkgdir/usr/lib/office6/dicts/spellcheck
}