diff --git a/mingw-w64-pybind11/PKGBUILD b/mingw-w64-pybind11/PKGBUILD index f982f5c5d4..6ff20e5e67 100644 --- a/mingw-w64-pybind11/PKGBUILD +++ b/mingw-w64-pybind11/PKGBUILD @@ -3,8 +3,8 @@ _realname=pybind11 pkgbase=mingw-w64-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}") -pkgver=2.13.1 -pkgrel=2 +pkgver=2.13.4 +pkgrel=1 pkgdesc="Seamless operability between C++11 and Python (mingw-w64)" arch=('any') mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') @@ -34,7 +34,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-pytest") options=('!strip') source=("https://github.com/pybind/pybind11/archive/v${pkgver}/${_realname}-${pkgver}.tar.gz") -sha256sums=('51631e88960a8856f9c497027f55c9f2f9115cafb08c0005439838a05ba17bfc') +sha256sums=('efc901aa0aab439a3fea6efeaf930b5a349fb06394bf845c64ce15a9cf8f0240') build () { cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"