summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-09-20 08:38:18 -0600
committerMark Wagie2023-09-20 08:38:18 -0600
commit6fd4a7ef54c05110950826251204834b154da158 (patch)
treea27f80a8943e6e244b9b014098869c165769a546
parent1e72c272234bd0ca59c79ac829f8d4dadd2cc0b4 (diff)
downloadaur-6fd4a7ef54c05110950826251204834b154da158.tar.gz
correct minimum 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 7d109feed522..d38ffd44bad7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = gnome-shell-extension-battery-health-charging-git
arch = any
license = unknown
makedepends = git
- depends = gnome-shell>=45
+ depends = gnome-shell>=1:45.0
depends = polkit
provides = gnome-shell-extension-battery-health-charging
conflicts = gnome-shell-extension-battery-health-charging
diff --git a/PKGBUILD b/PKGBUILD
index d500af4d66b7..3904209f0f72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="An extension to maximize the battery life of laptops by setting their c
arch=('any')
url="https://github.com/maniacx/Battery-Health-Charging"
license=('unknown')
-depends=('gnome-shell>=45' 'polkit')
+depends=('gnome-shell>=1:45.0' 'polkit')
makedepends=('git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")