From 0d202b98b7f2a20a4f4b45c2079b8aae3a859e6b Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Wed, 27 Jan 2021 23:05:55 +0000 Subject: [PATCH] community/pybind11 to 2.6.2-1 --- community/pybind11/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/community/pybind11/PKGBUILD b/community/pybind11/PKGBUILD index cce9b730b..60c0daeae 100644 --- a/community/pybind11/PKGBUILD +++ b/community/pybind11/PKGBUILD @@ -6,7 +6,7 @@ # - disable lto via -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=OFF pkgname=pybind11 -pkgver=2.6.1 +pkgver=2.6.2 pkgrel=1 pkgdesc='A lightweight header-only library that exposes C++ types in Python and vice versa' arch=('any') @@ -15,8 +15,9 @@ license=('BSD') optdepends=('python: for python bindings') 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=('cdbe326d357f18b83d10322ba202d69f11b2f49e2d87ade0dc2be0c5c34f8e2a') +sha256sums=('8ff2fff22df038f5cd02cea8af56622bc67f5b64534f1b83b9f133b8366acff2') build () { cd "${pkgname}-${pkgver}"