[arch-commits] Commit in dbus-python/trunk (PKGBUILD)
Eric Bélanger
eric at archlinux.org
Sat Oct 13 22:15:15 UTC 2012
Date: Saturday, October 13, 2012 @ 18:15:14
Author: eric
Revision: 168668
upgpkg: dbus-python 1.1.1-2
Rebuild against python 3.3
Modified:
dbus-python/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-10-13 21:58:25 UTC (rev 168667)
+++ PKGBUILD 2012-10-13 22:15:14 UTC (rev 168668)
@@ -4,7 +4,7 @@
pkgbase=dbus-python
pkgname=('python-dbus' 'python2-dbus' 'python-dbus-common')
pkgver=1.1.1
-pkgrel=1
+pkgrel=2
pkgdesc="Python bindings for DBUS"
arch=('i686' 'x86_64')
license=('GPL' 'LGPL')
@@ -39,7 +39,7 @@
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
More information about the arch-commits
mailing list