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

Antonio Rojas arojas at archlinux.org
Sat Jun 19 18:44:02 UTC 2021


    Date: Saturday, June 19, 2021 @ 18:44:02
  Author: arojas
Revision: 418468

Remove libusb dependency (FS#71297)

Modified:
  upower/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-19 12:06:34 UTC (rev 418467)
+++ PKGBUILD	2021-06-19 18:44:02 UTC (rev 418468)
@@ -2,12 +2,12 @@
 
 pkgname=upower
 pkgver=0.99.12
-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)
 license=(GPL)
-depends=(systemd libusb libimobiledevice libgudev)
+depends=(systemd libimobiledevice libgudev)
 makedepends=(docbook-xsl gobject-introspection python git gtk-doc)
 backup=(etc/UPower/UPower.conf)
 _commit=0f2837acded0bf82acedf5caafc81684e1919c89



More information about the arch-commits mailing list