summaryrefslogtreecommitdiff
path: root/user/aspell-dict-ga
diff options
context:
space:
mode:
authorKiyoshi Aman <kiyoshi.aman+apkfission@gmail.com>2019-01-03 13:07:48 -0600
committerKiyoshi Aman <kiyoshi.aman+apkfission@gmail.com>2019-01-03 13:07:48 -0600
commit4503ee030ef29ba3cc699e2bafab476503bf7078 (patch)
tree6180527647af4a89056c3dd5dc5b722e187bf32d /user/aspell-dict-ga
parent8cbec3a46e4a9350bf4038aa765d3269cfa16632 (diff)
downloadpackages-4503ee030ef29ba3cc699e2bafab476503bf7078.tar.gz
packages-4503ee030ef29ba3cc699e2bafab476503bf7078.tar.bz2
packages-4503ee030ef29ba3cc699e2bafab476503bf7078.tar.xz
packages-4503ee030ef29ba3cc699e2bafab476503bf7078.zip
user/aspell-dict-ga: bump for newer third-party release
Diffstat (limited to 'user/aspell-dict-ga')
-rw-r--r--user/aspell-dict-ga/APKBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/user/aspell-dict-ga/APKBUILD b/user/aspell-dict-ga/APKBUILD
index d845f8f46..7ade44261 100644
--- a/user/aspell-dict-ga/APKBUILD
+++ b/user/aspell-dict-ga/APKBUILD
@@ -1,17 +1,18 @@
# Contributor: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
# Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
pkgname=aspell-dict-ga
-pkgver=4.5.0
+pkgver=5.0.0
_pkgver=${pkgver%.*}-${pkgver#*.*.}
+_pkgver2=${pkgver%.*}
pkgrel=0
pkgdesc="Irish dictionaries for aspell"
-url="http://aspell.net"
+url="https://cadhan.com/gaelspell/"
arch="noarch"
options="!check" # no tests
license="GPL-2.0-only"
depends="aspell"
makedepends="debianutils-which"
-source="ftp://ftp.gnu.org/gnu/aspell/dict/ga/aspell5-ga-$_pkgver.tar.bz2"
+source="https://github.com/kscanne/gaelspell/releases/download/v$_pkgver2/aspell5-ga-$_pkgver.tar.bz2"
builddir="$srcdir/aspell5-ga-$_pkgver"
build() {
@@ -23,4 +24,4 @@ package() {
cd "$builddir"
make DESTDIR="$pkgdir" install
}
-sha512sums="e68003e08d75e172e6223c7011795f40a386776559c2f05e049de196f0d5dcbe570a5ec704e6543b519eba5c847054d30b19e462c7ee228eddac4d72ccd82db0 aspell5-ga-4.5-0.tar.bz2"
+sha512sums="15c4e3d85c1ad589300f7288af054d0574e849163816e5e5aec56d464a71fcd02eba129ed74ed7ec341bb19ad2578091c6701b36ac23cc5a7972026742e9bb57 aspell5-ga-5.0-0.tar.bz2"