community/pybind11 to 2.5.0-1

This commit is contained in:
Kevin Mihelich 2020-04-22 19:59:39 +00:00
parent d30a83086c
commit 2863370f90

View file

@ -6,8 +6,8 @@
# - disable lto via -DPYBIND11_LTO_CXX_FLAGS=""
pkgname=pybind11
pkgver=2.4.3
pkgrel=3
pkgver=2.5.0
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' 'eigen' 'python' 'python-setuptools' 'python-pytest
'python-sphinx' 'python-sphinx_rtd_theme' 'python-breathe')
checkdepends=('python-py' 'python-pluggy' 'python-hypothesis' 'python-numpy' 'python-scipy')
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/pybind/pybind11/archive/v${pkgver}.tar.gz")
sha256sums=('1eed57bc6863190e35637290f97a20c81cfe4d9090ac0a24f3bbf08f265eb71d')
sha256sums=('97504db65640570f32d3fdf701c25a340c8643037c3b69aec469c10c93dc8504')
prepare() {
mkdir -p "${pkgname}-${pkgver}/build-cmake"