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

Felix Yan fyan at archlinux.org
Fri Mar 4 03:20:38 UTC 2016


    Date: Friday, March 4, 2016 @ 04:20:38
  Author: fyan
Revision: 164558

upgpkg: thefuck 3.4-1

Modified:
  thefuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-04 03:20:32 UTC (rev 164557)
+++ PKGBUILD	2016-03-04 03:20:38 UTC (rev 164558)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=thefuck
-pkgver=3.3
+pkgver=3.4
 pkgrel=1
 pkgdesc="Magnificent app which corrects your previous console command"
 arch=('any')
@@ -34,8 +34,7 @@
 
 package() {
   cd thefuck
-  python3 setup.py install -O1 --prefix=/usr --root="$pkgdir/"
-  mv "$pkgdir"/usr/lib/python3.5/site-packages/{tests,thefuck/}
+  python setup.py install -O1 --prefix=/usr --root="$pkgdir"
 
   install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
 }



More information about the arch-commits mailing list