diff --git a/xcb-util-keysyms/PKGBUILD b/xcb-util-keysyms/PKGBUILD index 7662f5585..82e597d8c 100644 --- a/xcb-util-keysyms/PKGBUILD +++ b/xcb-util-keysyms/PKGBUILD @@ -1,14 +1,15 @@ +# Part of the X.org group # Maintainer: Neophytos Kolokotronis pkgname=xcb-util-keysyms pkgver=0.3.9 -pkgrel=2 +pkgrel=3 pkgdesc="Utility libraries for XC Binding" arch=('x86_64') url="http://xcb.freedesktop.org" license=('custom') depends=('libxcb' 'xcb-util') -makedepends=('gperf') +makedepends=('gperf' 'xorg-util-macros') options=('!libtool') source=(http://xcb.freedesktop.org/dist/${pkgname}-${pkgver}.tar.bz2 LICENSE)