summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorstargr@gmail.com2018-06-18 17:01:25 +0300
committerstargr@gmail.com2018-06-18 17:01:25 +0300
commita755c318571128b7c5793729a421445da3b0b1d6 (patch)
tree1660e37195ae14c12b7a727f6d23e451aa3a7eaf
parent5fd017fd0409cef7668653c403302bc9c377fff0 (diff)
downloadaur-a755c318571128b7c5793729a421445da3b0b1d6.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 75b740d1d4cf..0620fc3866e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wps-office-extension-turkish-dictionary
pkgdesc = Turkish dictionary for WPS Office
pkgver = 20131224
- 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-turkish-dictionary
makedepends = unzip
depends = wps-office
source = http://wps-community.org/download/dicts/tr_TR.zip
- sha1sums = 467908aefffc4dea537d2a97aac6e105502c1abe
+ sha512sums = 58f37a9dbc836497092f8adca0ad0f7771eeb2749e59f264544397bb9a77d10998df4f786bfd648b1d7922a3c4ce8b4b112574170b0fba90b3751d6891928142
pkgname = wps-office-extension-turkish-dictionary
diff --git a/PKGBUILD b/PKGBUILD
index 2b4779d572bb..f3eeee00006c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: helix <stargr[at]gmail[dot]com>
pkgname=wps-office-extension-turkish-dictionary
pkgver=20131224
-pkgrel=2
+pkgrel=3
pkgdesc='Turkish 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/tr_TR.zip)
-sha1sums=('467908aefffc4dea537d2a97aac6e105502c1abe')
+sha512sums=('58f37a9dbc836497092f8adca0ad0f7771eeb2749e59f264544397bb9a77d10998df4f786bfd648b1d7922a3c4ce8b4b112574170b0fba90b3751d6891928142')
package() {
- install -dm755 $pkgdir/usr/lib/office6/dicts
- unzip -q $srcdir/tr_TR.zip -d $pkgdir/usr/lib/office6/dicts
+ install -dm755 $pkgdir/usr/lib/office6/dicts/spellcheck
+ unzip -q $srcdir/tr_TR.zip -d $pkgdir/usr/lib/office6/dicts/spellcheck
}