meson: update to 0.46.1.
Closes #14484. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
37ba13122c
commit
e7231c344a
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'meson'
|
||||
pkgname=meson
|
||||
version=0.46.0
|
||||
version=0.46.1
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=python3-module
|
||||
|
@ -8,13 +8,13 @@ pycompile_module="mesonbuild"
|
|||
hostmakedepends="python3-devel"
|
||||
depends="ninja python3"
|
||||
checkdepends="glib-devel gobject-introspection libsanitizer-devel ninja
|
||||
pkg-config vala"
|
||||
pkg-config vala python-devel"
|
||||
short_desc="Super fast build system"
|
||||
license="Apache-2.0"
|
||||
maintainer="Dylan Katz <muddmaker.97@gmail.com>"
|
||||
license="Apache-2.0"
|
||||
homepage="http://mesonbuild.com"
|
||||
distfiles="https://github.com/mesonbuild/meson/archive/${version}.tar.gz"
|
||||
checksum=24c6098891fbaab70f43ae9e51e0ab99e003c14fea70104f3f71bb2fb49a3e71
|
||||
checksum=2d917692d2cc194e12295f00469fbdf3c045e85d0295e5e59ced69115920ffa0
|
||||
|
||||
do_check() {
|
||||
# meson depends on trillion of things to perform actual tests
|
||||
|
|
Loading…
Reference in a new issue