summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorstargr@gmail.com2018-06-18 17:01:14 +0300
committerstargr@gmail.com2018-06-18 17:01:14 +0300
commited7d34d0f8faed554ed46528f450c82fdbad5fed (patch)
tree76fae4fddccc0c95df9b93bc146dc4bfc112c24f /PKGBUILD
parent069fb55bbec95b0c2415e759b233ec56e628f4e7 (diff)
downloadaur-ed7d34d0f8faed554ed46528f450c82fdbad5fed.tar.gz
Updated for the new dictionaries path
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3e795c6be4d7..dfebfabe4cc4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: helix <stargr[at]gmail[dot]com>
pkgname=wps-office-extension-swedish-dictionary
pkgver=20131121
-pkgrel=2
+pkgrel=3
pkgdesc='Swedish 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/sv_SE.zip)
-sha1sums=('828655a2418709d5415dfae9f91fca95e28f90be')
+sha512sums=('773f6b58b30ebdef3c30e14bff0cbe9fe578795746720322cfc496df57af2ab8ccf90e6bd1a9b5f3b817678bf7c4fa6e39e1e1421af5aae771b540ab846c51dc')
package() {
- install -dm755 $pkgdir/usr/lib/office6/dicts
- unzip -q $srcdir/sv_SE.zip -d $pkgdir/usr/lib/office6/dicts
+ install -dm755 $pkgdir/usr/lib/office6/dicts/spellcheck
+ unzip -q $srcdir/sv_SE.zip -d $pkgdir/usr/lib/office6/dicts/spellcheck
}