[arch-commits] Commit in gnome-power-manager/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Wed Oct 18 22:13:49 UTC 2017
Date: Wednesday, October 18, 2017 @ 22:13:48
Author: heftig
Revision: 308201
3.25.90+4+gc5722ab3-1
Modified:
gnome-power-manager/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-10-18 22:11:54 UTC (rev 308200)
+++ PKGBUILD 2017-10-18 22:13:48 UTC (rev 308201)
@@ -3,7 +3,7 @@
# Contributor: Jan de Groot <jgc at archlinux.org>
pkgname=gnome-power-manager
-pkgver=3.24.0+5+gceaae952
+pkgver=3.25.90+4+gc5722ab3
pkgrel=1
pkgdesc="System power information and statistics"
url="https://git.gnome.org/browse/gnome-power-manager"
@@ -10,8 +10,8 @@
arch=(i686 x86_64)
license=(GPL)
depends=(gtk3 upower dconf)
-makedepends=(intltool gnome-common git meson)
-_commit=ceaae9523388e805f60f1faffa46fda129f571e6 # master
+makedepends=(git meson)
+_commit=c5722ab3d5821daf9717b38e2c6287e61386e7a6 # master
source=("git+https://git.gnome.org/browse/gnome-power-manager#commit=$_commit")
sha256sums=('SKIP')
@@ -27,7 +27,7 @@
build() {
cd build
- meson --prefix=/usr --buildtype=release ../$pkgname
+ arch-meson ../$pkgname
ninja
}
More information about the arch-commits
mailing list