diff options
Diffstat (limited to 'main/iceauth/APKBUILD')
-rw-r--r-- | main/iceauth/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/iceauth/APKBUILD b/main/iceauth/APKBUILD index 692ff50c6e..cfd697a67a 100644 --- a/main/iceauth/APKBUILD +++ b/main/iceauth/APKBUILD @@ -9,7 +9,7 @@ license="MIT" subpackages="$pkgname-doc" depends="" makedepends="libice-dev" -source="http://xorg.freedesktop.org/releases/individual/app/iceauth-$pkgver.tar.bz2" +source="http://www.x.org/releases/individual/app/iceauth-$pkgver.tar.bz2" builddir="$srcdir/$pkgname-$pkgver" |