update python requirements

This commit is contained in:
Carlos Galindo 2026-06-15 13:05:38 +02:00
commit f3ca478ee3
2 changed files with 8 additions and 16 deletions

View file

@ -1,19 +1,15 @@
pkgbase = udsclient3
pkgdesc = UDS client required for polilabs, a remote desktop service for the UPV
pkgver = 4.0.0
pkgrel = 1
pkgrel = 2
url = https://polilabs.upv.es/uds/page/client-download
arch = any
license = unknown
depends = python>=3.6
depends = python-paramiko
depends = python>=3.9
depends = python-requests
depends = python-six
depends = python-pyqt5
depends = python-crypto
depends = python-certifi
depends = python-psutil
depends = qtermwidget
depends = python-cryptography
depends = python-pyqt6
depends = freerdp
source = udsclient3-4.0.0.tar.gz::https://polilabs.upv.es/uds/res/clients/udsclient3-4.0.0.tar.gz
sha256sums = f1082d62dc10b5cbd74f9613bfc6a9dbe79a5bd348ddf0fd13251bd6ed194d27

View file

@ -2,20 +2,16 @@
pkgname=udsclient3
pkgver=4.0.0
pkgrel=1
pkgrel=2
pkgdesc="UDS client required for polilabs, a remote desktop service for the UPV"
arch=('any')
url="https://polilabs.upv.es/uds/page/client-download"
license=('unknown')
depends=('python>=3.6'
'python-paramiko'
depends=('python>=3.9'
'python-requests'
'python-six'
'python-pyqt5'
'python-crypto'
'python-certifi'
'python-psutil'
'qtermwidget'
'python-cryptography'
'python-pyqt6'
'freerdp')
source=("$pkgname-$pkgver.tar.gz::https://polilabs.upv.es/uds/res/clients/$pkgname-$pkgver.tar.gz")
sha256sums=('f1082d62dc10b5cbd74f9613bfc6a9dbe79a5bd348ddf0fd13251bd6ed194d27')