[arch-commits] Commit in zope-interface/trunk (PKGBUILD)

Ángel Velásquez angvp at nymeria.archlinux.org
Sun Aug 18 11:59:21 UTC 2013


    Date: Sunday, August 18, 2013 @ 13:59:21
  Author: angvp
Revision: 193191

upgpkg: zope-interface 4.0.5-2

Changed dependencies to setuptools instead distribute

Modified:
  zope-interface/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-08-18 11:38:53 UTC (rev 193190)
+++ PKGBUILD	2013-08-18 11:59:21 UTC (rev 193191)
@@ -5,11 +5,11 @@
 pkgbase=zope-interface
 pkgname=('python-zope-interface' 'python2-zope-interface')
 pkgver=4.0.5
-pkgrel=1
+pkgrel=2
 license=('ZPL')
 arch=('any')
 url="http://pypi.python.org/pypi/zope.interface"
-makedepends=('python-distribute' 'python2-distribute')
+makedepends=('python-setuptools' 'python2-setuptools')
 source=(http://pypi.python.org/packages/source/z/zope.interface/zope.interface-${pkgver}.zip)
 md5sums=('caf26025ae1b02da124a58340e423dfe')
 




More information about the arch-commits mailing list