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

Antonio Rojas arojas at archlinux.org
Wed Jun 17 08:39:42 UTC 2020


    Date: Wednesday, June 17, 2020 @ 08:39:37
  Author: arojas
Revision: 389416

libplist 2.2 / libimobiledevice 1.3 rebuild

Modified:
  upower/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-17 08:35:49 UTC (rev 389415)
+++ PKGBUILD	2020-06-17 08:39:37 UTC (rev 389416)
@@ -2,7 +2,7 @@
 
 pkgname=upower
 pkgver=0.99.11
-pkgrel=2
+pkgrel=3
 pkgdesc="Abstraction for enumerating power devices, listening to device events and querying history and statistics"
 url="https://upower.freedesktop.org"
 arch=(x86_64)
@@ -21,6 +21,7 @@
 
 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