From 948488ff95297d4216bb35d224cadaf6aed17349 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Wed, 3 Apr 2024 12:49:14 +0000 Subject: [PATCH] extra/pybind11 to 2.12.0-2 --- extra/pybind11/.SRCINFO | 4 ++-- extra/pybind11/PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/extra/pybind11/.SRCINFO b/extra/pybind11/.SRCINFO index 603146b56..143f2fa18 100644 --- a/extra/pybind11/.SRCINFO +++ b/extra/pybind11/.SRCINFO @@ -1,10 +1,10 @@ pkgbase = pybind11 pkgdesc = A lightweight header-only library that exposes C++ types in Python and vice versa pkgver = 2.12.0 - pkgrel = 1 + pkgrel = 2 url = https://pybind11.readthedocs.org/ arch = any - license = BSD + license = BSD-3-Clause checkdepends = python-numpy checkdepends = python-scipy makedepends = cmake diff --git a/extra/pybind11/PKGBUILD b/extra/pybind11/PKGBUILD index 1631612a6..b542f0de5 100644 --- a/extra/pybind11/PKGBUILD +++ b/extra/pybind11/PKGBUILD @@ -7,11 +7,11 @@ pkgname=pybind11 pkgver=2.12.0 -pkgrel=1 +pkgrel=2 pkgdesc='A lightweight header-only library that exposes C++ types in Python and vice versa' arch=('any') url='https://pybind11.readthedocs.org/' -license=('BSD') +license=('BSD-3-Clause') optdepends=('python-setuptools: for python bindings') makedepends=('cmake' 'boost' 'eigen' 'python-build' 'python-installer' 'python-setuptools' 'python-pytest' 'python-wheel')