meson: update to 0.55.1.

This commit is contained in:
John 2020-08-29 13:34:04 +02:00
parent a7f4eb4824
commit a4b6b6fdc4

View file

@ -1,20 +1,21 @@
# Template file for 'meson' # Template file for 'meson'
pkgname=meson pkgname=meson
version=0.55.0 version=0.55.1
revision=1 revision=1
archs=noarch archs=noarch
build_style=python3-module build_style=python3-module
hostmakedepends="python3-devel python3-setuptools" hostmakedepends="python3-devel python3-setuptools"
depends="ninja python3-setuptools" depends="ninja python3-setuptools"
checkdepends="glib-devel gobject-introspection libsanitizer-devel ninja checkdepends="glib-devel gobject-introspection libsanitizer-devel ninja
gcc-objc++ clang qt5-devel cmake llvm git pkg-config vala python-devel" gcc-objc++ clang qt5-devel cmake llvm git pkg-config vala python-devel
cross-arm-linux-gnueabihf"
short_desc="Super fast build system" short_desc="Super fast build system"
maintainer="John <me@johnnynator.dev>" maintainer="John <me@johnnynator.dev>"
license="Apache-2.0" 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=0a1ae2bfe2ae14ac47593537f93290fb79e9b775c55b4c53c282bc3ca3745b35 checksum=3b5741f884e04928bdfa1947467ff06afa6c98e623c25cef75adf71ca39ce080
do_check() { do_check() {
# meson depends on trillion of things to perform actual tests # meson depends on trillion of things to perform actual tests