From 6cf327a6b4a550f89d86f8b9b85c1d5be638d3b1 Mon Sep 17 00:00:00 2001 From: David Beauchamp Date: Tue, 5 Oct 2021 16:51:00 -0400 Subject: [PATCH] community/pybind11 to 2.8.0-1 --- community/pybind11/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/pybind11/PKGBUILD b/community/pybind11/PKGBUILD index d968d1d08..98ec18de3 100644 --- a/community/pybind11/PKGBUILD +++ b/community/pybind11/PKGBUILD @@ -6,7 +6,7 @@ # - disable lto via -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=OFF pkgname=pybind11 -pkgver=2.7.1 +pkgver=2.8.0 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=('616d1c42e4cf14fa27b2a4ff759d7d7b33006fdc5ad8fd603bb2c22622f27020') +sha256sums=('9ca7770fc5453b10b00a4a2f99754d7a29af8952330be5f5602e7c2635fa3e79') build () { cd "${pkgname}-${pkgver}"