summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvlad2015-07-08 19:54:47 +0300
committervlad2015-07-08 19:54:47 +0300
commitef810ffb0690a3a337ba1fb84b5906367284406d (patch)
tree127f8684cfc10a1e8f1ec77623ce7c9e64776401
parent2b4aadfc91eee90a9c60da8cac22153a2ce04332 (diff)
downloadaur-ef810ffb0690a3a337ba1fb84b5906367284406d.tar.gz
Update to 1.9.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD23
2 files changed, 15 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fad0beb0c75b..ebb33f136af9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hunspell-uk
pkgdesc = Ukrainian spelling dictionary
- pkgver = 1.6.5
- pkgrel = 2
+ pkgver = 1.9.6
+ pkgrel = 1
url = http://extensions.libreoffice.org/extension-center/ukrainian-spelling-dictionary-and-thesaurus
arch = any
groups = dict-uk
@@ -10,8 +10,8 @@ pkgbase = hunspell-uk
optdepends = hunspell: the spell checking libraries and apps
optdepends = hyphen-uk: Ukrainian hyphenation rules
optdepends = mythes-uk: Ukrainian thesaurus
- source = http://extensions.libreoffice.org/extension-center/ukrainian-spelling-dictionary-and-thesaurus/releases/1.6.5/dict-uk_ua-1.6.5.oxt
- md5sums = 30746735548944edf5f4c9ef6881c510
+ source = http://extensions.libreoffice.org/extension-center/ukrainian-spelling-dictionary-and-thesaurus/releases/1.9.6/dict-uk_ua-1-9-6.oxt
+ sha256sums = 526365ad178dd0bb829db11ea2cf21a3811e0f16a3a93d65c97b946240d9d4eb
pkgname = hunspell-uk
diff --git a/PKGBUILD b/PKGBUILD
index 17a4993a6830..960ee8665fa5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,25 +1,24 @@
-# Maintainer: Rax Garfield <admin at dvizho.ks.ua>
+# Maintainer: Vlad M. <vlad@archlinux.net>
+# Contributor: Rax Garfield <admin at dvizho.ks.ua>
pkgname=hunspell-uk
-pkgver=1.6.5
-pkgrel=2
+pkgver=1.9.6
+pkgrel=1
pkgdesc="Ukrainian spelling dictionary"
arch=('any')
url="http://extensions.libreoffice.org/extension-center/ukrainian-spelling-dictionary-and-thesaurus"
license=('LGPL3' 'GPL3')
groups=('dict-uk')
-optdepends=(
- 'hunspell: the spell checking libraries and apps'
- 'hyphen-uk: Ukrainian hyphenation rules'
- 'mythes-uk: Ukrainian thesaurus'
-)
-source=(http://extensions.libreoffice.org/extension-center/ukrainian-spelling-dictionary-and-thesaurus/releases/1.6.5/dict-uk_ua-1.6.5.oxt)
-md5sums=('30746735548944edf5f4c9ef6881c510')
+optdepends=('hunspell: the spell checking libraries and apps'
+ 'hyphen-uk: Ukrainian hyphenation rules'
+ 'mythes-uk: Ukrainian thesaurus')
+source=("http://extensions.libreoffice.org/extension-center/ukrainian-spelling-dictionary-and-thesaurus/releases/${pkgver}/dict-uk_ua-${pkgver//./-}.oxt")
+sha256sums=('526365ad178dd0bb829db11ea2cf21a3811e0f16a3a93d65c97b946240d9d4eb')
package() {
cd ${srcdir}/uk_UA
install -dm755 ${pkgdir}/usr/share/hunspell
- install -m 644 uk_UA.* ${pkgdir}/usr/share/hunspell
+ install -m644 uk_UA.* ${pkgdir}/usr/share/hunspell
# symlinks
install -dm755 ${pkgdir}/usr/share/myspell/dicts
@@ -31,5 +30,5 @@ package() {
# docs
install -dm755 ${pkgdir}/usr/share/doc/${pkgname}
- install -m 644 README_uk_UA.txt ${pkgdir}/usr/share/doc/${pkgname}
+ install -m644 README_uk_UA.txt ${pkgdir}/usr/share/doc/${pkgname}
}