diff options
Diffstat (limited to 'community/mythes')
-rw-r--r-- | community/mythes/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/mythes/APKBUILD b/community/mythes/APKBUILD index 6de9d3428c..be745e5251 100644 --- a/community/mythes/APKBUILD +++ b/community/mythes/APKBUILD @@ -10,7 +10,7 @@ license="GPL-2.0-or-later LGPL-2.0-or-later MPL-1.1" subpackages="$pkgname-dev" depends_dev="perl hunspell-dev" makedepends="$depends_dev" -source="http://downloads.sourceforge.net/hunspell/$pkgname-$pkgver.tar.gz" +source="https://downloads.sourceforge.net/hunspell/$pkgname-$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver" build() { |