diff options
Diffstat (limited to 'community/xbindkeys/PKGBUILD')
-rw-r--r-- | community/xbindkeys/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/community/xbindkeys/PKGBUILD b/community/xbindkeys/PKGBUILD index b482c0973..178cdc1bd 100644 --- a/community/xbindkeys/PKGBUILD +++ b/community/xbindkeys/PKGBUILD @@ -1,16 +1,17 @@ -# $Id: PKGBUILD 64683 2012-02-17 18:32:53Z bluewind $ -# Maintainer: +# $Id: PKGBUILD 82045 2013-01-06 10:49:31Z bluewind $ +# Maintainer: Florian Pritz <bluewind@xinu.at> # Contributor: Daniel J Griffiths <ghost1227@archlinux.us> # Contributor: Thayer Williams <thayer@archlinux.org> pkgname=xbindkeys pkgver=1.8.5 -pkgrel=2 +pkgrel=3 pkgdesc="Launch shell commands with your keyboard or your mouse under X" arch=('i686' 'x86_64') url="http://www.nongnu.org/xbindkeys/xbindkeys.html" license=('GPL') -depends=('libx11' 'guile' 'tk') +depends=('libx11' 'guile') +optdepends=('tk: xbindkeys_show') source=(http://www.nongnu.org/${pkgname}/${pkgname}-${pkgver}.tar.gz) md5sums=('4b66a05594dbc6888c0a6439351aa66d') |