diff options
Diffstat (limited to 'main/xmodmap/APKBUILD')
-rw-r--r-- | main/xmodmap/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/xmodmap/APKBUILD b/main/xmodmap/APKBUILD index d3032112ae..529d7847cd 100644 --- a/main/xmodmap/APKBUILD +++ b/main/xmodmap/APKBUILD @@ -12,7 +12,7 @@ depends_dev="" makedepends="libx11-dev" install="" subpackages="$pkgname-doc" -source="http://xorg.freedesktop.org/releases/individual/app/$pkgname-$pkgver.tar.bz2" +source="http://www.x.org/releases/individual/app/$pkgname-$pkgver.tar.bz2" _builddir="$srcdir"/$pkgname-$pkgver build () { |