mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/meson to 0.57.0-1
This commit is contained in:
parent
a0c28a82a7
commit
5966492952
2 changed files with 5 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
# - disable lto in arch-meson
|
||||
|
||||
pkgname=meson
|
||||
pkgver=0.56.2
|
||||
pkgver=0.57.0
|
||||
pkgrel=1
|
||||
pkgdesc='High productivity build system'
|
||||
url='https://mesonbuild.com/'
|
||||
|
@ -22,9 +22,9 @@ checkdepends=('gcc-objc' 'vala' 'rust' 'gcc-fortran' 'mono' 'boost' 'qt5-base' '
|
|||
source=(https://github.com/mesonbuild/meson/releases/download/${pkgver/rc/.rc}/meson-${pkgver}.tar.gz{,.asc}
|
||||
skip-test.diff
|
||||
arch-meson)
|
||||
sha512sums=('3b6cc5cae31d756b251ecde3483d3710bceff50cfd03ef6cf6f939d9e599998e61fcb03a2ee09d6a6f9bfa2198f43e7f20447359de3bff1055febcf03e82e514'
|
||||
sha512sums=('a5e7ef00de9c8244096b8b8f85aa609e95a0645cf54973ce3676e7c7c02231ce51d9d5cad95b03c6e2dbfb06ba100a86deb084b772effe86e3572418d1cdda38'
|
||||
'SKIP'
|
||||
'26ba3e3f0644a3cc6da716a6ea33f5b33caa1be87532aac51d71d2cb45d0b6d41a7ba309cb778da8836e759c42647c3b60b6674f713b6dbdfa49f23ce4276c46'
|
||||
'4e643d1db5a09c061f1118aee4018e820c86ad164c469eeb5823a17e7ec83be0a875b1a841ae22078c84777b4951f198fb55c31aa31a8f37209fae0de06e61ea'
|
||||
'278f5e4de3aa1170d9b4f9f212985d664f44d90ffec727febeeea1ed570046c6469558a5d123a41bf4c2fdf99dbe7832515b06f1ace423c63e2e95ba6d0ef235')
|
||||
validpgpkeys=('19E2D6D9B46D8DAA6288F877C24E631BABB1FE70') # Jussi Pakkanen <jpakkane@gmail.com>
|
||||
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git c/run_unittests.py i/run_unittests.py
|
||||
index 8025256fc..9c37cad9c 100755
|
||||
index 80833425f..43f647d35 100755
|
||||
--- c/run_unittests.py
|
||||
+++ i/run_unittests.py
|
||||
@@ -6185,6 +6185,7 @@ class LinuxlikeTests(BasePlatformTests):
|
||||
@@ -6455,6 +6455,7 @@ class LinuxlikeTests(BasePlatformTests):
|
||||
raise unittest.SkipTest('asan not available on Cygwin')
|
||||
if is_openbsd():
|
||||
raise unittest.SkipTest('-fsanitize=address is not supported on OpenBSD')
|
||||
|
|
Loading…
Reference in a new issue