From bb2e5a260e4724e60935bf77b9fdfedb85f836cd Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Mon, 26 Aug 2024 17:59:49 +0000 Subject: [PATCH] extra/pybind11 to 2.13.5-1 --- extra/pybind11/.SRCINFO | 6 +++--- extra/pybind11/PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/extra/pybind11/.SRCINFO b/extra/pybind11/.SRCINFO index 846cb0350..63f64f02c 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.4 + pkgver = 2.13.5 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.4/pybind11-2.13.4.tar.gz + source = https://github.com/pybind/pybind11/archive/v2.13.5/pybind11-2.13.5.tar.gz source = 010-pybind11-remove-unwanted-pip-build-deps.patch - sha256sums = efc901aa0aab439a3fea6efeaf930b5a349fb06394bf845c64ce15a9cf8f0240 + sha256sums = b1e209c42b3a9ed74da3e0b25a4f4cd478d89d5efbb48f04b277df427faf6252 sha256sums = 27f13a9b32ef344223d70f7340cc32d181ed1de0beb9ce8b6779271f7abd15c9 pkgname = pybind11 diff --git a/extra/pybind11/PKGBUILD b/extra/pybind11/PKGBUILD index bc48b5c50..39b56e456 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.4 +pkgver=2.13.5 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=('efc901aa0aab439a3fea6efeaf930b5a349fb06394bf845c64ce15a9cf8f0240' +sha256sums=('b1e209c42b3a9ed74da3e0b25a4f4cd478d89d5efbb48f04b277df427faf6252' '27f13a9b32ef344223d70f7340cc32d181ed1de0beb9ce8b6779271f7abd15c9') prepare() {