diff options
Diffstat (limited to 'main/setxkbmap/APKBUILD')
-rw-r--r-- | main/setxkbmap/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/setxkbmap/APKBUILD b/main/setxkbmap/APKBUILD index 5dabf7b431..cb0a36e991 100644 --- a/main/setxkbmap/APKBUILD +++ b/main/setxkbmap/APKBUILD @@ -7,7 +7,7 @@ url="http://xorg.freedesktop.org/" arch="all" license="custom" depends= -makedepends="pkgconfig libxkbfile-dev" +makedepends="libxkbfile-dev" source="http://xorg.freedesktop.org/releases/individual/app/$pkgname-$pkgver.tar.bz2" _builddir="$srcdir/$pkgname-$pkgver" |