[arch-commits] Commit in pybind11/trunk (PKGBUILD)
Daniel Bermond
dbermond at archlinux.org
Wed Jan 27 22:18:00 UTC 2021
Date: Wednesday, January 27, 2021 @ 22:18:00
Author: dbermond
Revision: 833050
upgpkg: pybind11 2.6.2-1
Modified:
pybind11/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-01-27 22:17:37 UTC (rev 833049)
+++ PKGBUILD 2021-01-27 22:18:00 UTC (rev 833050)
@@ -3,7 +3,7 @@
# Contributor: Matthew Ellison <matt+aur at arroyonetworks.com>
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')
@@ -12,8 +12,9 @@
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}"
More information about the arch-commits
mailing list