diff options
author | Kiyoshi Aman <kiyoshi.aman+apkfission@gmail.com> | 2019-01-03 19:13:15 -0600 |
---|---|---|
committer | Kiyoshi Aman <kiyoshi.aman+apkfission@gmail.com> | 2019-01-03 19:14:04 -0600 |
commit | d8d59b5d575546431507b5152f80a13ab984b6fe (patch) | |
tree | 8debb15b9988e5b4c2932dffdb41dcd0b47c35cd /user/aspell-dict-pl/APKBUILD | |
parent | 42dee54aaf00c638ca0870e1127a3497cc6d1be6 (diff) | |
download | packages-d8d59b5d575546431507b5152f80a13ab984b6fe.tar.gz packages-d8d59b5d575546431507b5152f80a13ab984b6fe.tar.bz2 packages-d8d59b5d575546431507b5152f80a13ab984b6fe.tar.xz packages-d8d59b5d575546431507b5152f80a13ab984b6fe.zip |
user/aspell-dict-pl: bump for newer third-party release
Diffstat (limited to 'user/aspell-dict-pl/APKBUILD')
-rw-r--r-- | user/aspell-dict-pl/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/user/aspell-dict-pl/APKBUILD b/user/aspell-dict-pl/APKBUILD index f57d8bec4..b76f848e5 100644 --- a/user/aspell-dict-pl/APKBUILD +++ b/user/aspell-dict-pl/APKBUILD @@ -1,18 +1,18 @@ # Contributor: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com> # Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com> pkgname=aspell-dict-pl -pkgver=6.0.20061121.0 +pkgver=6.0.20190103.0 _pkgver=${pkgver%.*.*}_${pkgver#*.*.} _pkgver=${_pkgver%.*}-${pkgver#*.*.*.} pkgrel=0 pkgdesc="Polish dictionaries for aspell" -url="http://aspell.net" +url="https://sjp.pl/slownik/ort/" arch="noarch" options="!check" # no tests license="GPL-2.0-only" depends="aspell" makedepends="debianutils-which" -source="ftp://ftp.gnu.org/gnu/aspell/dict/pl/aspell6-pl-$_pkgver.tar.bz2" +source="https://sjp.pl/slownik/ort/sjp-aspell6-pl-$_pkgver.tar.bz2" builddir="$srcdir/aspell6-pl-$_pkgver" build() { @@ -24,4 +24,4 @@ package() { cd "$builddir" make DESTDIR="$pkgdir" install } -sha512sums="424842fd3b4b2a00445590527a64393044e067b32ab973d07d90d5f35cd146ea7ae88c4f4b473a68759aa0d27a5c0fcd75b9ef0bb8ceb76e731eafd3aefc81c6 aspell6-pl-6.0_20061121-0.tar.bz2" +sha512sums="213702540233ac564629ad4cbe92958cd55e90c3e6c25ff1f3a40624a08074f339b04624d6e8184d1c7b60eeecc19a98d4827c4bdcfeae2cd9ed17ec9fbf085d sjp-aspell6-pl-6.0_20190103-0.tar.bz2" |