summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorstargr@gmail.com2018-06-18 16:59:55 +0300
committerstargr@gmail.com2018-06-18 16:59:55 +0300
commit702186d08e9be38ed1ae8a779cfb5a5abda9cae4 (patch)
tree93112563c0fa80fca2094dbfb4362ee4a79e1a97
parent7ecc0c9df730c813761e6431f343b9cbdf07506b (diff)
downloadaur-702186d08e9be38ed1ae8a779cfb5a5abda9cae4.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 57d4bde8d3c2..0d20ebeabb78 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wps-office-extension-portuguese-dictionary
pkgdesc = Portuguese dictionary for WPS Office
pkgver = 20140218
- 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-portuguese-dictionary
makedepends = unzip
depends = wps-office
source = http://wps-community.org/download/dicts/pt_PT.zip
- sha1sums = 57d2a25257154d104d8938183bce2b67c68495c5
+ sha512sums = 28a888955f2794a66622c2dfa30ec73703f2881d17e4339da0632625659859956a0a2a3a3d324b0a1850d72b01321a6be33a2bffb2b1c8d456b6294b1512e5bc
pkgname = wps-office-extension-portuguese-dictionary
diff --git a/PKGBUILD b/PKGBUILD
index ffa6d179334e..cd29d7e1b06e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: helix <stargr[at]gmail[dot]com>
pkgname=wps-office-extension-portuguese-dictionary
pkgver=20140218
-pkgrel=2
+pkgrel=3
pkgdesc='Portuguese 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/pt_PT.zip)
-sha1sums=('57d2a25257154d104d8938183bce2b67c68495c5')
+sha512sums=('28a888955f2794a66622c2dfa30ec73703f2881d17e4339da0632625659859956a0a2a3a3d324b0a1850d72b01321a6be33a2bffb2b1c8d456b6294b1512e5bc')
package() {
- install -dm755 $pkgdir/usr/lib/office6/dicts
- unzip -q $srcdir/pt_PT.zip -d $pkgdir/usr/lib/office6/dicts
+ install -dm755 $pkgdir/usr/lib/office6/dicts/spellcheck
+ unzip -q $srcdir/pt_PT.zip -d $pkgdir/usr/lib/office6/dicts/spellcheck
}