summaryrefslogtreecommitdiff
path: root/testing/dbus-python/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/dbus-python/PKGBUILD')
-rw-r--r--testing/dbus-python/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/testing/dbus-python/PKGBUILD b/testing/dbus-python/PKGBUILD
index ef7313c2b..69caec8f6 100644
--- a/testing/dbus-python/PKGBUILD
+++ b/testing/dbus-python/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 160769 2012-06-05 09:29:16Z jgc $
+# $Id: PKGBUILD 168835 2012-10-16 11:53:35Z allan $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgbase=dbus-python
pkgname=('python-dbus' 'python2-dbus' 'python-dbus-common')
-pkgver=1.1.0
-pkgrel=1
+pkgver=1.1.1
+pkgrel=2
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}"
@@ -29,6 +29,7 @@ build() {
package_python-dbus-common() {
pkgdesc="Common dbus-python files shared between python-dbus and python2-dbus"
+ conflicts=('dbus-python<1.1.0')
cd "${srcdir}/build-python3"
make DESTDIR="${pkgdir}" install-data
@@ -38,7 +39,7 @@ package_python-dbus-common() {
package_python-dbus() {
depends=('python-dbus-common' 'python' 'dbus-core')
optdepends=('dbus-glib: glib mainloop support')
- pkgdesc="Python 3.2 bindings for DBUS"
+ pkgdesc="Python 3.3 bindings for DBUS"
cd "${srcdir}/build-python3"
make DESTDIR="${pkgdir}" install