summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGabriel Rauter2018-03-14 21:50:27 +0100
committerGabriel Rauter2018-03-14 21:50:27 +0100
commite7b2963aa063d8742cebcfe4c1264a8dbf31b6f7 (patch)
treecda4bc5f737db4ec3a73663fd6653ee36415136b /PKGBUILD
parent02cff8577270039cb3bb37b0973cc44e5c5bb4a2 (diff)
downloadaur-e7b2963aa063d8742cebcfe4c1264a8dbf31b6f7.tar.gz
move `accountsservice` to optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d992de3180c0..1a3da99f1319 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,15 @@
_pkgname=gnome-usage
pkgname=$_pkgname-git
-pkgver=3.27.90.2.g3908ab6
+pkgver=3.28.0
pkgrel=1
pkgdesc="A nice way to view information about use of system resources"
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
url="https://wiki.gnome.org/Apps/Usage"
license=('GPL3')
-depends=('gtk3' 'libgtop' 'accountsservice')
+depends=('gtk3' 'libgtop')
makedepends=('git' 'vala' 'gobject-introspection' 'meson')
+optdepends=('accountsservice: support for process user tags')
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("git+https://gitlab.gnome.org/GNOME/$_pkgname.git")