From e6389d1ffec2dc6dfcb99dfc4591c6b1efc42bf0 Mon Sep 17 00:00:00 2001 From: David Beauchamp Date: Tue, 1 Nov 2022 16:40:11 -0400 Subject: [PATCH] community/pybind11 to 2.10.1-1 --- community/pybind11/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/pybind11/PKGBUILD b/community/pybind11/PKGBUILD index dc53168ce..b5c995aa1 100644 --- a/community/pybind11/PKGBUILD +++ b/community/pybind11/PKGBUILD @@ -6,7 +6,7 @@ # - disable lto via -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=OFF pkgname=pybind11 -pkgver=2.10.0 +pkgver=2.10.1 pkgrel=1 pkgdesc='A lightweight header-only library that exposes C++ types in Python and vice versa' arch=('any') @@ -17,7 +17,7 @@ makedepends=('cmake' 'boost' 'eigen' 'python' '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=('eacf582fa8f696227988d08cfc46121770823839fe9e301a20fbce67e7cd70ec') +sha256sums=('111014b516b625083bef701df7880f78c2243835abdb263065b6b59b960b6bad') build () { cd "${pkgname}-${pkgver}"