meson: Update to 0.57.2

This commit is contained in:
Christoph Reiter
2021-05-16 10:50:35 +02:00
parent b9608c9772
commit 2b8d3f6078

View File

@@ -1,8 +1,8 @@
# Maintainer: Christoph Reiter <reiter.christoph@gmail.com>
pkgname=meson
pkgver=0.56.2
pkgrel=3
pkgver=0.57.2
pkgrel=1
pkgdesc='High-productivity build system'
arch=('any')
url="https://mesonbuild.com/"
@@ -10,7 +10,7 @@ license=('Apache 2')
depends=('python' 'python-setuptools' 'ninja')
source=("https://github.com/mesonbuild/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"
"0001-cygwin-disguise.patch")
sha256sums=('3cb8bdb91383f7f8da642f916e4c44066a29262caa499341e2880f010edb87f4'
sha256sums=('3a83e7b1c5de94fa991ec34d9b198d94f38ed699d3524cb0fdf3b99fd23d4cc5'
'd923909ef135520caaf09608651f13e5b3090911b228795cbf5376b55a587903')
prepare() {