summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMagnus Boman2022-11-20 15:20:35 +0100
committerMagnus Boman2022-11-20 15:20:35 +0100
commit9a023dfba85b75c8655a18ef866ed39dfe82766b (patch)
tree904ac5ee63abad7c2197e14325378c30ddf47cc5 /PKGBUILD
parentc02dcd62083791dd5a50d1b8164570edfde4f566 (diff)
downloadaur-9a023dfba85b75c8655a18ef866ed39dfe82766b.tar.gz
upgpkg: glances-git 3.3.0.4.r65.gea60836c-1: add python-ujson dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6365e9a63983..145e4ccd9c43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@
# Contributor: Francois Boulogne <fboulogne at april dot org>
pkgname=glances-git
-pkgver=3.2.4.2.r65.g021ac4ce
+pkgver=3.3.0.4.r65.gea60836c
pkgrel=1
pkgdesc='CLI curses-based monitoring tool (git)'
arch=(any)
url=https://github.com/nicolargo/glances
license=(LGPL)
makedepends=(python-build python-installer python-setuptools python-wheel git)
-depends=(python python-psutil python-future python-defusedxml)
+depends=(python python-psutil python-future python-defusedxml python-ujson)
optdepends=('hddtemp: HDD temperature monitoring support'
'python-bottle: web server support'
'python-docker: for the Docker monitoring support'