diff --git a/extra/pybind11/.SRCINFO b/extra/pybind11/.SRCINFO index 63f64f02c..69f079f5d 100644 --- a/extra/pybind11/.SRCINFO +++ b/extra/pybind11/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = pybind11 pkgdesc = A lightweight header-only library that exposes C++ types in Python and vice versa - pkgver = 2.13.5 + pkgver = 2.13.6 pkgrel = 1 url = https://pybind11.readthedocs.org/ arch = any @@ -15,9 +15,9 @@ pkgbase = pybind11 makedepends = python-pytest makedepends = python-wheel optdepends = python-setuptools: for python bindings - source = https://github.com/pybind/pybind11/archive/v2.13.5/pybind11-2.13.5.tar.gz + source = https://github.com/pybind/pybind11/archive/v2.13.6/pybind11-2.13.6.tar.gz source = 010-pybind11-remove-unwanted-pip-build-deps.patch - sha256sums = b1e209c42b3a9ed74da3e0b25a4f4cd478d89d5efbb48f04b277df427faf6252 + sha256sums = e08cb87f4773da97fa7b5f035de8763abc656d87d5773e62f6da0587d1f0ec20 sha256sums = 27f13a9b32ef344223d70f7340cc32d181ed1de0beb9ce8b6779271f7abd15c9 pkgname = pybind11 diff --git a/extra/pybind11/PKGBUILD b/extra/pybind11/PKGBUILD index 39b56e456..a4fbefe8b 100644 --- a/extra/pybind11/PKGBUILD +++ b/extra/pybind11/PKGBUILD @@ -6,7 +6,7 @@ # - disable lto via -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=OFF pkgname=pybind11 -pkgver=2.13.5 +pkgver=2.13.6 pkgrel=1 pkgdesc='A lightweight header-only library that exposes C++ types in Python and vice versa' arch=('any') @@ -19,7 +19,7 @@ makedepends=('cmake' 'boost' 'eigen' 'python-build' 'python-installer' checkdepends=('python-numpy') # 'python-scipy') source=("https://github.com/pybind/pybind11/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz" '010-pybind11-remove-unwanted-pip-build-deps.patch') -sha256sums=('b1e209c42b3a9ed74da3e0b25a4f4cd478d89d5efbb48f04b277df427faf6252' +sha256sums=('e08cb87f4773da97fa7b5f035de8763abc656d87d5773e62f6da0587d1f0ec20' '27f13a9b32ef344223d70f7340cc32d181ed1de0beb9ce8b6779271f7abd15c9') prepare() {