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

Felix Yan fyan at archlinux.org
Tue May 10 07:41:46 UTC 2016


    Date: Tuesday, May 10, 2016 @ 09:41:45
  Author: fyan
Revision: 174518

upgpkg: python-persistent 4.2.0-1

Modified:
  python-persistent/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-10 07:39:53 UTC (rev 174517)
+++ PKGBUILD	2016-05-10 07:41:45 UTC (rev 174518)
@@ -3,7 +3,7 @@
 
 pkgbase=python-persistent
 pkgname=('python-persistent' 'python2-persistent')
-pkgver=4.1.1
+pkgver=4.2.0
 pkgrel=1
 pkgdesc="Translucent persistent objects"
 arch=('i686' 'x86_64')
@@ -20,18 +20,18 @@
 }
 
 build() {
-  cd "$srcdir/persistent"
+  cd "$srcdir"/persistent
   python setup.py build
 
-  cd "$srcdir/persistent-py2"
+  cd "$srcdir"/persistent-py2
   python2 setup.py build
 }
 
 check() {
-  cd "$srcdir/persistent"
+  cd "$srcdir"/persistent
   nosetests3
 
-  cd "$srcdir/persistent-py2"
+  cd "$srcdir"/persistent-py2
   nosetests2
 }
 



More information about the arch-commits mailing list