From 6df05f5fff1cadad681bfe4e49f75b3dbfbf30c4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:26 -0400 Subject: [PATCH] python3-pybind11: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-pybind11/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-pybind11/template b/srcpkgs/python3-pybind11/template index adbe4c10dbd..0ea664acc7b 100644 --- a/srcpkgs/python3-pybind11/template +++ b/srcpkgs/python3-pybind11/template @@ -1,8 +1,7 @@ # Template file for 'python3-pybind11' pkgname=python3-pybind11 version=2.5.0 -revision=2 -archs=noarch +revision=3 wrksrc="pybind11-${version}" build_style=python3-module make_install_args="--install-headers=/usr/include/pybind11"