Compare commits
No commits in common. "9fd5b3ceae4ddc6716a3d6db7d3c8c461aece177" and "c1bce25100d6223cdf26a38e2815ed83edfb49c9" have entirely different histories.
9fd5b3ceae
...
c1bce25100
3 changed files with 21 additions and 34 deletions
18
.SRCINFO
18
.SRCINFO
|
|
@ -1,17 +1,21 @@
|
||||||
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 = 3.6.0
|
||||||
pkgrel = 2
|
pkgrel = 1
|
||||||
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.9
|
depends = python>=3.6
|
||||||
|
depends = python-paramiko
|
||||||
depends = python-requests
|
depends = python-requests
|
||||||
depends = python-six
|
depends = python-six
|
||||||
depends = python-cryptography
|
depends = python-pyqt5
|
||||||
depends = python-pyqt6
|
depends = python-crypto
|
||||||
|
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-3.6.0.tar.gz::https://polilabs.upv.es/uds/res/clients/udsclient3-3.6.0.tar.gz
|
||||||
sha256sums = f1082d62dc10b5cbd74f9613bfc6a9dbe79a5bd348ddf0fd13251bd6ed194d27
|
sha256sums = be3cf0b2299c16d229e43f4376060e43b4a579e347ae73faa54b8af351bd2ce3
|
||||||
|
|
||||||
pkgname = udsclient3
|
pkgname = udsclient3
|
||||||
|
|
|
||||||
|
|
@ -1,21 +0,0 @@
|
||||||
on: [push]
|
|
||||||
|
|
||||||
concurrency:
|
|
||||||
cancel-in-progress: false
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: docker
|
|
||||||
container:
|
|
||||||
image: archlinux:base-devel
|
|
||||||
steps:
|
|
||||||
- uses: https://git.cgj.es/archpkgs/actions/build-pkg@v1
|
|
||||||
name: build-pkg@v1
|
|
||||||
publish:
|
|
||||||
needs: [build]
|
|
||||||
runs-on: docker
|
|
||||||
steps:
|
|
||||||
- uses: https://git.cgj.es/archpkgs/actions/publish-pkg@v1
|
|
||||||
name: publish-pkg@v1
|
|
||||||
with:
|
|
||||||
PKG_TOKEN: ${{ secrets.PKG_TOKEN }}
|
|
||||||
16
PKGBUILD
16
PKGBUILD
|
|
@ -1,20 +1,24 @@
|
||||||
# Maintainer: Carlos Galindo <cargaji@vrain.upv.es>
|
# Maintainer: Carlos Galindo <cargaji@vrain.upv.es>
|
||||||
|
|
||||||
pkgname=udsclient3
|
pkgname=udsclient3
|
||||||
pkgver=4.0.0
|
pkgver=3.6.0
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
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.9'
|
depends=('python>=3.6'
|
||||||
|
'python-paramiko'
|
||||||
'python-requests'
|
'python-requests'
|
||||||
'python-six'
|
'python-six'
|
||||||
'python-cryptography'
|
'python-pyqt5'
|
||||||
'python-pyqt6'
|
'python-crypto'
|
||||||
|
'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=('be3cf0b2299c16d229e43f4376060e43b4a579e347ae73faa54b8af351bd2ce3')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
mkdir -p "${pkgdir}/usr/lib/"
|
mkdir -p "${pkgdir}/usr/lib/"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue