From 92721e397dc9323af92969ac20a1344b597310c1 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Sun, 11 Feb 2018 01:33:23 +0100 Subject: [PATCH] python-b2: add noarch --- srcpkgs/python-b2/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python-b2/template b/srcpkgs/python-b2/template index 0964e50d014..0a8f345e9a1 100644 --- a/srcpkgs/python-b2/template +++ b/srcpkgs/python-b2/template @@ -1,7 +1,8 @@ # Template file for 'python-b2' pkgname=python-b2 version=1.1.0 -revision=1 +revision=2 +noarch=y wrksrc="B2_Command_Line_Tool-$version" build_style=python-module hostmakedepends="python python-setuptools"