diff options
author | Kiyoshi Aman <kiyoshi.aman@gmail.com> | 2020-06-19 23:46:16 +0000 |
---|---|---|
committer | Kiyoshi Aman <kiyoshi.aman@gmail.com> | 2020-06-19 23:46:16 +0000 |
commit | c10512f75566fec8e55e826054ff45dc812f0e60 (patch) | |
tree | 45604b7725f2e4a8b7261dbe60a366b67343911f /user | |
parent | e797ad37fcba0ef0bcc800e013c9a7d9e4c54fbb (diff) | |
download | packages-c10512f75566fec8e55e826054ff45dc812f0e60.tar.gz packages-c10512f75566fec8e55e826054ff45dc812f0e60.tar.bz2 packages-c10512f75566fec8e55e826054ff45dc812f0e60.tar.xz packages-c10512f75566fec8e55e826054ff45dc812f0e60.zip |
user/aspell-dict-pl: upgrade to 20200619
Diffstat (limited to 'user')
-rw-r--r-- | user/aspell-dict-pl/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/user/aspell-dict-pl/APKBUILD b/user/aspell-dict-pl/APKBUILD index a3bade532..ff226f2fe 100644 --- a/user/aspell-dict-pl/APKBUILD +++ b/user/aspell-dict-pl/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Kiyoshi Aman <adelie@aerdan.vulpine.house> # Maintainer: Kiyoshi Aman <adelie@aerdan.vulpine.house> pkgname=aspell-dict-pl -pkgver=20190107 +pkgver=20200619 pkgrel=0 pkgdesc="Polish dictionaries for aspell" url="https://sjp.pl/slownik/ort/" @@ -10,7 +10,7 @@ options="!check" # No test suite. license="GPL-2.0-only" depends="aspell" makedepends="debianutils-which" -source="https://distfiles.adelielinux.org/source/sjp-aspell6-pl-6.0_$pkgver-0.tar.bz2" +source="https://dev.sick.bike/dist/sjp-aspell6-pl-6.0_$pkgver-0.tar.bz"2 builddir="$srcdir/aspell6-pl-6.0_$pkgver-0" build() { @@ -22,4 +22,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="a898462495e4797173141f2f82ce74fadb80dfc469e7c4b44871f2622137d5958fad30fd0525ac9cf7a07c31b74d805bb789f022ccbcacadd0d4d1f172986665 sjp-aspell6-pl-6.0_20190107-0.tar.bz2" +sha512sums="76be557382fbc255b32c1be13124090ce65514b2472e57a7205fdeefeae8dac929c8d4a075c2ff18d6bb0dc195fcb4294c621c06b128dad9de12431bfe338c49 sjp-aspell6-pl-6.0_20200619-0.tar.bz2" |