From 250498af52d94742138643c85db3303c818fd837 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Wed, 23 May 2018 20:03:42 +0200 Subject: [PATCH] python3-idna-ssl: noarch=yes --- srcpkgs/python3-idna-ssl/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python3-idna-ssl/template b/srcpkgs/python3-idna-ssl/template index a3ab53ab848..6e795b477a3 100644 --- a/srcpkgs/python3-idna-ssl/template +++ b/srcpkgs/python3-idna-ssl/template @@ -1,7 +1,8 @@ # Template file for 'python3-idna-ssl' pkgname=python3-idna-ssl version=1.0.1 -revision=1 +revision=2 +noarch=yes wrksrc="idna-ssl-${version}" build_style=python3-module pycompile_module="idna_ssl.py"