summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAskhat2020-06-09 22:22:10 +0700
committerAskhat2020-06-10 20:08:14 +0700
commitd738ebc126f239c903cfdcd8cd4d2f370c02d408 (patch)
tree528728cb862b5090c4c22e3f4c89526d63d17d59
parentf60f44949464d7144076858523427158ac697e57 (diff)
downloadaur-d738ebc126f239c903cfdcd8cd4d2f370c02d408.tar.gz
Updated to version 0.4.5
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD15
2 files changed, 9 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 032cf8388e88..b7d688e33e73 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,16 @@
-# Generated by mksrcinfo v8
-# Sun Jul 1 13:58:56 UTC 2018
pkgbase = hunspell-ru-aot
pkgdesc = Russian spellcheck dictionary. Based on works of AOT.ru group. Dictionary «only yo».
- pkgver = 0.4.3
+ pkgver = 0.4.5
pkgrel = 1
- url = https://extensions.libreoffice.org/extensions/russian-spellcheck-dictionary.-based-on-works-of-aot-group
+ url = https://extensions.libreoffice.org/en/extensions/show/russian-spellcheck-dictionary.-based-on-works-of-aot-group
arch = any
license = LGPL
optdepends = hunspell: the spell checking libraries and apps
provides = hunspell-ru
conflicts = hunspell-ru
replaces = hunspell-ru
- source = https://extensions.libreoffice.org/extensions/russian-spellcheck-dictionary.-based-on-works-of-aot-group/0-4.3/@@download/file/dict_ru_ru-aot-0.4.3.oxt
- md5sums = bffac2d34f18449743de5ac684df8a4f
+ source = https://extensions.libreoffice.org/assets/downloads/48/dict_ru_ru-aot-0.4.5.oxt
+ sha256sums = dfba6bf1c50e41653d720fc9bc5806232600c13a00730240b8d5d192af1ee1be
pkgname = hunspell-ru-aot
diff --git a/PKGBUILD b/PKGBUILD
index edb521c76420..aac8de3af581 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,26 +2,21 @@
pkgname=hunspell-ru-aot
_realname=dict_ru_ru-aot
-pkgver=0.4.3
-_pkgver=0-4.3
+pkgver=0.4.5
pkgrel=1
pkgdesc="Russian spellcheck dictionary. Based on works of AOT.ru group. Dictionary «only yo»."
provides=('hunspell-ru')
conflicts=('hunspell-ru')
replaces=('hunspell-ru')
arch=(any)
-url="https://extensions.libreoffice.org/extensions/russian-spellcheck-dictionary.-based-on-works-of-aot-group"
+#url="https://extensions.libreoffice.org/extensions/russian-spellcheck-dictionary.-based-on-works-of-aot-group"
+url="https://extensions.libreoffice.org/en/extensions/show/russian-spellcheck-dictionary.-based-on-works-of-aot-group"
license=('LGPL')
optdepends=('hunspell: the spell checking libraries and apps')
-source=(https://extensions.libreoffice.org/extensions/russian-spellcheck-dictionary.-based-on-works-of-aot-group/${_pkgver}/@@download/file/${_realname}-${pkgver}.oxt)
-md5sums=('bffac2d34f18449743de5ac684df8a4f')
-
-build() {
- /bin/true
-}
+source=(https://extensions.libreoffice.org/assets/downloads/48/${_realname}-${pkgver}.oxt)
+sha256sums=('dfba6bf1c50e41653d720fc9bc5806232600c13a00730240b8d5d192af1ee1be')
package() {
- cd "$srcdir"
install -dm755 ${pkgdir}/usr/share/hunspell
install -m 644 russian-aot.dic $pkgdir/usr/share/hunspell/ru_RU.dic
install -m 644 russian-aot.aff $pkgdir/usr/share/hunspell/ru_RU.aff