summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 5 insertions, 10 deletions
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