diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-01-07 23:09:34 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-01-07 23:09:34 +0000 |
commit | 7f4e4ade40ddbe9889efcf640e6970c1f13d7c24 (patch) | |
tree | 3573b9cd16f95b378ff9c6d31d81742761475453 /user | |
parent | 4b7ab0d96afd829544993c03d0a0838f83f3b505 (diff) | |
download | packages-7f4e4ade40ddbe9889efcf640e6970c1f13d7c24.tar.gz packages-7f4e4ade40ddbe9889efcf640e6970c1f13d7c24.tar.bz2 packages-7f4e4ade40ddbe9889efcf640e6970c1f13d7c24.tar.xz packages-7f4e4ade40ddbe9889efcf640e6970c1f13d7c24.zip |
user/aspell-dict-pl: bump, fix source URL
Diffstat (limited to 'user')
-rw-r--r-- | user/aspell-dict-pl/APKBUILD | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/user/aspell-dict-pl/APKBUILD b/user/aspell-dict-pl/APKBUILD index b76f848e5..e7c364f02 100644 --- a/user/aspell-dict-pl/APKBUILD +++ b/user/aspell-dict-pl/APKBUILD @@ -1,9 +1,7 @@ # Contributor: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com> # Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com> pkgname=aspell-dict-pl -pkgver=6.0.20190103.0 -_pkgver=${pkgver%.*.*}_${pkgver#*.*.} -_pkgver=${_pkgver%.*}-${pkgver#*.*.*.} +pkgver=20190107 pkgrel=0 pkgdesc="Polish dictionaries for aspell" url="https://sjp.pl/slownik/ort/" @@ -12,8 +10,8 @@ options="!check" # no tests license="GPL-2.0-only" depends="aspell" makedepends="debianutils-which" -source="https://sjp.pl/slownik/ort/sjp-aspell6-pl-$_pkgver.tar.bz2" -builddir="$srcdir/aspell6-pl-$_pkgver" +source="https://distfiles.adelielinux.org/source/sjp-aspell6-pl-6.0_$pkgver-0.tar.bz2" +builddir="$srcdir/aspell6-pl-6.0_$pkgver-0" build() { cd "$builddir" @@ -24,4 +22,4 @@ package() { cd "$builddir" make DESTDIR="$pkgdir" install } -sha512sums="213702540233ac564629ad4cbe92958cd55e90c3e6c25ff1f3a40624a08074f339b04624d6e8184d1c7b60eeecc19a98d4827c4bdcfeae2cd9ed17ec9fbf085d sjp-aspell6-pl-6.0_20190103-0.tar.bz2" +sha512sums="a898462495e4797173141f2f82ce74fadb80dfc469e7c4b44871f2622137d5958fad30fd0525ac9cf7a07c31b74d805bb789f022ccbcacadd0d4d1f172986665 sjp-aspell6-pl-6.0_20190107-0.tar.bz2" |