diff options
Diffstat (limited to 'user')
-rw-r--r-- | user/aspell-dict-lv/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user/aspell-dict-lv/APKBUILD b/user/aspell-dict-lv/APKBUILD index 19f94256f..0713ce0f1 100644 --- a/user/aspell-dict-lv/APKBUILD +++ b/user/aspell-dict-lv/APKBUILD @@ -4,13 +4,13 @@ pkgname=aspell-dict-lv pkgver=0.9.3 pkgrel=0 pkgdesc="Latvian dictionaries for aspell" -url="http://dict.dv.lv/" +url="https://dict.dv.lv/" arch="noarch" options="!check" # No test suite. license="GPL-2.0-only" depends="aspell" makedepends="cmd:which" -source="http://dict.dv.lv/download/aspell6-lv-$pkgver.tar.bz2" +source="https://dict.dv.lv/download/aspell6-lv-$pkgver.tar.bz2" builddir="$srcdir/aspell6-lv-$pkgver" build() { |