diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-01-12 10:35:07 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-01-12 10:35:07 +0000 |
commit | 20b49018c40a8128596be4450639bb4252be6e15 (patch) | |
tree | ad628ac854a36c5979d83df0be7aaffbfde6339d /user/aspell-dict-sk/APKBUILD | |
parent | 60669ea0bb74adb5892714a8580e984eb446fb53 (diff) | |
download | packages-20b49018c40a8128596be4450639bb4252be6e15.tar.gz packages-20b49018c40a8128596be4450639bb4252be6e15.tar.bz2 packages-20b49018c40a8128596be4450639bb4252be6e15.tar.xz packages-20b49018c40a8128596be4450639bb4252be6e15.zip |
user/*: Modernise / fix syntax / deps / metadata
Diffstat (limited to 'user/aspell-dict-sk/APKBUILD')
-rw-r--r-- | user/aspell-dict-sk/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/aspell-dict-sk/APKBUILD b/user/aspell-dict-sk/APKBUILD index 831456f53..466ee7cb7 100644 --- a/user/aspell-dict-sk/APKBUILD +++ b/user/aspell-dict-sk/APKBUILD @@ -11,7 +11,7 @@ options="!check" # No test suite. license="GPL-2.0-only" depends="aspell" makedepends="debianutils-which" -source="http://www.sk-spell.sk.cx/file_download/103/aspell6-sk-$_pkgver.tar.bz2" +source="https://distfiles.adelielinux.org/source/aspell6-sk-$_pkgver.tar.bz2" builddir="$srcdir/aspell6-sk-$_pkgver" build() { |