From c8aab0151e0aad70be6b9df70d8101ad530b90bf Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Mon, 15 Aug 2016 11:10:36 +0200 Subject: [PATCH] thefuck: update to 3.11. --- srcpkgs/thefuck/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/thefuck/template b/srcpkgs/thefuck/template index c3fa7dce6d..2ffa9b43a5 100644 --- a/srcpkgs/thefuck/template +++ b/srcpkgs/thefuck/template @@ -1,6 +1,6 @@ # Template file for 'thefuck' pkgname=thefuck -version=3.10 +version=3.11 revision=1 build_style=python-module pycompile_module="thefuck" @@ -12,7 +12,7 @@ maintainer='Benjamin "Doctors" Hoffmeyer ' license="MIT" homepage="https://github.com/nvbn/thefuck" distfiles="https://github.com/nvbn/thefuck/archive/${version}.tar.gz" -checksum=4cdad2040325f73918f00e65822ce21c202e178173606452ed0c730d8c447210 +checksum=77ee25d0da7c3b5e373c2811c3a4d625de4c635094e960b9f9c60dc490650213 post_install() { vlicense LICENSE.md }