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

Felix Yan fyan at archlinux.org
Sun Apr 19 04:50:02 UTC 2015


    Date: Sunday, April 19, 2015 @ 06:50:02
  Author: fyan
Revision: 131668

upgpkg: thefuck 1.12-2

fix dependency on psutil

Modified:
  thefuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-04-19 04:27:25 UTC (rev 131667)
+++ PKGBUILD	2015-04-19 04:50:02 UTC (rev 131668)
@@ -3,12 +3,12 @@
 
 pkgname=thefuck
 pkgver=1.12
-pkgrel=1
+pkgrel=2
 pkgdesc="Magnificent app which corrects your previous console command"
 arch=('any')
 url="https://github.com/nvbn/thefuck"
 license=('MIT')
-depends=('python-setuptools' 'python-pathlib')
+depends=('python-setuptools' 'python-pathlib' 'python-psutil')
 checkdepends=('python-pytest' 'python-mock')
 source=("https://pypi.python.org/packages/source/t/thefuck/thefuck-$pkgver.tar.gz")
 sha256sums=('e960ccb4181be01668815580d69e3eb42380a8b9989ba408ad31aa0f5bfe5c15')
@@ -27,6 +27,7 @@
 package() {
   cd thefuck-$pkgver
   python3 setup.py install -O1 --prefix=/usr --root="$pkgdir/"
+  # install LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
 }
 
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list