meson: update to 0.54.2.

This commit is contained in:
John 2020-05-16 18:49:35 +02:00
parent 9e95637729
commit c054199554
No known key found for this signature in database
GPG key ID: 5FDE97AF468A09B7

View file

@ -1,6 +1,6 @@
# Template file for 'meson' # Template file for 'meson'
pkgname=meson pkgname=meson
version=0.54.1 version=0.54.2
revision=1 revision=1
archs=noarch archs=noarch
build_style=python3-module build_style=python3-module
@ -14,7 +14,7 @@ license="Apache-2.0"
homepage="https://mesonbuild.com" homepage="https://mesonbuild.com"
changelog="https://github.com/mesonbuild/$pkgname/blob/master/docs/markdown/Release-notes-for-${version%.*}.0.md" changelog="https://github.com/mesonbuild/$pkgname/blob/master/docs/markdown/Release-notes-for-${version%.*}.0.md"
distfiles="https://github.com/mesonbuild/$pkgname/releases/download/$version/$pkgname-$version.tar.gz" distfiles="https://github.com/mesonbuild/$pkgname/releases/download/$version/$pkgname-$version.tar.gz"
checksum=2f76fb4572762be13ee479292610091b4509af5788bcceb391fe222bcd0296dc checksum=a7716eeae8f8dff002e4147642589ab6496ff839e4376a5aed761f83c1fa0455
do_check() { do_check() {
# meson depends on trillion of things to perform actual tests # meson depends on trillion of things to perform actual tests