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

Jan Steffens heftig at archlinux.org
Sun Mar 11 19:46:00 UTC 2018


    Date: Sunday, March 11, 2018 @ 19:45:59
  Author: heftig
Revision: 318637

clean up

Modified:
  upower/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-11 19:43:11 UTC (rev 318636)
+++ PKGBUILD	2018-03-11 19:45:59 UTC (rev 318637)
@@ -5,14 +5,14 @@
 pkgver=0.99.7
 pkgrel=1
 pkgdesc="Abstraction for enumerating power devices, listening to device events and querying history and statistics"
-arch=('x86_64')
-url="http://upower.freedesktop.org"
-license=('GPL')
-depends=('systemd' 'libusb' 'libimobiledevice' 'libgudev')
-makedepends=('intltool' 'docbook-xsl' 'gobject-introspection' 'python2' 'git' 'gtk-doc')
-backup=('etc/UPower/UPower.conf')
+url="https://upower.freedesktop.org"
+arch=(x86_64)
+license=(GPL)
+depends=(systemd libusb libimobiledevice libgudev)
+makedepends=(intltool docbook-xsl gobject-introspection python2 git gtk-doc)
+backup=(etc/UPower/UPower.conf)
 _commit=b443f750cfeee460323d8d9f214ff691345d01ef  # tags/UPOWER_0_99_7^0
-source=(git://anongit.freedesktop.org/upower#commit=$_commit)
+source=("git+https://anongit.freedesktop.org/git/upower#commit=$_commit")
 md5sums=('SKIP')
 
 pkgver() {
@@ -29,7 +29,7 @@
     --prefix=/usr \
     --sysconfdir=/etc \
     --localstatedir=/var \
-    --libexecdir=/usr/lib/$pkgname \
+    --libexecdir=/usr/lib \
     --disable-static
   make
 }



More information about the arch-commits mailing list