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

Ionut Biru ibiru at archlinux.org
Wed Aug 18 14:30:03 UTC 2010


    Date: Wednesday, August 18, 2010 @ 10:30:02
  Author: ibiru
Revision: 87863

upgpkg: dbus-python 0.83.1-2
python rebuild

Modified:
  dbus-python/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-08-18 14:26:50 UTC (rev 87862)
+++ PKGBUILD	2010-08-18 14:30:02 UTC (rev 87863)
@@ -3,20 +3,20 @@
 
 pkgname=dbus-python
 pkgver=0.83.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Python bindings for DBUS"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 license=('GPL' 'LGPL')
 url="http://www.freedesktop.org/wiki/Software/DBusBindings"
-depends=('dbus-glib>=0.82' 'python>=2.6.5')
-makedepends=('pkgconfig' 'docutils')
+depends=('dbus-glib>=0.82' 'python2>=2.7')
+makedepends=('pkg-config' 'docutils')
 options=('!libtool')
 source=(http://dbus.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 md5sums=('5fdf3970aa0c00020289de7ba8f3be18')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr || return 1
-  make || return 1
-  make DESTDIR="${pkgdir}" install || return 1
+  ./configure --prefix=/usr
+  make
+  make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list