Skip to content

Commit

Permalink
Merge pull request msys2#18973 from lazka/meson-python-0.15.0
Browse files Browse the repository at this point in the history
meson-python: Update to 0.15.0
  • Loading branch information
lazka authored Oct 27, 2023
2 parents e362cf6 + 065996c commit 18def4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-meson-python/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=meson-python
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=0.14.0
pkgver=0.15.0
pkgrel=1
pkgdesc="Meson PEP 517 Python build backend (mingw-w64)"
arch=('any')
Expand All @@ -19,7 +19,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-meson"
makedepends=()
options=('!strip')
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname/-/_}-${pkgver}.tar.gz")
sha256sums=('b96866690326544dfe452583753ac3f43313227e9fd9416701a8df90af212234')
sha256sums=('fddb73eecd49e89c1c41c87937cd89c2d0b65a1c63ba28238681d4bd9484d26f')

build() {
mkdir -p build-${MSYSTEM} && cd build-${MSYSTEM}
Expand Down

0 comments on commit 18def4f

Please sign in to comment.