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

Tom Gundersen tomegun at nymeria.archlinux.org
Sun Dec 29 14:12:59 UTC 2013


    Date: Sunday, December 29, 2013 @ 15:12:59
  Author: tomegun
Revision: 202965

depend on systemd rather than libsystemd

Modified:
  upower/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-29 14:11:46 UTC (rev 202964)
+++ PKGBUILD	2013-12-29 14:12:59 UTC (rev 202965)
@@ -8,7 +8,7 @@
 arch=('i686' 'x86_64')
 url="http://upower.freedesktop.org"
 license=('GPL')
-depends=('systemd-tools' 'libsystemd' 'libusb' 'polkit' 'dbus-glib' 'libimobiledevice')
+depends=('systemd-tools' 'systemd' 'libusb' 'polkit' 'dbus-glib' 'libimobiledevice')
 makedepends=('intltool' 'docbook-xsl' 'gobject-introspection' 'systemd')
 backup=('etc/UPower/UPower.conf')
 source=($url/releases/$pkgname-$pkgver.tar.xz




More information about the arch-commits mailing list