summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLeo P2023-09-21 01:43:26 -0400
committerLeo P2023-09-21 01:43:26 -0400
commit0de723935cdb5c5cc08cd409bfc09d7ed17adb09 (patch)
tree49efc64366797c71aeb6a25648f7fd91e721cf3a /PKGBUILD
parent0dcb9859976d91536b03a8bdeb74c6b7c22d40d3 (diff)
downloadaur-0de723935cdb5c5cc08cd409bfc09d7ed17adb09.tar.gz
version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 70e2722b74ac..27b6a2ca6974 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=upower-nocritical
_pkgname=upower
-pkgver=1.90.0
+pkgver=1.90.2
pkgrel=1
pkgdesc="Abstraction for enumerating power devices, listening to device events and querying history and statistics (With a patch to disable low battery action)"
arch=('i686' 'x86_64')
@@ -14,8 +14,8 @@ makedepends=('intltool' 'docbook-xsl' 'gobject-introspection' 'python' 'git' 'gt
provides=('upower')
conflicts=('upower')
backup=('etc/UPower/UPower.conf')
-_commit=d4259c009b3ca1169dfd19231a040c233fc3b58d # tags/v1.90.0^0
-source=("git+https://gitlab.freedesktop.org/upower/upower.git#commit=$_commit"
+_tag=v${pkgver}
+source=("git+https://gitlab.freedesktop.org/upower/upower.git#tag=$_tag"
0001-Add-a-critical-action-Ignore.patch)
md5sums=('SKIP'
'69fbeb7e5906a59fd39f702d01f83815')