summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Yang2021-02-28 13:30:13 -0600
committerTim Yang2021-02-28 13:30:13 -0600
commitc4bb4d97572aef6e24afa6bf27e1629161cab354 (patch)
tree369463abfb7c27f3f507185b755fdd63fe165509
parent9f29f33fcf135e8cfc42b8981fc7ac8e9fe57831 (diff)
downloadaur-c4bb4d97572aef6e24afa6bf27e1629161cab354.tar.gz
Add missing gnome-shell dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a79eaf989ca..2e22e73459d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = gnome-shell-extension-x11gestures
install = gnome-shell-extension-x11gestures.install
arch = any
license = GPL
+ depends = gnome-shell
depends = touchegg
noextract = x11gestures@joseexposito.github.io.zip
source = https://github.com/JoseExposito/gnome-shell-extension-x11gestures/releases/download/1/x11gestures@joseexposito.github.io.zip
diff --git a/PKGBUILD b/PKGBUILD
index 031119d341c5..18c51ae218a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Enable GNOME Shell multi-touch gestures on X11"
arch=(any)
url=https://github.com/JoseExposito/$pkgname
license=(GPL)
-depends=(touchegg)
+depends=(gnome-shell touchegg)
install=$pkgname.install
source=(https://github.com/JoseExposito/$pkgname/releases/download/$pkgver/$_uuid.zip)
noextract=($_uuid.zip)