From c4fc1df5fa21f7a80662e9ebc54b730af157e0e2 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Thu, 27 Jun 2024 22:06:38 +0000 Subject: [PATCH] extra/pybind11 to 2.13.1-1 --- extra/pybind11/.SRCINFO | 8 ++++---- extra/pybind11/PKGBUILD | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/extra/pybind11/.SRCINFO b/extra/pybind11/.SRCINFO index f7ae8a7be..fc50263e1 100644 --- a/extra/pybind11/.SRCINFO +++ b/extra/pybind11/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = pybind11 pkgdesc = A lightweight header-only library that exposes C++ types in Python and vice versa - pkgver = 2.12.0 - pkgrel = 6 + pkgver = 2.13.1 + pkgrel = 1 url = https://pybind11.readthedocs.org/ arch = any license = BSD-3-Clause @@ -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.12.0/pybind11-2.12.0.tar.gz + source = https://github.com/pybind/pybind11/archive/v2.13.1/pybind11-2.13.1.tar.gz source = 010-pybind11-remove-unwanted-pip-build-deps.patch - sha256sums = bf8f242abd1abcd375d516a7067490fb71abd79519a282d22b6e4d19282185a7 + sha256sums = 51631e88960a8856f9c497027f55c9f2f9115cafb08c0005439838a05ba17bfc sha256sums = 27f13a9b32ef344223d70f7340cc32d181ed1de0beb9ce8b6779271f7abd15c9 pkgname = pybind11 diff --git a/extra/pybind11/PKGBUILD b/extra/pybind11/PKGBUILD index 01a5217a6..28ba00cd7 100644 --- a/extra/pybind11/PKGBUILD +++ b/extra/pybind11/PKGBUILD @@ -6,8 +6,8 @@ # - disable lto via -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=OFF pkgname=pybind11 -pkgver=2.12.0 -pkgrel=6 +pkgver=2.13.1 +pkgrel=1 pkgdesc='A lightweight header-only library that exposes C++ types in Python and vice versa' arch=('any') url='https://pybind11.readthedocs.org/' @@ -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=('bf8f242abd1abcd375d516a7067490fb71abd79519a282d22b6e4d19282185a7' +sha256sums=('51631e88960a8856f9c497027f55c9f2f9115cafb08c0005439838a05ba17bfc' '27f13a9b32ef344223d70f7340cc32d181ed1de0beb9ce8b6779271f7abd15c9') prepare() {