Date: Saturday, March 18, 2023 @ 11:59:09 Author: dbermond Revision: 1422187
upgpkg: pybind11 2.10.4-1 Modified: pybind11/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-03-18 10:10:07 UTC (rev 1422186) +++ PKGBUILD 2023-03-18 11:59:09 UTC (rev 1422187) @@ -3,8 +3,8 @@ # Contributor: Matthew Ellison <[email protected]> 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/' @@ -14,7 +14,7 @@ #'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}"
