diff options
Diffstat (limited to 'extra/libkeybinder3/PKGBUILD')
-rw-r--r-- | extra/libkeybinder3/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/libkeybinder3/PKGBUILD b/extra/libkeybinder3/PKGBUILD index 501c66c61..ec9da817b 100644 --- a/extra/libkeybinder3/PKGBUILD +++ b/extra/libkeybinder3/PKGBUILD @@ -1,13 +1,13 @@ -# $Id: PKGBUILD 198192 2013-10-30 13:21:58Z allan $ +# $Id: PKGBUILD 208524 2014-03-23 21:26:50Z eric $ # Maintainer: Eric BĂ©langer <eric@archlinux.org> # Contributor: speps <speps at aur dot archlinux dot org> pkgname=libkeybinder3 pkgver=0.3.0 -pkgrel=3 +pkgrel=4 pkgdesc="A library for registering global keyboard shortcuts" arch=('i686' 'x86_64') -url="http://kaizer.se/wiki/keybinder/" +url="https://github.com/engla/keybinder/tree/keybinder-3.0" license=('MIT') depends=('gtk3') makedepends=('gtk-doc' 'gobject-introspection') |