summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormschubert2016-10-12 16:41:35 +0100
committermschubert2016-10-12 16:41:35 +0100
commit23ebcaa6faff0efb7703f1e19099ffcdabd3782d (patch)
tree2c3e63b364f44b7a06f161296f96202b0a39dfae /PKGBUILD
parent0a6932b99728b443c00fb82841d71e7a3e7334fc (diff)
downloadaur-23ebcaa6faff0efb7703f1e19099ffcdabd3782d.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 3014ee753a19..46a8ecc9f222 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="A simple GNOME Shell extension for displaying weather informations from
arch=('any')
url="https://github.com/Neroth/gnome-shell-extension-weather"
license=('GPL3')
-depends=('gnome-shell<3.21' 'dconf' 'gettext' 'pkg-config')
+depends=('gnome-shell' 'dconf' 'gettext' 'pkg-config')
makedepends=('git' 'autoconf' 'automake' 'gnome-common' 'intltool')
replaces=('gnome-shell-extension-weather-neroth-git')
install='gschemas.install'