From 688e7a409df2a861c5318ed2db5179ab786feec3 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Thu, 12 Jan 2017 18:37:27 +0100 Subject: [PATCH] thefuck: remove bashlex dep See https://github.com/nvbn/thefuck/commit/a778ea62037e7710c4f7ef1923d3d1dd7b8c9b10. --- srcpkgs/thefuck/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/thefuck/template b/srcpkgs/thefuck/template index 22676aacac..4f0cd7f30d 100644 --- a/srcpkgs/thefuck/template +++ b/srcpkgs/thefuck/template @@ -1,13 +1,13 @@ # Template file for 'thefuck' pkgname=thefuck version=3.14 -revision=2 +revision=3 build_style=python2-module pycompile_module="thefuck" noarch=yes -hostmakedepends="python-setuptools python-pip" -depends="python-setuptools python-requests python-psutil python-decorator python-six python-pathlib2 - python-colorama python-bashlex" +hostmakedepends="python-setuptools" +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"