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

Jan de Groot jgc at archlinux.org
Mon Jun 11 18:33:52 UTC 2012


    Date: Monday, June 11, 2012 @ 14:33:52
  Author: jgc
Revision: 161471

upgpkg: dbus-python 1.1.0-2

Add versioned conflict on dbus-python to python-dbus-common. Still fucks users doing what is shown in FS#30257, but at least they know something bad is going to happen before they are doing it wrong

Modified:
  dbus-python/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-06-11 18:19:34 UTC (rev 161470)
+++ PKGBUILD	2012-06-11 18:33:52 UTC (rev 161471)
@@ -4,7 +4,7 @@
 pkgbase=dbus-python
 pkgname=('python-dbus' 'python2-dbus' 'python-dbus-common')
 pkgver=1.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Python bindings for DBUS"
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL')
@@ -29,6 +29,7 @@
 
 package_python-dbus-common() {
   pkgdesc="Common dbus-python files shared between python-dbus and python2-dbus"
+  conflicts=('dbus-python<1.1.0')
 
   cd "${srcdir}/build-python3"
   make DESTDIR="${pkgdir}" install-data




More information about the arch-commits mailing list