summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoakim Soderlund2022-02-18 09:49:03 +0100
committerJoakim Soderlund2022-02-18 09:49:03 +0100
commit56df28c2462c90aa95799ee81ad5c246a5b40885 (patch)
treef013de04c0fb0f103acd288f455e541f02fbaef1 /PKGBUILD
parent30f9019b0338972f82d42fdb8bf3b2d9b28ea986 (diff)
downloadaur-56df28c2462c90aa95799ee81ad5c246a5b40885.tar.gz
Disable checkdepends since check is disabled
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 49a0ae57bf33..8cfb51557682 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=mutter-dynamic-buffering
pkgver=41.4
-pkgrel=1
+pkgrel=2
pkgdesc="A window manager for GNOME (with dynamic triple/double buffering)"
url="https://gitlab.gnome.org/GNOME/mutter"
arch=(x86_64)
@@ -16,7 +16,7 @@ depends=(dconf gobject-introspection-runtime gsettings-desktop-schemas
xorg-xwayland graphene libxkbfile libsysprof-capture)
makedepends=(gobject-introspection git egl-wayland meson xorg-server
wayland-protocols sysprof)
-checkdepends=(xorg-server-xvfb pipewire-media-session python-dbusmock)
+#checkdepends=(xorg-server-xvfb pipewire-media-session python-dbusmock)
provides=(mutter libmutter-9.so)
conflicts=(mutter)
groups=(gnome)