diff --git a/extra/pybind11/.SRCINFO b/extra/pybind11/.SRCINFO index ba93d8e72..846cb0350 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.3 + pkgver = 2.13.4 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.3/pybind11-2.13.3.tar.gz + source = https://github.com/pybind/pybind11/archive/v2.13.4/pybind11-2.13.4.tar.gz source = 010-pybind11-remove-unwanted-pip-build-deps.patch - sha256sums = 6e7a84ec241544f2f5e30c7a82c09c81f0541dd14e9d9ef61051e07105f9c445 + sha256sums = efc901aa0aab439a3fea6efeaf930b5a349fb06394bf845c64ce15a9cf8f0240 sha256sums = 27f13a9b32ef344223d70f7340cc32d181ed1de0beb9ce8b6779271f7abd15c9 pkgname = pybind11 diff --git a/extra/pybind11/PKGBUILD b/extra/pybind11/PKGBUILD index 69179eb7f..bc48b5c50 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.3 +pkgver=2.13.4 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=('6e7a84ec241544f2f5e30c7a82c09c81f0541dd14e9d9ef61051e07105f9c445' +sha256sums=('efc901aa0aab439a3fea6efeaf930b5a349fb06394bf845c64ce15a9cf8f0240' '27f13a9b32ef344223d70f7340cc32d181ed1de0beb9ce8b6779271f7abd15c9') prepare() {