diff --git a/srcpkgs/python-pyserial/template b/srcpkgs/python-pyserial/template index 354be493b16..f45d1aad246 100644 --- a/srcpkgs/python-pyserial/template +++ b/srcpkgs/python-pyserial/template @@ -1,8 +1,7 @@ # Template file for 'python-pyserial' pkgname=python-pyserial version=3.4 -revision=3 -archs=noarch +revision=4 wrksrc="pyserial-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" @@ -21,7 +20,6 @@ post_install() { } python3-pyserial_package() { - archs=noarch depends="python3" pycompile_module="serial" short_desc="${short_desc/Python2/Python3}"