From c435019cddd2a7fbecb30fc5d1481c83f0c38e9d Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Thu, 12 Jan 2017 15:21:56 +0100 Subject: [PATCH] thefuck: depend on python-bashlex --- srcpkgs/thefuck/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/thefuck/template b/srcpkgs/thefuck/template index 843cbb4faf..22676aacac 100644 --- a/srcpkgs/thefuck/template +++ b/srcpkgs/thefuck/template @@ -1,12 +1,13 @@ # Template file for 'thefuck' pkgname=thefuck version=3.14 -revision=1 +revision=2 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" +depends="python-setuptools python-requests python-psutil python-decorator python-six python-pathlib2 + python-colorama python-bashlex" short_desc="Magnificent app which corrects your previous console command" maintainer='Benjamin "Doctors" Hoffmeyer ' license="MIT"