From 4efae6244e521f4247af0ea1c1de7cf4c2a10c78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sat, 27 Feb 2016 18:30:43 +0100 Subject: [PATCH] python-pylast: Oops, forgot to set noarch=yes --- srcpkgs/python-pylast/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python-pylast/template b/srcpkgs/python-pylast/template index e84a88df257..a72f9b4c3c2 100644 --- a/srcpkgs/python-pylast/template +++ b/srcpkgs/python-pylast/template @@ -1,10 +1,11 @@ # Template file for 'python-pylast' pkgname=python-pylast version=1.4.2 -revision=1 +revision=2 wrksrc=pylast-${version} build_style=python-module python_versions="2.7 3.4" +noarch=yes hostmakedepends="python-setuptools python3.4-setuptools" depends="python" pycompile_module="pylast"