summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrliang2019-01-10 17:10:04 -0200
committerrliang2019-01-10 17:10:04 -0200
commit484d5f2aebf8d5164d10782c256cf409a1323df4 (patch)
treebd81e5fe11c80601f9dbd25aa55b799532da9b88
parent3dcc8a498e1a46767d3a1b0b2f056c489c52080f (diff)
downloadaur-484d5f2aebf8d5164d10782c256cf409a1323df4.tar.gz
Fix deps
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9953caf0963c..aadff4b06b22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=mutter
pkgname="$_pkgname"-git
-pkgver=3.31.2+190+gf740e8ed7
+pkgver=3.31.2+194+gfb38738fe
pkgrel=1
pkgdesc="A window manager for GNOME"
url="https://gitlab.gnome.org/GNOME/mutter"
@@ -10,7 +10,7 @@ arch=(x86_64)
license=(GPL)
provides=(mutter)
conflicts=(mutter)
-depends=(dconf gobject-introspection-runtime gsettings-desktop-schemas libcanberra
+depends=(dconf gobject-introspection-runtime gsettings-desktop-schemas-git libcanberra
startup-notification zenity libsm gnome-desktop upower libxkbcommon-x11
gnome-settings-daemon libgudev libinput pipewire)
makedepends=(gtk-doc gobject-introspection git egl-wayland meson)