From 751d36e37cb22b751b8020dc01f244cf3bcb805b Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Fri, 28 Apr 2023 18:06:18 +0000 Subject: [PATCH] meson-python: update to 0.13.1 --- mingw-w64-meson-python/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-w64-meson-python/PKGBUILD b/mingw-w64-meson-python/PKGBUILD index 84b8d8e3fc..311e83aef1 100644 --- a/mingw-w64-meson-python/PKGBUILD +++ b/mingw-w64-meson-python/PKGBUILD @@ -3,13 +3,13 @@ _realname=meson-python pkgbase=mingw-w64-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}") -pkgver=0.13.0 +pkgver=0.13.1 pkgrel=1 pkgdesc="Meson PEP 517 Python build backend (mingw-w64)" arch=('any') mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') url='https://github.com/mesonbuild/meson-python' -license=('MIT') +license=('spdx:MIT') depends=("${MINGW_PACKAGE_PREFIX}-meson" "${MINGW_PACKAGE_PREFIX}-python" "${MINGW_PACKAGE_PREFIX}-python-pyproject-metadata" @@ -17,7 +17,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-meson" makedepends=() options=('!strip') source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname/-/_}-${pkgver}.tar.gz") -sha256sums=('5cd9712882dd7fc03ca36cc322299c4b7aa4784828c7226e349bfc3ee351e2e5') +sha256sums=('63b3170001425c42fa4cfedadb9051cbd28925ff8eed7c40d36ba0099e3c7618') build() { mkdir -p build-${MSYSTEM} && cd build-${MSYSTEM}