diff options
-rw-r--r-- | user/aspell-dict-ro/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/user/aspell-dict-ro/APKBUILD b/user/aspell-dict-ro/APKBUILD index f5a63f141..4281c379f 100644 --- a/user/aspell-dict-ro/APKBUILD +++ b/user/aspell-dict-ro/APKBUILD @@ -10,7 +10,8 @@ options="!check" # No test suite. license="GPL-2.0-only" depends="aspell" makedepends="cmd:which" -source="https://download.sourceforge.net/rospell/aspell5-ro-$pkgver.tar.bz2" +#source="https://download.sourceforge.net/rospell/aspell5-ro-$pkgver.tar.bz2" +source="https://distfiles.adelielinux.org/source/archive/${pkgname}-${pkgver}/aspell5-ro-$pkgver.tar.bz2" builddir="$srcdir/aspell5-ro-$pkgver" build() { |