diff --git a/dbus-python/PKGBUILD b/dbus-python/PKGBUILD index a15163436..c671bd920 100644 --- a/dbus-python/PKGBUILD +++ b/dbus-python/PKGBUILD @@ -3,12 +3,12 @@ pkgname=dbus-python pkgver=0.83.1 -pkgrel=1 +pkgrel=2 pkgdesc="Python bindings for DBUS" arch=(i686 x86_64) license=('GPL' 'LGPL') url="http://www.freedesktop.org/wiki/Software/DBusBindings" -depends=('dbus-glib>=0.82' 'python>=2.6.5') +depends=('dbus-glib>=0.82' 'python>=2.7') makedepends=('pkgconfig') # 'docutils' options=('!libtool') source=(http://dbus.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)