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

Felix Yan fyan at archlinux.org
Tue Nov 3 06:25:13 UTC 2015


    Date: Tuesday, November 3, 2015 @ 07:25:13
  Author: fyan
Revision: 145728

upgpkg: python-zope-testing 4.5.0-2

fix python 2.x package

Modified:
  python-zope-testing/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-03 06:18:48 UTC (rev 145727)
+++ PKGBUILD	2015-11-03 06:25:13 UTC (rev 145728)
@@ -3,7 +3,7 @@
 
 pkgname=('python-zope-testing' 'python2-zope-testing')
 pkgver=4.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Zope testing helpers"
 arch=('any')
 url="https://github.com/zopefoundation/zope.testing"
@@ -45,7 +45,7 @@
 package_python2-zope-testing() {
   depends=('python2-setuptools' 'python2-zope-interface' 'python2-zope-exceptions')
 
-  cd "$srcdir/zope.testing"
+  cd "$srcdir/zope.testing-py2"
   python2 setup.py install --root="$pkgdir/" --optimize=1
 }
 



More information about the arch-commits mailing list