diff options
Diffstat (limited to 'main/fixesproto/APKBUILD')
-rw-r--r-- | main/fixesproto/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/fixesproto/APKBUILD b/main/fixesproto/APKBUILD index d00fbb609b..8ccb03dec0 100644 --- a/main/fixesproto/APKBUILD +++ b/main/fixesproto/APKBUILD @@ -8,7 +8,7 @@ arch="all" license="custom" depends="xextproto" makedepends="" -source="http://xorg.freedesktop.org/releases/individual/proto/$pkgname-$pkgver.tar.bz2" +source="http://www.x.org/releases/individual/proto/$pkgname-$pkgver.tar.bz2" _builddir="$srcdir/$pkgname-$pkgver" |