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

Jan Steffens heftig at gemini.archlinux.org
Sat Feb 26 15:04:44 UTC 2022


    Date: Saturday, February 26, 2022 @ 15:04:44
  Author: heftig
Revision: 438164

0.99.16-2: FS#73942 fix FD handling

Modified:
  upower/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-26 14:59:03 UTC (rev 438163)
+++ PKGBUILD	2022-02-26 15:04:44 UTC (rev 438164)
@@ -3,7 +3,7 @@
 
 pkgname=upower
 pkgver=0.99.16
-pkgrel=1
+pkgrel=2
 pkgdesc="Abstraction for enumerating power devices, listening to device events and querying history and statistics"
 url="https://upower.freedesktop.org"
 arch=(x86_64)
@@ -23,6 +23,9 @@
 
 prepare() {
   cd upower
+
+  # https://bugs.archlinux.org/task/73942
+  git cherry-pick -n 7192ff481bc4 72469426b737 2f81d690148c
 }
 
 build() {



More information about the arch-commits mailing list