Date: Wednesday, July 15, 2015 @ 10:03:49 Author: fyan Revision: 136947
upgpkg: thefuck 1.49-1 Modified: thefuck/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-07-15 07:50:46 UTC (rev 136946) +++ PKGBUILD 2015-07-15 08:03:49 UTC (rev 136947) @@ -2,7 +2,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=thefuck -pkgver=1.48 +pkgver=1.49 pkgrel=1 pkgdesc="Magnificent app which corrects your previous console command" arch=('any') @@ -14,11 +14,6 @@ source=("git+https://github.com/nvbn/thefuck.git#tag=$pkgver") sha256sums=('SKIP') -prepare() { - # pathlib is standard library since Python 3.4 - sed -i "s|install_requires=\['pathlib',|install_requires=[|" thefuck/setup.py -} - build() { cd thefuck python setup.py build @@ -25,7 +20,7 @@ } check() { - cd thefuck + cd thefuck/tests PYTHONPATH="$PWD/build/lib:$PYTHONPATH" py.test }
