extra/pybind11 to 2.11.1-1

This commit is contained in:
Kevin Mihelich 2023-07-18 18:14:41 +00:00
parent cb1a957847
commit f71a0acc0a

View file

@ -6,7 +6,7 @@
# - disable lto via -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=OFF
pkgname=pybind11
pkgver=2.11.0
pkgver=2.11.1
pkgrel=1
pkgdesc='A lightweight header-only library that exposes C++ types in Python and vice versa'
arch=('any')
@ -19,7 +19,7 @@ makedepends=('cmake' 'boost' 'catch2' 'eigen' 'python-build' 'python-installer'
checkdepends=('python-numpy' 'python-scipy')
source=("https://github.com/pybind/pybind11/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz"
'010-pybind11-remove-unwanted-pip-build-deps.patch')
sha256sums=('7af30a84c6810e721829c4646e31927af9d8861e085aa5dd37c3c8b8169fcda1'
sha256sums=('d475978da0cdc2d43b73f30910786759d593a9d8ee05b1b6846d1eb16c6d2e0c'
'27f13a9b32ef344223d70f7340cc32d181ed1de0beb9ce8b6779271f7abd15c9')
prepare() {