update python requirements
This commit is contained in:
parent
b3545d7ba9
commit
f3ca478ee3
2 changed files with 8 additions and 16 deletions
12
PKGBUILD
12
PKGBUILD
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue