[arch-commits] Commit in upower/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Wed Mar 13 22:56:00 UTC 2019
Date: Wednesday, March 13, 2019 @ 22:56:00
Author: heftig
Revision: 347881
0.99.10-1
Modified:
upower/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-03-13 22:48:40 UTC (rev 347880)
+++ PKGBUILD 2019-03-13 22:56:00 UTC (rev 347881)
@@ -1,7 +1,7 @@
# Maintainer: Jan de Groot <jgc at archlinux.org>
pkgname=upower
-pkgver=0.99.9
+pkgver=0.99.10
pkgrel=1
pkgdesc="Abstraction for enumerating power devices, listening to device events and querying history and statistics"
url="https://upower.freedesktop.org"
@@ -8,10 +8,10 @@
arch=(x86_64)
license=(GPL)
depends=(systemd libusb libimobiledevice libgudev)
-makedepends=(intltool docbook-xsl gobject-introspection python2 git gtk-doc)
+makedepends=(intltool docbook-xsl gobject-introspection python git gtk-doc)
backup=(etc/UPower/UPower.conf)
-_commit=59faabc3c2634b6677ae0e1f3d94a23bbca21b12 # tags/UPOWER_0_99_9^0
-source=("git+https://anongit.freedesktop.org/git/upower#commit=$_commit")
+_commit=215049e7b80c5f24cb35cd229a445c6cf19bd381 # tags/UPOWER_0_99_10^0
+source=("git+https://gitlab.freedesktop.org/upower/upower.git#commit=$_commit")
md5sums=('SKIP')
pkgver() {
@@ -31,7 +31,8 @@
--sysconfdir=/etc \
--localstatedir=/var \
--libexecdir=/usr/lib \
- --disable-static
+ --disable-static \
+ --enable-gtk-doc
make
}
More information about the arch-commits
mailing list