diff options
-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() { |