summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormschubert2016-10-12 16:41:19 +0100
committermschubert2016-10-12 16:41:19 +0100
commit848038d75ad4b5e08868c784800bcefcd676982a (patch)
tree5d57c4b0ba78b26889c149e66414125056fc2f6b /PKGBUILD
parentcafd1d63efa7e6d66a0ce939fa31ffadbf0760d4 (diff)
downloadaur-848038d75ad4b5e08868c784800bcefcd676982a.tar.gz
remove gnome-shell version req
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0fc0804c2fc2..ae5377687fde 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="speed up gnome-shell animations"
arch=('any')
url="https://github.com/paradoxxxzero/gnome-shell-system-monitor-applet"
license=('GPL3')
-depends=('gnome-shell<3.21')
+depends=('gnome-shell')
makedepends=('git')
install='gschemas.install'
source=("git+https://github.com/paradoxxxzero/gnome-shell-system-monitor-applet")