Date: Thursday, January 5, 2023 @ 18:18:02 Author: dbermond Revision: 1378327
upgpkg: pybind11 2.10.3-1 Modified: pybind11/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-01-05 17:35:16 UTC (rev 1378326) +++ PKGBUILD 2023-01-05 18:18:02 UTC (rev 1378327) @@ -3,7 +3,7 @@ # Contributor: Matthew Ellison <[email protected]> pkgname=pybind11 -pkgver=2.10.2 +pkgver=2.10.3 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=('93bd1e625e43e03028a3ea7389bba5d3f9f2596abc074b068e70f4ef9b1314ae') +sha256sums=('5d8c4c5dda428d3a944ba3d2a5212cb988c2fae4670d58075a5a49075a6ca315') build () { cd "${pkgname}-${pkgver}"
