diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-14 15:29:18 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-14 15:29:18 +0000 |
commit | a948de56c77f6577739644a7725f2c6ce23ee5ca (patch) | |
tree | 21bad8ef3589d491d49351e02bc6580bb4b594ce /testing/xload/APKBUILD | |
parent | b2065cb574726c106a00a45f9b9b8c5e8f73e37a (diff) | |
download | aports-a948de56c77f6577739644a7725f2c6ce23ee5ca.tar.bz2 aports-a948de56c77f6577739644a7725f2c6ce23ee5ca.tar.xz |
testing/xload: fix source url
Diffstat (limited to 'testing/xload/APKBUILD')
-rw-r--r-- | testing/xload/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/xload/APKBUILD b/testing/xload/APKBUILD index 22bd496f1b..eb042c197b 100644 --- a/testing/xload/APKBUILD +++ b/testing/xload/APKBUILD @@ -9,7 +9,7 @@ license="MIT" depends="libintl" makedepends="libx11-dev libxaw-dev libxmu-dev libxt-dev gettext-dev" subpackages="$pkgname-doc" -source="https://xorg.freedesktop.org/archive/individual/app/${pkgname}-${pkgver}.tar.bz2" +source="https://www.x.org/archive/individual/app/${pkgname}-${pkgver}.tar.bz2" options="!check" build() { |