From 34c84f3a39f7f770b50693c128abc4b69fe1861e Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Tue, 28 Jun 2016 23:00:01 +0200 Subject: [PATCH] thefuck: update to 3.10. --- srcpkgs/thefuck/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/thefuck/template b/srcpkgs/thefuck/template index a24ade2332..c3fa7dce6d 100644 --- a/srcpkgs/thefuck/template +++ b/srcpkgs/thefuck/template @@ -1,18 +1,18 @@ # Template file for 'thefuck' pkgname=thefuck -version=3.9 +version=3.10 revision=1 build_style=python-module pycompile_module="thefuck" noarch=yes hostmakedepends="python-setuptools python-pip" -depends="python-setuptools python-requests python-psutil python-decorator python-six python-pathlib python-colorama" +depends="python-setuptools python-requests python-psutil python-decorator python-six python-pathlib2 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=8edf64dac320095194850d6e570466c07592f1012bfe35db84b8027ae7169a3c +checksum=4cdad2040325f73918f00e65822ce21c202e178173606452ed0c730d8c447210 post_install() { vlicense LICENSE.md }