summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorghostbuster2022-10-30 17:56:00 +0100
committerghostbuster2022-10-30 17:56:00 +0100
commit890ec64d0047737392f5be7936e5a9157a8ce4c2 (patch)
tree33056b33ddcb4a7c8ec8cee12f2a85e1156ea567 /PKGBUILD
parentb64cf8c157882d533f279fa12fd4e23ebe943223 (diff)
downloadaur-890ec64d0047737392f5be7936e5a9157a8ce4c2.tar.gz
update Qt dependencies to qt6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 279e71d43bc7..4f40dfcc711b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
_pkgname=nagstamon
pkgname=$_pkgname-git
pkgver=3.10.0.r2586.503f1629
-pkgrel=1
+pkgrel=2
pkgdesc="Nagios status monitor for the desktop"
-depends=('python-pyqt5' 'qt5-multimedia' 'qt5-svg' 'python-requests' 'python-beautifulsoup4' 'python-keyring' 'python-psutil' 'python-requests-kerberos' 'python-lxml' 'python-dbus' 'python-dateutil' 'python-pysocks')
+depends=('python-pyqt6' 'qt6-multimedia' 'qt6-svg' 'python-requests' 'python-beautifulsoup4' 'python-keyring' 'python-psutil' 'python-requests-kerberos' 'python-lxml' 'python-dbus' 'python-dateutil' 'python-pysocks')
optdepends=('python-requests-gssapi: Will be used instead of python-requests-kerberos for kerberos auth if present')
arch=('any')
url="https://nagstamon.ifw-dresden.de/"