summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f0b546410b3..1424401b9822 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Apr 24 12:59:38 UTC 2016
+# Wed Oct 12 15:41:13 UTC 2016
pkgbase = gnome-shell-extension-system-monitor-git
pkgdesc = speed up gnome-shell animations
pkgver = r704.8b31f07
@@ -9,7 +9,7 @@ pkgbase = gnome-shell-extension-system-monitor-git
arch = any
license = GPL3
makedepends = git
- depends = gnome-shell<3.21
+ depends = gnome-shell
source = git+https://github.com/paradoxxxzero/gnome-shell-system-monitor-applet
md5sums = SKIP
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")