summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorstargr@gmail.com2018-06-18 17:01:02 +0300
committerstargr@gmail.com2018-06-18 17:01:02 +0300
commitb9f3796d003b7071fd0b62a845552db1ff223812 (patch)
tree1b1683d9df52ef59492bf3861c6495ad13bdda19
parent7d9cea8d2cf19e2be9ceb10bcaa7e1f9f2a1bfad (diff)
downloadaur-b9f3796d003b7071fd0b62a845552db1ff223812.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 6ef98ce9f30c..f4c3c4c5d265 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wps-office-extension-spanish-dictionary
pkgdesc = Spanish dictionary for WPS Office
pkgver = 20140307
- pkgrel = 2
+ pkgrel = 3
url = http://wps-community.org/download/dicts
arch = any
groups = wps-office-extensions
@@ -9,7 +9,7 @@ pkgbase = wps-office-extension-spanish-dictionary
makedepends = unzip
depends = wps-office
source = http://wps-community.org/download/dicts/es_ES.zip
- sha1sums = 880c20620784885baa3e10367e4632d22de13743
+ sha512sums = 0c9cae3f4bae8c61eb6c6c060f12271d20f383b453387c1e3c829bb79fd309b83ac3d655a10ad57f88d8637f18903361bdb4b04660a563ee84b56b6f4f1cef01
pkgname = wps-office-extension-spanish-dictionary
diff --git a/PKGBUILD b/PKGBUILD
index 54223d0a0c59..8cf58e09a6e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: helix <stargr[at]gmail[dot]com>
pkgname=wps-office-extension-spanish-dictionary
pkgver=20140307
-pkgrel=2
+pkgrel=3
pkgdesc='Spanish 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/es_ES.zip)
-sha1sums=('880c20620784885baa3e10367e4632d22de13743')
+sha512sums=('0c9cae3f4bae8c61eb6c6c060f12271d20f383b453387c1e3c829bb79fd309b83ac3d655a10ad57f88d8637f18903361bdb4b04660a563ee84b56b6f4f1cef01')
package() {
- install -dm755 $pkgdir/usr/lib/office6/dicts
- unzip -q $srcdir/es_ES.zip -d $pkgdir/usr/lib/office6/dicts
+ install -dm755 $pkgdir/usr/lib/office6/dicts/spellcheck
+ unzip -q $srcdir/es_ES.zip -d $pkgdir/usr/lib/office6/dicts/spellcheck
}