summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-09-22 10:41:39 -0600
committerMark Wagie2023-09-22 10:41:39 -0600
commit193f10ce8c225e9da65153c07bef39cda42e9dcc (patch)
tree2cea22264abce7c0e263c6df7ffe5abc2bfa4a5b
parent6fd4a7ef54c05110950826251204834b154da158 (diff)
downloadaur-193f10ce8c225e9da65153c07bef39cda42e9dcc.tar.gz
use GN44-main branch for GNOME 44
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d38ffd44bad7..7a8c1e4d9611 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
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 = r283.9c3131c
+ pkgver = r278.73e683b
pkgrel = 1
url = https://github.com/maniacx/Battery-Health-Charging
install = battery-health-charging.install
arch = any
license = unknown
makedepends = git
- depends = gnome-shell>=1:45.0
+ depends = gnome-shell<=1:44.6
depends = polkit
provides = gnome-shell-extension-battery-health-charging
conflicts = gnome-shell-extension-battery-health-charging
- source = git+https://github.com/maniacx/Battery-Health-Charging.git
+ source = git+https://github.com/maniacx/Battery-Health-Charging.git#branch=GN44-main
sha256sums = SKIP
pkgname = gnome-shell-extension-battery-health-charging-git
diff --git a/PKGBUILD b/PKGBUILD
index 3904209f0f72..54df8aa6f43b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# 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=r283.9c3131c
+pkgver=r278.73e683b
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>=1:45.0' 'polkit')
+depends=('gnome-shell<=1:44.6' 'polkit')
makedepends=('git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
install=battery-health-charging.install
-source=('git+https://github.com/maniacx/Battery-Health-Charging.git')
+source=('git+https://github.com/maniacx/Battery-Health-Charging.git#branch=GN44-main')
sha256sums=('SKIP')
pkgver() {