Date: Thursday, June 17, 2021 @ 17:43:27 Author: arojas Revision: 418397
Update to 0.99.12 Modified: upower/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-06-17 16:46:27 UTC (rev 418396) +++ PKGBUILD 2021-06-17 17:43:27 UTC (rev 418397) @@ -1,8 +1,8 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=upower -pkgver=0.99.11 -pkgrel=3 +pkgver=0.99.12 +pkgrel=1 pkgdesc="Abstraction for enumerating power devices, listening to device events and querying history and statistics" url="https://upower.freedesktop.org" arch=(x86_64) @@ -10,7 +10,7 @@ depends=(systemd libusb libimobiledevice libgudev) makedepends=(docbook-xsl gobject-introspection python git gtk-doc) backup=(etc/UPower/UPower.conf) -_commit=e1548bba61206a05bbc318b3d49ae24571755ac6 # tags/UPOWER_0_99_11^0 +_commit=0f2837acded0bf82acedf5caafc81684e1919c89 source=("git+https://gitlab.freedesktop.org/upower/upower.git#commit=$_commit") md5sums=('SKIP')
