* update pybind11 to 2.13.6-2

This commit is contained in:
Alexander Baldeck 2024-12-05 13:51:43 +01:00
parent 664b25c8b3
commit 8ea4f2de6e
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
pkgbase = pybind11
pkgdesc = A lightweight header-only library that exposes C++ types in Python and vice versa
pkgver = 2.13.6
pkgrel = 1
pkgrel = 2
url = https://pybind11.readthedocs.org/
arch = any
license = BSD-3-Clause

View File

@ -5,7 +5,7 @@
pkgname=pybind11
pkgver=2.13.6
pkgrel=1
pkgrel=2
pkgdesc='A lightweight header-only library that exposes C++ types in Python and vice versa'
arch=(any)
url='https://pybind11.readthedocs.org/'