From a53997e9e742f91b9e8cd970837459c37e37f9e1 Mon Sep 17 00:00:00 2001 From: Piraty Date: Wed, 1 Jul 2020 18:01:57 +0200 Subject: [PATCH] python3-i3ipc: noarch Relates to: #22688 --- srcpkgs/python3-i3ipc/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python3-i3ipc/template b/srcpkgs/python3-i3ipc/template index c559f276fc3..14be6b27d4c 100644 --- a/srcpkgs/python3-i3ipc/template +++ b/srcpkgs/python3-i3ipc/template @@ -1,7 +1,8 @@ # Template file for 'python3-i3ipc' pkgname=python3-i3ipc version=2.2.1 -revision=1 +revision=2 +archs=noarch wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools"