Date: Tuesday, February 15, 2022 @ 22:19:00 Author: heftig Revision: 437427
41.4-1 Modified: mutter/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-02-15 21:30:50 UTC (rev 437426) +++ PKGBUILD 2022-02-15 22:19:00 UTC (rev 437427) @@ -3,8 +3,8 @@ # Contributor: Michael Kanis <mkanis_at_gmx_dot_de> pkgname=mutter -pkgver=41.3 -pkgrel=2 +pkgver=41.4 +pkgrel=1 pkgdesc="A window manager for GNOME" url="https://gitlab.gnome.org/GNOME/mutter" arch=(x86_64) @@ -18,7 +18,7 @@ checkdepends=(xorg-server-xvfb pipewire-media-session python-dbusmock) provides=(libmutter-9.so) groups=(gnome) -_commit=f51ad2911419ee2ab88b5548581227a57d0fd987 # tags/41.3^0 +_commit=83a34957046c5b6bca609fda4b68c8c5d1276d14 # tags/41.4^0 source=("git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit") sha256sums=('SKIP') @@ -29,6 +29,9 @@ prepare() { cd mutter + + # Make tests run + sed -i '/catchsegv/d' meson.build } build() {
