meson: update to 0.53.1.

check: compiler test fails if CC=cc, https://github.com/mesonbuild/meson/issues/6016
This commit is contained in:
Piraty 2020-02-24 19:58:01 +01:00
parent 6473094c9c
commit c85adc237d

View file

@ -1,8 +1,8 @@
# Template file for 'meson' # Template file for 'meson'
pkgname=meson pkgname=meson
reverts="0.52.0_1 0.52.0_2" reverts="0.52.0_1 0.52.0_2"
version=0.52.1 version=0.53.1
revision=2 revision=1
archs=noarch archs=noarch
build_style=python3-module build_style=python3-module
pycompile_module="mesonbuild" pycompile_module="mesonbuild"
@ -16,13 +16,13 @@ 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=0c277472e49950a5537e3de3e60c57b80dbf425788470a1a8ed27446128fc035 checksum=ec1ba33eea701baca2c1607dac458152dc8323364a51fdef6babda2623413b04
do_check() { do_check() {
# meson depends on trillion of things to perform actual tests # meson depends on trillion of things to perform actual tests
# see checkdepends=() on arch # see checkdepends=() on arch
# 3 tests still fails # 1 test still fails
./run_unittests.py ( CC=gcc ./run_unittests.py )
} }
post_install() { post_install() {