diff --git a/meson/PKGBUILD b/meson/PKGBUILD index 7b88e98b..d7677195 100644 --- a/meson/PKGBUILD +++ b/meson/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Christoph Reiter pkgname=meson -pkgver=0.50.1 +pkgver=0.51.0 pkgrel=1 pkgdesc='High-productivity build system' arch=('any') @@ -10,7 +10,7 @@ license=('Apache 2') depends=('python3' 'python3-setuptools' 'ninja') source=("https://github.com/mesonbuild/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz" "cygwin-disguise.patch") -sha256sums=('f68f56d60c80a77df8fc08fa1016bc5831605d4717b622c96212573271e14ecc' +sha256sums=('2f75fdf6d586d3595c03a07afcd0eaae11f68dd33fea5906a434d22a409ed63f' 'de6ba260edf941a1530f6fcde5d1b7404c1cc38bb9d4175793b5459071ca75d5') prepare() {