From 55337e1dc93186e1094181a27069c8d9248d0bf1 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 17 Oct 2016 10:00:38 +0200 Subject: [PATCH] thefuck: switch to python2-module --- srcpkgs/thefuck/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/thefuck/template b/srcpkgs/thefuck/template index 2ffa9b43a58..401a23c7268 100644 --- a/srcpkgs/thefuck/template +++ b/srcpkgs/thefuck/template @@ -2,7 +2,7 @@ pkgname=thefuck version=3.11 revision=1 -build_style=python-module +build_style=python2-module pycompile_module="thefuck" noarch=yes hostmakedepends="python-setuptools python-pip"