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