summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMagnus Boman2024-05-25 23:56:01 +0200
committerMagnus Boman2024-05-25 23:56:01 +0200
commit2d982bb266cc543dae0cb3bca3603119b9951e5a (patch)
tree81eeee8eda37f7f5e778777d4bcbe3209b87896e /PKGBUILD
parent307fd81c2996a23acab6a97517bd33f99ab7b607 (diff)
downloadaur-2d982bb266cc543dae0cb3bca3603119b9951e5a.tar.gz
upgpkg: glances-git 3.4.0.5.r724.gc187c14-1
fix deps and license
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 8 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a278abc6d4ee..3a9065a2150c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,21 +5,24 @@
# Contributor: Francois Boulogne <fboulogne at april dot org>
pkgname=glances-git
-pkgver=3.4.0.r541.g1de207e
+pkgver=3.4.0.5.r724.gc187c14
pkgrel=1
pkgdesc='CLI curses-based monitoring tool (git)'
arch=(any)
url=https://github.com/nicolargo/glances
-license=(LGPL-3.0-only)
+license=(LGPL-3.0-or-later)
makedepends=(python-setuptools python-build python-installer python-wheel git)
-depends=(python python-psutil python-future python-defusedxml python-ujson python-pytz python-pydantic)
+depends=(python python-psutil python-future python-defusedxml python-ujson python-pydantic python-packaging python-orjson)
optdepends=('hddtemp: HDD temperature monitoring support'
- 'python-bottle: web server support'
+ 'uvicorn: for WebUI / RestFull API'
+ 'python-jinja: for WebUI / RestFull API'
+ 'python-fastapi: for WebUI / RestFull API'
'python-docker: for the Docker monitoring support'
'python-matplotlib: for graphical/chart support'
'python-netifaces: for the IP plugin'
'python-zeroconf: for the autodiscover mode'
- 'python-pystache: templating engine')
+ 'python-pystache: templating engine'
+ 'python-prometheus_client: for the Prometheus export module')
conflicts=("${pkgname%-git}")
provides=("${pkgname%-git}")
source=(git+"${url}".git