summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMagnus Boman2024-04-13 11:57:33 +0200
committerMagnus Boman2024-04-13 11:57:33 +0200
commit307fd81c2996a23acab6a97517bd33f99ab7b607 (patch)
tree2c1200e93c61fb2c03fea4219871726246256fa7 /PKGBUILD
parent64549b8186a14c9a27348a0b15b65972b22eea6c (diff)
downloadaur-glances-git.tar.gz
upgpkg: glances-git 3.4.0.r541.g1de207e-1
add python-pydantic dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 398bb6a8a69c..a278abc6d4ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@
# Contributor: Francois Boulogne <fboulogne at april dot org>
pkgname=glances-git
-pkgver=3.4.0.r447.g4ab96a7
+pkgver=3.4.0.r541.g1de207e
pkgrel=1
pkgdesc='CLI curses-based monitoring tool (git)'
arch=(any)
url=https://github.com/nicolargo/glances
license=(LGPL-3.0-only)
-makedepends=(python-build python-installer python-setuptools python-wheel git)
-depends=(python python-psutil python-future python-defusedxml python-ujson python-pytz)
+makedepends=(python-setuptools python-build python-installer python-wheel git)
+depends=(python python-psutil python-future python-defusedxml python-ujson python-pytz python-pydantic)
optdepends=('hddtemp: HDD temperature monitoring support'
'python-bottle: web server support'
'python-docker: for the Docker monitoring support'