summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Gardling2020-03-02 09:59:53 -0500
committerSimon Gardling2020-03-02 09:59:53 -0500
commitdd21677dbbe8f8d7e6addd5f3c21e69761a5234b (patch)
treea080df61a6fa089f0d75c5da9ecd33a14d8de248
parent67061c48f01d47a91309ccb981d1e0d993b7d109 (diff)
downloadaur-dd21677dbbe8f8d7e6addd5f3c21e69761a5234b.tar.gz
replace gjs-dev with gjs-git as a dependency
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07ec1fc1f040..9c33ac30374b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,7 @@ pkgbase = mutter-git
makedepends = egl-wayland
depends = dconf
depends = js68
- depends = gjs-dev
+ depends = gjs-git
depends = gobject-introspection-runtime
depends = gsettings-desktop-schemas
depends = libcanberra
diff --git a/PKGBUILD b/PKGBUILD
index 44802d94d3cf..a72f2bfc5eb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="A window manager for GNOME."
url="https://gitlab.gnome.org/GNOME/mutter"
arch=(x86_64)
license=(GPL)
-depends=(dconf js68 gjs-dev gobject-introspection-runtime gsettings-desktop-schemas libcanberra sysprof-git
+depends=(dconf js68 gjs-git gobject-introspection-runtime gsettings-desktop-schemas libcanberra sysprof-git
startup-notification zenity libsm gnome-desktop upower libxkbcommon-x11
gnome-settings-daemon libgudev libinput pipewire-git jack2)
makedepends=(intltool gobject-introspection git egl-wayland)