Date: Friday, May 8, 2020 @ 16:56:38 Author: felixonmars Revision: 382803
switch to https source Modified: aspell-en/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-08 16:22:15 UTC (rev 382802) +++ PKGBUILD 2020-05-08 16:56:38 UTC (rev 382803) @@ -8,7 +8,7 @@ url="http://aspell.net/" license=('custom') depends=('aspell') -source=("ftp://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-$pkgver-0.tar.bz2") +source=("https://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-$pkgver-0.tar.bz2") sha512sums=('e16c76bd2da4515af6f1e3dbbc1c5f26fc3be550e022cbb5b741b867be2acc1359a8902af1b359f6c8cff38de01b9aa43a02153a5a6bc618296e75bf86020a6e') build() {
