diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2018-10-15 22:13:24 +0200 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2018-10-15 22:13:24 +0200 |
commit | 03c967a1be60786724c84a71651813ebe8fde21d (patch) | |
tree | 933b86e8a50cdedc15ccb13ffd196493f14673fc /testing/autoconf-archive | |
parent | d189ee0167c4adfd06b0816e1ffcaaa31c65201a (diff) | |
download | aports-03c967a1be60786724c84a71651813ebe8fde21d.tar.bz2 aports-03c967a1be60786724c84a71651813ebe8fde21d.tar.xz |
testing/autoconf-archive: fix source
Don't hardcode a specific mirror.
Diffstat (limited to 'testing/autoconf-archive')
-rw-r--r-- | testing/autoconf-archive/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/autoconf-archive/APKBUILD b/testing/autoconf-archive/APKBUILD index 7d8f28b353..9f2e975dea 100644 --- a/testing/autoconf-archive/APKBUILD +++ b/testing/autoconf-archive/APKBUILD @@ -11,7 +11,7 @@ depends="autoconf" makedepends="" install="" subpackages="$pkgname-doc" -source="http://open-source-box.org/$pkgname/$pkgname-$pkgver.tar.xz" +source="https://ftpmirror.gnu.org/$pkgname/$pkgname-$pkgver.tar.xz" builddir="$srcdir/$pkgname-$pkgver" build() { |