diff options
Diffstat (limited to 'main/randrproto/APKBUILD')
-rw-r--r-- | main/randrproto/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/randrproto/APKBUILD b/main/randrproto/APKBUILD index 9790ef7695..d4c4da7936 100644 --- a/main/randrproto/APKBUILD +++ b/main/randrproto/APKBUILD @@ -8,7 +8,7 @@ arch="all" license="custom" depends="" 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" |