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

Felix Yan felixonmars at archlinux.org
Wed Aug 3 03:20:44 UTC 2016


    Date: Wednesday, August 3, 2016 @ 03:20:44
  Author: felixonmars
Revision: 184918

upgpkg: python-debtcollector 1.7.0-1

Modified:
  python-debtcollector/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-03 03:20:30 UTC (rev 184917)
+++ PKGBUILD	2016-08-03 03:20:44 UTC (rev 184918)
@@ -3,7 +3,7 @@
 
 pkgbase=python-debtcollector
 pkgname=('python-debtcollector' 'python2-debtcollector')
-pkgver=1.6.0
+pkgver=1.7.0
 pkgrel=1
 arch=('any')
 pkgdesc='A collection of Python deprecation patterns and strategies that help you collect your technical debt in a non-destructive manner.'
@@ -32,7 +32,7 @@
   python setup.py testr
 
   cd "$srcdir"/debtcollector-py2
-  python2 setup.py testr
+  PYTHON=python2 python2 setup.py testr
 }
 
 package_python-debtcollector() {



More information about the arch-commits mailing list