From f33226b18b84fe88d5d12f7f07bc8d2a3164410d Mon Sep 17 00:00:00 2001 From: David Beauchamp Date: Fri, 23 Dec 2022 10:46:07 -0500 Subject: [PATCH] community/pybind11 to 2.10.2-1 --- community/pybind11/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/pybind11/PKGBUILD b/community/pybind11/PKGBUILD index b5c995aa1..61f1ae857 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.1 +pkgver=2.10.2 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=('111014b516b625083bef701df7880f78c2243835abdb263065b6b59b960b6bad') +sha256sums=('93bd1e625e43e03028a3ea7389bba5d3f9f2596abc074b068e70f4ef9b1314ae') build () { cd "${pkgname}-${pkgver}"