summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-12-16 12:56:35 -0700
committerMark Wagie2023-12-16 12:56:35 -0700
commit1a217a2229019073aa9eb0b2b1d9d1d8b2a5fabe (patch)
treebec8d97dcc9985184089a45702eba643e18f116d
parent0ba0c789d218a700692f20d7d75527d24cd16651 (diff)
downloadaur-1a217a2229019073aa9eb0b2b1d9d1d8b2a5fabe.tar.gz
correct pkgver
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba894e5bfbdf..8b44ddcaa10d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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 = 42
+ pkgver = 42+2+gede2217
pkgrel = 1
url = https://github.com/maniacx/Battery-Health-Charging
install = battery-health-charging.install
diff --git a/PKGBUILD b/PKGBUILD
index 3cac42804fc6..c5c55e9e4940 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# 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=42
+pkgver=42+2+gede2217
pkgrel=1
pkgdesc="An extension to maximize the battery life of laptops by setting their charging threshold/modes."
arch=('any')
@@ -17,7 +17,7 @@ sha256sums=('SKIP')
pkgver() {
cd "$srcdir/Battery-Health-Charging"
- git describe --tags | sed 's/^v0//;s/-GNOME45//;s/-/+/g'
+ git describe --long --tags | sed 's/^v0//;s/-GNOME45//;s/-/+/g'
}
build() {