diff options
author | root <root@rshg054.dnsready.net> | 2012-06-28 00:01:48 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-06-28 00:01:48 +0000 |
commit | ad4cbb616af1b40790c6533f1d5b98dbd7aaa199 (patch) | |
tree | bb9eaf0dec4bf5c449ccc9236b02ea993f69f9fe /extra/dbus-python/PKGBUILD | |
parent | 5aee7ab49f65d6fee1182bfcacf92192ad36c4af (diff) |
Thu Jun 28 00:01:48 UTC 2012
Diffstat (limited to 'extra/dbus-python/PKGBUILD')
-rw-r--r-- | extra/dbus-python/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/dbus-python/PKGBUILD b/extra/dbus-python/PKGBUILD index 1a7023d5d..029a5d7a1 100644 --- a/extra/dbus-python/PKGBUILD +++ b/extra/dbus-python/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 161472 2012-06-11 18:34:18Z jgc $ +# $Id: PKGBUILD 162393 2012-06-26 18:57:06Z andyrtr $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgbase=dbus-python pkgname=('python-dbus' 'python2-dbus' 'python-dbus-common') -pkgver=1.1.0 -pkgrel=2 +pkgver=1.1.1 +pkgrel=1 pkgdesc="Python bindings for DBUS" arch=('i686' 'x86_64') license=('GPL' 'LGPL') @@ -12,7 +12,7 @@ url="http://www.freedesktop.org/wiki/Software/DBusBindings" makedepends=('docutils' 'dbus-glib' 'python' 'python2') options=('!libtool') source=(http://dbus.freedesktop.org/releases/${pkgbase}/${pkgbase}-${pkgver}.tar.gz) -md5sums=('41a459bbbb5fd92eeebd632623af0bd7') +md5sums=('742c7432ad0f7c3f98291d58fa2e35dc') build() { cd "${srcdir}" |