From b09b2220436d553fcd6b8f5c2c330598e4e73474 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sat, 18 Mar 2023 15:47:01 +0000 Subject: [PATCH] community/pybind11 to 2.10.4-1 --- community/pybind11/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/pybind11/PKGBUILD b/community/pybind11/PKGBUILD index 11f619563..d64772952 100644 --- a/community/pybind11/PKGBUILD +++ b/community/pybind11/PKGBUILD @@ -6,8 +6,8 @@ # - disable lto via -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=OFF pkgname=pybind11 -pkgver=2.10.3 -pkgrel=3 +pkgver=2.10.4 +pkgrel=1 pkgdesc='A lightweight header-only library that exposes C++ types in Python and vice versa' arch=('any') url='https://pybind11.readthedocs.org/' @@ -17,7 +17,7 @@ makedepends=('cmake' 'boost' 'catch2' 'eigen' '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=('5d8c4c5dda428d3a944ba3d2a5212cb988c2fae4670d58075a5a49075a6ca315') +sha256sums=('832e2f309c57da9c1e6d4542dedd34b24e4192ecb4d62f6f4866a737454c9970') build () { cd "${pkgname}-${pkgver}"