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

Jan Steffens heftig at archlinux.org
Tue Sep 25 20:23:45 UTC 2018


    Date: Tuesday, September 25, 2018 @ 20:23:44
  Author: heftig
Revision: 385088

3.30.0-1

Modified:
  gnome-usage/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-25 19:33:42 UTC (rev 385087)
+++ PKGBUILD	2018-09-25 20:23:44 UTC (rev 385088)
@@ -1,7 +1,7 @@
 # Maintainer: Balló György <ballogyor+arch at gmail dot com>
 
 pkgname=gnome-usage
-pkgver=3.28.0
+pkgver=3.30.0
 pkgrel=1
 pkgdesc="GNOME application to view information about use of system resources"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 makedepends=(git meson vala)
 optdepends=('accountsservice: show user tags for processes')
 groups=(gnome-extra)
-_commit=b29adffaaf65aa6fcc3d403adbe7999f01157c89  # tags/v3.28.0^0
+_commit=488677b057006c13ed94d34afe0cf68c8b12fe5c  # tags/v3.30.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-usage.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -25,6 +25,10 @@
   ninja -C build
 }
 
+check() {
+  meson test -C build
+}
+
 package() {
-  DESTDIR="$pkgdir" ninja -C build install
+  DESTDIR="$pkgdir" meson install -C build
 }



More information about the arch-commits mailing list