diff options
author | Timo Teräs <timo.teras@iki.fi> | 2017-11-21 15:58:15 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-11-21 15:58:15 +0200 |
commit | 1676369336c9db76337c5591e05d083a7b762bf0 (patch) | |
tree | 8ec268abef3052c92eea2b68bcb4ba3eecc5b644 | |
parent | d207c79299362f8459a3ee5a760934a4f86816da (diff) | |
download | aports-1676369336c9db76337c5591e05d083a7b762bf0.tar.bz2 aports-1676369336c9db76337c5591e05d083a7b762bf0.tar.xz |
main/debootstrap: use http for source
-rw-r--r-- | main/debootstrap/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/debootstrap/APKBUILD b/main/debootstrap/APKBUILD index d1f161923f..064fa35c47 100644 --- a/main/debootstrap/APKBUILD +++ b/main/debootstrap/APKBUILD @@ -10,7 +10,7 @@ license="GPL2" depends="debian-archive-keyring dpkg tar" makedepends="" subpackages="$pkgname-doc" -source="ftp://ftp.debian.org/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver}.tar.gz" +source="http://ftp.debian.org/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver}.tar.gz" builddir="$srcdir"/$pkgname-$pkgver package() { |