summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTim Yang2021-02-28 13:30:13 -0600
committerTim Yang2021-02-28 13:30:13 -0600
commitc4bb4d97572aef6e24afa6bf27e1629161cab354 (patch)
tree369463abfb7c27f3f507185b755fdd63fe165509 /PKGBUILD
parent9f29f33fcf135e8cfc42b8981fc7ac8e9fe57831 (diff)
downloadaur-c4bb4d97572aef6e24afa6bf27e1629161cab354.tar.gz
Add missing gnome-shell dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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)