[arch-commits] Commit in dbus-python/trunk (PKGBUILD)

Douglas Soares de Andrade douglas at archlinux.org
Mon Oct 27 16:25:59 UTC 2008


    Date: Monday, October 27, 2008 @ 12:25:58
  Author: douglas
Revision: 17272

upgpkg: dbus-python 0.83.0-2

Modified:
  dbus-python/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-10-27 14:36:45 UTC (rev 17271)
+++ PKGBUILD	2008-10-27 16:25:58 UTC (rev 17272)
@@ -3,16 +3,15 @@
 
 pkgname=dbus-python
 pkgver=0.83.0
-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.76' 'python>=2.5')
+depends=('dbus-glib>=0.76' 'python>=2.6')
 makedepends=('pkgconfig')
 options=('!libtool')
 source=(http://dbus.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('562c78876219bf458d79a041af18293d')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
@@ -20,3 +19,4 @@
   make || return 1
   make DESTDIR=${startdir}/pkg install || return 1
 }
+md5sums=('562c78876219bf458d79a041af18293d')




More information about the arch-commits mailing list