summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-10-09 18:51:36 -0600
committerMark Wagie2023-10-09 18:51:36 -0600
commit44f322377cc02b349a001bf9263611706c3b10c5 (patch)
tree843767b06b9db2e6012206bf8edb81035c6c6467
parentcfd3d62e0c06c2ed2696ad6e494c16e43ec403e8 (diff)
downloadaur-44f322377cc02b349a001bf9263611706c3b10c5.tar.gz
remove gnome-shell version requirement
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22608c2a4a37..9a663b2d4073 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = gnome-shell-extension-weather-oclock-git
arch = any
license = GPL3
makedepends = git
- depends = gnome-shell>=1:45.0
+ depends = gnome-shell
depends = gnome-weather
provides = gnome-shell-extension-weather-oclock
conflicts = gnome-shell-extension-weather-oclock
diff --git a/PKGBUILD b/PKGBUILD
index 7390a7c014b3..9803ea535134 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Display the current weather inside the pill next to the clock."
arch=('any')
url="https://github.com/CleoMenezesJr/weather-oclock"
license=('GPL3')
-depends=('gnome-shell>=1:45.0' 'gnome-weather')
+depends=('gnome-shell' 'gnome-weather')
makedepends=('git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")