diff options
author | A. Wilcox <awilcox@wilcox-tech.com> | 2020-06-21 20:08:19 +0000 |
---|---|---|
committer | A. Wilcox <awilcox@wilcox-tech.com> | 2020-06-21 20:08:19 +0000 |
commit | 43600f317952b6de496c203a654f86fa6fcd3b6c (patch) | |
tree | 62541a045088d9c449c688c045f96464364e695d /user/aspell-dict-pl | |
parent | e215aada623820354d91abadd43c53b5b9869509 (diff) | |
parent | 16002e14def568339a143b82ca3ab02a7835b072 (diff) | |
download | packages-43600f317952b6de496c203a654f86fa6fcd3b6c.tar.gz packages-43600f317952b6de496c203a654f86fa6fcd3b6c.tar.bz2 packages-43600f317952b6de496c203a654f86fa6fcd3b6c.tar.xz packages-43600f317952b6de496c203a654f86fa6fcd3b6c.zip |
Merge branch 'bumps.aerdan.20200619' into 'master'
Bumps for packages by Kiyoshi Aman for 19 June 2020
See merge request adelie/packages!477
Diffstat (limited to 'user/aspell-dict-pl')
-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" |