diff --git a/community/pybind11/PKGBUILD b/community/pybind11/PKGBUILD index 6d63ba624..3e0b45f63 100644 --- a/community/pybind11/PKGBUILD +++ b/community/pybind11/PKGBUILD @@ -6,7 +6,7 @@ # - disable lto via -DPYBIND11_LTO_CXX_FLAGS="" pkgname=pybind11 -pkgver=2.3.0 +pkgver=2.4.2 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-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=('0f34838f2c8024a6765168227ba587b3687729ebf03dc912f88ff75c7aa9cfe8') +sha256sums=('e212e3043cb7a15466abb8896c6924c1ce40ae2988d8c24c111afcb30735fb8f') prepare() { cd "${pkgname}-${pkgver}"