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

Felix Yan felixonmars at archlinux.org
Mon Dec 26 09:33:54 UTC 2016


    Date: Monday, December 26, 2016 @ 09:33:54
  Author: felixonmars
Revision: 202617

Python 3.6 rebuild

Modified:
  thefuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-26 09:33:51 UTC (rev 202616)
+++ PKGBUILD	2016-12-26 09:33:54 UTC (rev 202617)
@@ -3,7 +3,7 @@
 
 pkgname=thefuck
 pkgver=3.11
-pkgrel=1
+pkgrel=2
 pkgdesc="Magnificent app which corrects your previous console command"
 arch=('any')
 url="https://github.com/nvbn/thefuck"
@@ -28,7 +28,7 @@
   # Hack $HOME as it's / in the chroot and not writable
   cp tests/test_conf.py "$srcdir/test_conf.py.bak"
   sed -i "s|data = {}|data = {'HOME': '$srcdir'}|" tests/test_conf.py
-  LC_CTYPE=en_US.utf8 PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH" py.test tests
+  LC_CTYPE=en_US.utf8 PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" py.test tests
   mv "$srcdir/test_conf.py.bak" tests/test_conf.py
 }
 



More information about the arch-commits mailing list