summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-09-19 17:40:58 -0600
committerMark Wagie2023-09-19 17:40:58 -0600
commitc7e782aaeebc0ed596fe43bddafaaad628432aaa (patch)
treea357f1971f1c8eda3eba2062a7b579f9fe6ce057
parent8d61a54d9ea5ee83e4f89d134aba28fa3a66cc9f (diff)
downloadaur-c7e782aaeebc0ed596fe43bddafaaad628432aaa.tar.gz
add maximum gnome-shell-version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4aa0e0deaa20..7f4aa2a9ecc1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = gnome-shell-extension-weather-in-the-clock-git
pkgdesc = Display the current Weather in the Clock.
- pkgver = r23.b36cc55
+ pkgver = r27.38ba360
pkgrel = 1
url = https://github.com/JasonLG1979/gnome-shell-extension-weather-in-the-clock
arch = any
license = GPL3
makedepends = git
- depends = gnome-shell
+ depends = gnome-shell<=44
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 3c32965ed58f..f30533927066 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
-# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
+# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
pkgname=gnome-shell-extension-weather-in-the-clock-git
-pkgver=r23.b36cc55
+pkgver=r27.38ba360
pkgrel=1
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' 'gnome-weather')
+depends=('gnome-shell<=44' 'gnome-weather')
makedepends=('git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")