summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-09-20 08:55:41 -0600
committerMark Wagie2023-09-20 08:55:41 -0600
commit235d41f7b08e3180155f06e2a2cf2bfb5e1ccb63 (patch)
treecf1ac5da1bd10f9071a34a6d54f202a1d6a2ff0d
parentc7e782aaeebc0ed596fe43bddafaaad628432aaa (diff)
downloadaur-235d41f7b08e3180155f06e2a2cf2bfb5e1ccb63.tar.gz
correct maximum gnome-shell version
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f4aa2a9ecc1..43400defe41e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = gnome-shell-extension-weather-in-the-clock-git
arch = any
license = GPL3
makedepends = git
- depends = gnome-shell<=44
+ depends = gnome-shell<=1:44.6
depends = gnome-weather
provides = gnome-shell-extension-weather-in-the-clock
conflicts = gnome-shell-extension-weather-in-the-clock
diff --git a/PKGBUILD b/PKGBUILD
index f30533927066..965a77ce636a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Display the current Weather in the Clock."
arch=('any')
url="https://github.com/JasonLG1979/gnome-shell-extension-weather-in-the-clock"
license=('GPL3')
-depends=('gnome-shell<=44' 'gnome-weather')
+depends=('gnome-shell<=1:44.6' 'gnome-weather')
makedepends=('git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")