diff options
Diffstat (limited to 'x11/xkbcomp/APKBUILD')
-rw-r--r-- | x11/xkbcomp/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xkbcomp/APKBUILD b/x11/xkbcomp/APKBUILD index 4658d45bc..04cb734b8 100644 --- a/x11/xkbcomp/APKBUILD +++ b/x11/xkbcomp/APKBUILD @@ -6,8 +6,8 @@ pkgrel=0 pkgdesc="compile XKB keyboard description" url="http://xorg.freedesktop.org" license="custom" -depends="uclibc libX11 libxkbfile" -makedepends="pkgconfig libX11-dev libxkbfile-dev" +depends="uclibc libx11 libxkbfile" +makedepends="pkgconfig libx11-dev libxkbfile-dev" subpackages="$pkgname-doc" source="http://xorg.freedesktop.org/releases/individual/app/$pkgname-$pkgver.tar.bz2" |