diff options
Diffstat (limited to 'system/automake/APKBUILD')
-rw-r--r-- | system/automake/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/system/automake/APKBUILD b/system/automake/APKBUILD index c37d64456..6612e9e19 100644 --- a/system/automake/APKBUILD +++ b/system/automake/APKBUILD @@ -11,8 +11,7 @@ depends="perl" makedepends="autoconf" #checkdepends="bash gzip coreutils diffutils" subpackages="$pkgname-doc" -source="ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz" -builddir="$srcdir/$pkgname-$pkgver" +source="https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz" build() { cd "$builddir" |