Date: Friday, March 22, 2019 @ 14:53:57 Author: heftig Revision: 443143
3.32.0-1 Modified: gnome-usage/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-03-22 14:34:43 UTC (rev 443142) +++ PKGBUILD 2019-03-22 14:53:57 UTC (rev 443143) @@ -1,17 +1,17 @@ # Maintainer: Balló György <ballogyor+arch at gmail dot com> pkgname=gnome-usage -pkgver=3.30.0 +pkgver=3.32.0 pkgrel=1 pkgdesc="GNOME application to view information about use of system resources" arch=(x86_64) url="https://wiki.gnome.org/Apps/Usage" license=(GPL3) -depends=(gtk3 libgtop) +depends=(gtk3 libgtop libdazzle) makedepends=(git meson vala) optdepends=('accountsservice: show user tags for processes') groups=(gnome-extra) -_commit=488677b057006c13ed94d34afe0cf68c8b12fe5c # tags/v3.30.0^0 +_commit=1540a395cd89f517d55b1d0052d18c60685c9dd2 # tags/v3.32.0^0 source=("git+https://gitlab.gnome.org/GNOME/gnome-usage.git#commit=$_commit") sha256sums=('SKIP')
