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

Ionut Biru ibiru at archlinux.org
Fri Jun 24 13:59:34 UTC 2011


    Date: Friday, June 24, 2011 @ 09:59:34
  Author: ibiru
Revision: 128602

update to 0.84.0

Modified:
  dbus-python/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-06-24 13:52:25 UTC (rev 128601)
+++ PKGBUILD	2011-06-24 13:59:34 UTC (rev 128602)
@@ -2,21 +2,25 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=dbus-python
-pkgver=0.83.1
-pkgrel=2
+pkgver=0.84.0
+pkgrel=1
 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' 'python2>=2.7')
+depends=('dbus-glib' 'python2')
 makedepends=('pkg-config' 'docutils')
 options=('!libtool')
 source=(http://dbus.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('5fdf3970aa0c00020289de7ba8f3be18')
+md5sums=('fe69a2613e824463e74f10913708c88a')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   PYTHON=python2 ./configure --prefix=/usr
   make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list