From bd42b99602f3cb06aa2d6888952604d9310caba7 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Wed, 9 Mar 2016 08:09:51 +0100 Subject: [PATCH] thefuck: update to 3.4. --- srcpkgs/thefuck/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/thefuck/template b/srcpkgs/thefuck/template index 62feb238f8d..ca183834b3c 100644 --- a/srcpkgs/thefuck/template +++ b/srcpkgs/thefuck/template @@ -1,18 +1,18 @@ # Template file for 'thefuck' pkgname=thefuck -version=3.3 +version=3.4 revision=1 build_style=python-module pycompile_module="thefuck" noarch=yes -hostmakedepends="python-setuptools" +hostmakedepends="python-setuptools python-pip" depends="python-setuptools python-requests python-psutil python-decorator python-six python-pathlib python-colorama" short_desc="Magnificent app which corrects your previous console command" maintainer='Benjamin "Doctors" Hoffmeyer ' license="MIT" homepage="https://github.com/nvbn/thefuck" distfiles="https://github.com/nvbn/thefuck/archive/${version}.tar.gz" -checksum=c35a03f1e63b106c7de7daa1730b7cb3a0a346aeaf43953aed5e331311adb3ce +checksum=ce98f6219e64b6e9e9f2cad22fa1bac121a5d79f3a530d9b2cb8bc61a629904f post_install() { vlicense LICENSE.md }