diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-03-17 09:35:37 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-03-17 09:35:37 +0000 |
commit | 7689a5506053f0f0892b004126431752c86444da (patch) | |
tree | 9b2d9f44e589cadb17305d6501ff06b2e3ed1372 /x11/fixesproto | |
parent | 32b2f046ae96d9305696f7eb3877e07b17cd885b (diff) | |
download | aports-7689a5506053f0f0892b004126431752c86444da.tar.bz2 aports-7689a5506053f0f0892b004126431752c86444da.tar.xz |
x11: changed package names to lowercase
Diffstat (limited to 'x11/fixesproto')
-rw-r--r-- | x11/fixesproto/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/fixesproto/APKBUILD b/x11/fixesproto/APKBUILD index 874c363d0f..b0a88060ab 100644 --- a/x11/fixesproto/APKBUILD +++ b/x11/fixesproto/APKBUILD @@ -7,7 +7,7 @@ url="http://xorg.freedesktop.org/" 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" build () { |