Date: Wednesday, December 29, 2021 @ 16:09:32 Author: dbermond Revision: 1087349
upgpkg: pybind11 2.9.0-1 Modified: pybind11/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-12-29 16:07:04 UTC (rev 1087348) +++ PKGBUILD 2021-12-29 16:09:32 UTC (rev 1087349) @@ -3,8 +3,8 @@ # Contributor: Matthew Ellison <[email protected]> pkgname=pybind11 -pkgver=2.8.1 -pkgrel=3 +pkgver=2.9.0 +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=('f1bcc07caa568eb312411dde5308b1e250bd0e1bc020fae855bf9f43209940cc') +sha256sums=('057fb68dafd972bc13afb855f3b0d8cf0fa1a78ef053e815d9af79be7ff567cb') build () { cd "${pkgname}-${pkgver}"
