summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmytro Meleshko2021-12-16 14:53:48 +0200
committerDmytro Meleshko2021-12-16 14:53:48 +0200
commitc27f65235c40cc1b2f00a91c7571102c7bb0fe7d (patch)
tree86e68ac5c42e3dacf5a853f6936aa41ee74409eb
parent6829965931d1114178fca4eda5ebcfdf5e96ef1d (diff)
downloadaur-c27f65235c40cc1b2f00a91c7571102c7bb0fe7d.tar.gz
use the Github mirror
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f16f33e6940..18031c32e9d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = hyphen-ru
pkgdesc = Russian hyphenation rules
pkgver = 20200604
- pkgrel = 2
- url = https://cgit.freedesktop.org/libreoffice/dictionaries/tree/ru_RU
+ pkgrel = 3
+ url = https://github.com/LibreOffice/dictionaries/tree/master/ru_RU
arch = any
license = custom
depends = hyphen
- source = hyphen-ru.dic::https://cgit.freedesktop.org/libreoffice/dictionaries/plain/ru_RU/hyph_ru_RU.dic?id=12e591abdbc5565e5018ed9b8fbe6d635ade87d7
- source = hyphen-ru-README.txt::https://cgit.freedesktop.org/libreoffice/dictionaries/plain/ru_RU/README_ru_RU.txt?id=12e591abdbc5565e5018ed9b8fbe6d635ade87d7
+ source = hyphen-ru.dic::https://github.com/LibreOffice/dictionaries/raw/12e591abdbc5565e5018ed9b8fbe6d635ade87d7/ru_RU/hyph_ru_RU.dic
+ source = hyphen-ru-README.txt::https://github.com/LibreOffice/dictionaries/raw/12e591abdbc5565e5018ed9b8fbe6d635ade87d7/ru_RU/README_ru_RU.txt
sha256sums = e9a6ae92765fc7e63d879f2ccf3f50f2b95bc8ed7618a6f31c34ce7d39844c83
sha256sums = 262af2f6ad70a61e5ee1332ff44fa8ee50edca819cf33207d8ad6ba6a0c9be52
pkgname = hyphen-ru
-
diff --git a/PKGBUILD b/PKGBUILD
index 16b2b093523e..daf4f3524c91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=hyphen-ru
pkgver=20200604
_commit=12e591abdbc5565e5018ed9b8fbe6d635ade87d7
-pkgrel=2
+pkgrel=3
pkgdesc="Russian hyphenation rules"
arch=('any')
-url='https://cgit.freedesktop.org/libreoffice/dictionaries/tree/ru_RU'
+url='https://github.com/LibreOffice/dictionaries/tree/master/ru_RU'
license=('custom')
depends=('hyphen')
-source=("${pkgname}.dic::https://cgit.freedesktop.org/libreoffice/dictionaries/plain/ru_RU/hyph_ru_RU.dic?id=${_commit}"
- "${pkgname}-README.txt::https://cgit.freedesktop.org/libreoffice/dictionaries/plain/ru_RU/README_ru_RU.txt?id=${_commit}")
+source=("${pkgname}.dic::https://github.com/LibreOffice/dictionaries/raw/${_commit}/ru_RU/hyph_ru_RU.dic"
+ "${pkgname}-README.txt::https://github.com/LibreOffice/dictionaries/raw/${_commit}/ru_RU/README_ru_RU.txt")
sha256sums=('e9a6ae92765fc7e63d879f2ccf3f50f2b95bc8ed7618a6f31c34ce7d39844c83'
'262af2f6ad70a61e5ee1332ff44fa8ee50edca819cf33207d8ad6ba6a0c9be52')