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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sun Dec 25 22:57:11 UTC 2016


    Date: Sunday, December 25, 2016 @ 22:57:11
  Author: bpiotrowski
Revision: 202419

Fix reference to python 3.5

Modified:
  borg/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-25 22:55:16 UTC (rev 202418)
+++ PKGBUILD	2016-12-25 22:57:11 UTC (rev 202419)
@@ -30,7 +30,7 @@
 }
 
 check() {
-  cd "$srcdir/$_pkgname-$pkgver/build/lib.linux-$CARCH-3.5/"
+  cd "$srcdir/$_pkgname-$pkgver/build/lib.linux-$CARCH-3.6/"
   LANG=en_US.UTF-8 PYTHONPATH="$PWD:$PYTHONPATH" py.test --cov=borg \
     --cov-config="$srcdir/borg.coveragerc" --benchmark-skip --pyargs borg.testsuite -v \
     -k 'not test_non_ascii_acl'



More information about the arch-commits mailing list