[arch-commits] Commit in python-zope-exceptions/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat Dec 24 11:05:05 UTC 2016
Date: Saturday, December 24, 2016 @ 11:05:04
Author: felixonmars
Revision: 201376
upgpkg: python-zope-exceptions 4.0.8-2
python 3.6 rebuild
Modified:
python-zope-exceptions/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-12-24 11:02:29 UTC (rev 201375)
+++ PKGBUILD 2016-12-24 11:05:04 UTC (rev 201376)
@@ -3,7 +3,7 @@
pkgname=('python-zope-exceptions' 'python2-zope-exceptions')
pkgver=4.0.8
-pkgrel=1
+pkgrel=2
pkgdesc="Generic exceptions and implementations for Zope"
arch=('any')
url="https://github.com/zopefoundation/zope.exceptions"
@@ -44,7 +44,7 @@
package_python2-zope-exceptions() {
depends=('python2-setuptools' 'python2-zope-interface')
- cd "$srcdir/zope.exceptions"
+ cd "$srcdir/zope.exceptions-py2"
python2 setup.py install --root="$pkgdir/" --optimize=1
}
More information about the arch-commits
mailing list