[arch-commits] Commit in upower/trunk (PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Thu Aug 26 21:35:38 UTC 2021


    Date: Thursday, August 26, 2021 @ 21:35:37
  Author: heftig
Revision: 422597

0.99.13-1

Modified:
  upower/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-26 21:26:59 UTC (rev 422596)
+++ PKGBUILD	2021-08-26 21:35:37 UTC (rev 422597)
@@ -1,8 +1,9 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=upower
-pkgver=0.99.12
-pkgrel=2
+pkgver=0.99.13
+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 +11,7 @@
 depends=(systemd libimobiledevice libgudev)
 makedepends=(docbook-xsl gobject-introspection python git gtk-doc)
 backup=(etc/UPower/UPower.conf)
-_commit=0f2837acded0bf82acedf5caafc81684e1919c89
+_commit=0f6cc0a10be22d7ddd684e1cd851e4364a440494  # tags/UPOWER_0_99_13^0
 source=("git+https://gitlab.freedesktop.org/upower/upower.git#commit=$_commit")
 md5sums=('SKIP')
 
@@ -21,7 +22,6 @@
 
 prepare() {
   cd $pkgname
-  sed -e 's|libplist >= 0.12|libplist-2.0 >= 2.2|' -i configure.ac # support libplist 2.2
   NOCONFIGURE=1 ./autogen.sh
 }
 



More information about the arch-commits mailing list