pybind11: update to 2.10.3

This commit is contained in:
Mehdi Chinoune
2023-01-04 18:46:04 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent b0e836e890
commit 08f6c243e1

View File

@@ -3,7 +3,7 @@
_realname=pybind11
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=2.10.2
pkgver=2.10.3
pkgrel=1
pkgdesc="A lightweight header-only library that exposes C++ types in Python and vice versa (mingw-w64)"
url='https://pybind11.readthedocs.org/'
@@ -28,7 +28,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
"${MINGW_PACKAGE_PREFIX}-python-pytest")
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest")
source=("${_realname}-${pkgver}.tar.gz"::"https://github.com/pybind/pybind11/archive/v${pkgver}.tar.gz")
sha256sums=('93bd1e625e43e03028a3ea7389bba5d3f9f2596abc074b068e70f4ef9b1314ae')
sha256sums=('5d8c4c5dda428d3a944ba3d2a5212cb988c2fae4670d58075a5a49075a6ca315')
build () {
cd "${srcdir}/${_realname}-${pkgver}"