update python requirements
This commit is contained in:
parent
b3545d7ba9
commit
f3ca478ee3
2 changed files with 8 additions and 16 deletions
12
.SRCINFO
12
.SRCINFO
|
|
@ -1,19 +1,15 @@
|
||||||
pkgbase = udsclient3
|
pkgbase = udsclient3
|
||||||
pkgdesc = UDS client required for polilabs, a remote desktop service for the UPV
|
pkgdesc = UDS client required for polilabs, a remote desktop service for the UPV
|
||||||
pkgver = 4.0.0
|
pkgver = 4.0.0
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://polilabs.upv.es/uds/page/client-download
|
url = https://polilabs.upv.es/uds/page/client-download
|
||||||
arch = any
|
arch = any
|
||||||
license = unknown
|
license = unknown
|
||||||
depends = python>=3.6
|
depends = python>=3.9
|
||||||
depends = python-paramiko
|
|
||||||
depends = python-requests
|
depends = python-requests
|
||||||
depends = python-six
|
depends = python-six
|
||||||
depends = python-pyqt5
|
depends = python-cryptography
|
||||||
depends = python-crypto
|
depends = python-pyqt6
|
||||||
depends = python-certifi
|
|
||||||
depends = python-psutil
|
|
||||||
depends = qtermwidget
|
|
||||||
depends = freerdp
|
depends = freerdp
|
||||||
source = udsclient3-4.0.0.tar.gz::https://polilabs.upv.es/uds/res/clients/udsclient3-4.0.0.tar.gz
|
source = udsclient3-4.0.0.tar.gz::https://polilabs.upv.es/uds/res/clients/udsclient3-4.0.0.tar.gz
|
||||||
sha256sums = f1082d62dc10b5cbd74f9613bfc6a9dbe79a5bd348ddf0fd13251bd6ed194d27
|
sha256sums = f1082d62dc10b5cbd74f9613bfc6a9dbe79a5bd348ddf0fd13251bd6ed194d27
|
||||||
|
|
|
||||||
12
PKGBUILD
12
PKGBUILD
|
|
@ -2,20 +2,16 @@
|
||||||
|
|
||||||
pkgname=udsclient3
|
pkgname=udsclient3
|
||||||
pkgver=4.0.0
|
pkgver=4.0.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="UDS client required for polilabs, a remote desktop service for the UPV"
|
pkgdesc="UDS client required for polilabs, a remote desktop service for the UPV"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://polilabs.upv.es/uds/page/client-download"
|
url="https://polilabs.upv.es/uds/page/client-download"
|
||||||
license=('unknown')
|
license=('unknown')
|
||||||
depends=('python>=3.6'
|
depends=('python>=3.9'
|
||||||
'python-paramiko'
|
|
||||||
'python-requests'
|
'python-requests'
|
||||||
'python-six'
|
'python-six'
|
||||||
'python-pyqt5'
|
'python-cryptography'
|
||||||
'python-crypto'
|
'python-pyqt6'
|
||||||
'python-certifi'
|
|
||||||
'python-psutil'
|
|
||||||
'qtermwidget'
|
|
||||||
'freerdp')
|
'freerdp')
|
||||||
source=("$pkgname-$pkgver.tar.gz::https://polilabs.upv.es/uds/res/clients/$pkgname-$pkgver.tar.gz")
|
source=("$pkgname-$pkgver.tar.gz::https://polilabs.upv.es/uds/res/clients/$pkgname-$pkgver.tar.gz")
|
||||||
sha256sums=('f1082d62dc10b5cbd74f9613bfc6a9dbe79a5bd348ddf0fd13251bd6ed194d27')
|
sha256sums=('f1082d62dc10b5cbd74f9613bfc6a9dbe79a5bd348ddf0fd13251bd6ed194d27')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue