diff options
Diffstat (limited to 'system/texinfo/APKBUILD')
-rw-r--r-- | system/texinfo/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/texinfo/APKBUILD b/system/texinfo/APKBUILD index c701bae60..9b44ac59f 100644 --- a/system/texinfo/APKBUILD +++ b/system/texinfo/APKBUILD @@ -9,7 +9,7 @@ license="GPL-3.0+" depends="perl" makedepends="ncurses-dev perl-dev" subpackages="$pkgname-doc $pkgname-lang" -source="ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.xz" +source="https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz" build() { cd "$builddir" |