diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-04-09 08:01:58 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-04-09 08:03:38 +0000 |
commit | 294531db5d92eff43d1996f460c84fd0b4bfa630 (patch) | |
tree | ee0fdd1c47cc73e1a11512a21a303d69e1affb3c /x11/rgb | |
parent | b0df67464598fd207f9e56a1b12a9ebc66601eab (diff) | |
download | aports-294531db5d92eff43d1996f460c84fd0b4bfa630.tar.bz2 aports-294531db5d92eff43d1996f460c84fd0b4bfa630.tar.xz |
x11/rgb: use $pkgname in the download url
Diffstat (limited to 'x11/rgb')
-rw-r--r-- | x11/rgb/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/rgb/APKBUILD b/x11/rgb/APKBUILD index e47922c0e..6d51774ea 100644 --- a/x11/rgb/APKBUILD +++ b/x11/rgb/APKBUILD @@ -8,7 +8,7 @@ license="custom" subpackages="$pkgname-doc" depends="uclibc" makedepends="pkgconfig xproto" -source="http://xorg.freedesktop.org//releases/individual/app/rgb-1.0.3.tar.bz2" +source="http://xorg.freedesktop.org/releases/individual/app/$pkgname-$pkgver.tar.bz2" build () { |