diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-05 03:29:28 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-05 03:29:28 +0000 |
commit | f3c8ccda77966505f7c3f0817fd8c78384411a5a (patch) | |
tree | 72788e136639ea1ca95da1ca298bde3f2ef0774c /community/xbindkeys/PKGBUILD | |
parent | 94ed6c971085d22c2a544227879b672266b4af90 (diff) |
Sun Jan 5 03:25:57 UTC 2014
Diffstat (limited to 'community/xbindkeys/PKGBUILD')
-rw-r--r-- | community/xbindkeys/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/xbindkeys/PKGBUILD b/community/xbindkeys/PKGBUILD index 73adc63b4..d0798d280 100644 --- a/community/xbindkeys/PKGBUILD +++ b/community/xbindkeys/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 92556 2013-06-08 11:18:52Z bpiotrowski $ +# $Id: PKGBUILD 103379 2014-01-04 20:12:41Z 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=4 +pkgver=1.8.6 +pkgrel=1 pkgdesc="Launch shell commands with your keyboard or your mouse under X" arch=('i686' 'x86_64') url="http://www.nongnu.org/xbindkeys/xbindkeys.html" @@ -13,7 +13,7 @@ license=('GPL') depends=('libx11' 'guile') optdepends=('tk: xbindkeys_show') source=(http://www.nongnu.org/${pkgname}/${pkgname}-${pkgver}.tar.gz) -md5sums=('4b66a05594dbc6888c0a6439351aa66d') +md5sums=('c6ea9db56e075dae0697497e2ed390cc') build() { cd "${srcdir}/${pkgname}-${pkgver}" |