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')