Date: Friday, December 23, 2022 @ 12:52:50 Author: dbermond Revision: 1365321
upgpkg: pybind11 2.10.2-1 Modified: pybind11/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-12-23 12:52:21 UTC (rev 1365320) +++ PKGBUILD 2022-12-23 12:52:50 UTC (rev 1365321) @@ -3,7 +3,7 @@ # Contributor: Matthew Ellison <[email protected]> pkgname=pybind11 -pkgver=2.10.1 +pkgver=2.10.2 pkgrel=1 pkgdesc='A lightweight header-only library that exposes C++ types in Python and vice versa' arch=('any') @@ -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=('111014b516b625083bef701df7880f78c2243835abdb263065b6b59b960b6bad') +sha256sums=('93bd1e625e43e03028a3ea7389bba5d3f9f2596abc074b068e70f4ef9b1314ae') build () { cd "${pkgname}-${pkgver}"
