meson: Update to 0.58.1

This commit is contained in:
Christoph Reiter
2021-06-18 16:00:49 +02:00
parent 7fbc294a72
commit dd6586fa3c

View File

@@ -1,7 +1,7 @@
# Maintainer: Christoph Reiter <reiter.christoph@gmail.com>
pkgname=meson
pkgver=0.57.2
pkgver=0.58.1
pkgrel=1
pkgdesc='High-productivity build system'
arch=('any')
@@ -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=('3a83e7b1c5de94fa991ec34d9b198d94f38ed699d3524cb0fdf3b99fd23d4cc5'
sha256sums=('3144a3da662fcf79f1e5602fa929f2821cba4eba28c2c923fe0a7d3e3db04d5d'
'd923909ef135520caaf09608651f13e5b3090911b228795cbf5376b55a587903')
prepare() {