summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-09-19 16:25:29 -0600
committerMark Wagie2023-09-19 16:25:29 -0600
commit1e72c272234bd0ca59c79ac829f8d4dadd2cc0b4 (patch)
tree8f581c8b5337429c343471a302c666b5e1043911
parent22d843867787967d3387a84f9d254d2a47d7534c (diff)
downloadaur-1e72c272234bd0ca59c79ac829f8d4dadd2cc0b4.tar.gz
add minimum gnome-shell version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d8b6c44b5c9..7d109feed522 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = gnome-shell-extension-battery-health-charging-git
pkgdesc = An extension to maximize the battery life of laptops by setting their charging threshold/modes.
- pkgver = r264.aaa386d
+ pkgver = r283.9c3131c
pkgrel = 1
url = https://github.com/maniacx/Battery-Health-Charging
install = battery-health-charging.install
arch = any
license = unknown
makedepends = git
- depends = gnome-shell
+ depends = gnome-shell>=45
depends = polkit
provides = gnome-shell-extension-battery-health-charging
conflicts = gnome-shell-extension-battery-health-charging
diff --git a/PKGBUILD b/PKGBUILD
index acb580eb3aea..d500af4d66b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
pkgname=gnome-shell-extension-battery-health-charging-git
_uuid=Battery-Health-Charging@maniacx.github.com
-pkgver=r264.aaa386d
+pkgver=r283.9c3131c
pkgrel=1
pkgdesc="An extension to maximize the battery life of laptops by setting their charging threshold/modes."
arch=('any')
url="https://github.com/maniacx/Battery-Health-Charging"
license=('unknown')
-depends=('gnome-shell' 'polkit')
+depends=('gnome-shell>=45' 'polkit')
makedepends=('git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")