From e874543d6680c4a7fafd06ab0ef8352a0d87b2e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Tue, 15 Sep 2020 18:56:02 +0200 Subject: [PATCH] python3-editor: drop noarch --- srcpkgs/python3-editor/template | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-editor/template b/srcpkgs/python3-editor/template index 6550c7a127..e714db9894 100644 --- a/srcpkgs/python3-editor/template +++ b/srcpkgs/python3-editor/template @@ -1,15 +1,13 @@ # Template file for 'python3-editor' pkgname=python3-editor version=1.0.4 -revision=2 -archs=noarch +revision=3 wrksrc="python-editor-${version}" build_style=python3-module -pycompile_module="editor" hostmakedepends="python3-setuptools" depends="python3" checkdepends="nano" -short_desc="Programmatically open an editor, capture the result (Python3)" +short_desc="Programmatically open an editor, capture the result" maintainer="Piotr Wójcik " license="Apache-2.0" homepage="https://github.com/fmoo/python-editor"