community/pybind11 to 2.10.4-1

This commit is contained in:
Kevin Mihelich 2023-03-18 15:47:01 +00:00
parent 648cffbbf7
commit b09b222043

View file

@ -6,8 +6,8 @@
# - disable lto via -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=OFF
pkgname=pybind11
pkgver=2.10.3
pkgrel=3
pkgver=2.10.4
pkgrel=1
pkgdesc='A lightweight header-only library that exposes C++ types in Python and vice versa'
arch=('any')
url='https://pybind11.readthedocs.org/'
@ -17,7 +17,7 @@ makedepends=('cmake' 'boost' 'catch2' 'eigen' 'python-setuptools' 'python-pytest
#'python-sphinx' 'python-sphinx_rtd_theme' 'python-breathe')
checkdepends=('python-numpy' 'python-scipy')
source=("https://github.com/pybind/pybind11/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha256sums=('5d8c4c5dda428d3a944ba3d2a5212cb988c2fae4670d58075a5a49075a6ca315')
sha256sums=('832e2f309c57da9c1e6d4542dedd34b24e4192ecb4d62f6f4866a737454c9970')
build () {
cd "${pkgname}-${pkgver}"