[arch-commits] Commit in thefuck/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Mon Jul 23 15:23:58 UTC 2018
Date: Monday, July 23, 2018 @ 15:23:57
Author: foutrelis
Revision: 363004
Python 3.7 rebuild
Modified:
thefuck/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-07-23 15:23:35 UTC (rev 363003)
+++ PKGBUILD 2018-07-23 15:23:57 UTC (rev 363004)
@@ -3,7 +3,7 @@
pkgname=thefuck
pkgver=3.27
-pkgrel=1
+pkgrel=2
pkgdesc="Magnificent app which corrects your previous console command"
arch=('any')
url="https://github.com/nvbn/thefuck"
@@ -29,7 +29,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.6/site-packages:$PYTHONPATH" py.test tests
+ LC_CTYPE=en_US.utf8 PYTHONPATH="$PWD/tmp_install/usr/lib/python3.7/site-packages:$PYTHONPATH" py.test tests
mv "$srcdir/test_conf.py.bak" tests/test_conf.py
}
More information about the arch-commits
mailing list