meson: Update to 0.54.0

This commit is contained in:
Alexey Pavlov
2020-04-16 19:56:56 +03:00
parent a922758bf5
commit a693d98cf6

View File

@@ -1,7 +1,7 @@
# Maintainer: Christoph Reiter <reiter.christoph@gmail.com>
pkgname=meson
pkgver=0.53.2
pkgver=0.54.0
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"
"cygwin-disguise.patch")
sha256sums=('3e8f830f33184397c2eb0b651ec502adb63decb28978bdc84b3558d71284c21f'
sha256sums=('dde5726d778112acbd4a67bb3633ab2ee75d33d1e879a6283a7b4a44c3363c27'
'de6ba260edf941a1530f6fcde5d1b7404c1cc38bb9d4175793b5459071ca75d5')
prepare() {