summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCebtenzzre2020-10-14 13:35:52 -0400
committerCebtenzzre2020-10-14 13:47:47 -0400
commit4e18954618b376edaf9a458a1cd115cd97e6df9d (patch)
tree85e72426b3a8847d1ebf1b6d7ff3b5526a5f9edf
parent9ab3618db4de0128c629e824d02f7b5f13be701d (diff)
downloadaur-4e18954618b376edaf9a458a1cd115cd97e6df9d.tar.gz
Bump pkgver to 4.12.0, add pygtk, sort dependencies
-rw-r--r--.SRCINFO29
-rw-r--r--PKGBUILD19
2 files changed, 25 insertions, 23 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ff38b234236..36c8b9b55dbb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,37 +1,38 @@
pkgbase = thinlinc-server
pkgdesc = Cendio ThinLinc Linux remote desktop server
- pkgver = 4.11.0
+ pkgver = 4.12.0
pkgrel = 1
url = http://www.cendio.com/
install = thinlinc-server.install
arch = i686
arch = x86_64
license = custom
- depends = python2
- depends = net-tools
- depends = procps-ng
- depends = xorg-xauth
- depends = pcsclite
+ depends = ghostscript
+ depends = hicolor-icon-theme
depends = java-environment
+ depends = ncurses5-compat-libs
+ depends = net-tools
depends = nspr
depends = nss
- depends = ghostscript
- depends = smtp-forwarder
- depends = ncurses5-compat-libs
+ depends = pcsclite
+ depends = procps-ng
depends = pulseaudio
+ depends = pygtk
+ depends = python2
+ depends = smtp-forwarder
depends = xdg-utils
- depends = hicolor-icon-theme
- optdepends = nfs-utils: Local drive redirection
- optdepends = python2-ldap: LDAP integration tools
+ depends = xorg-xauth
optdepends = apache: Web integration
optdepends = mod_nss: Web integration
- source = tl-4.11.0-server.zip::https://www.cendio.com/downloads/server/download.py
+ optdepends = nfs-utils: Local drive redirection
+ optdepends = python2-ldap: LDAP integration tools
+ source = tl-4.12.0-server.zip::https://www.cendio.com/downloads/server/download.py
source = LICENSE
source = tlwebaccess.service
source = tlwebadm.service
source = vsmagent.service
source = vsmserver.service
- sha256sums = f49b54a8af1b6e5a47b38f35485ca05b3c21fdcc3fae6cebef8b0506e52ec66d
+ sha256sums = 7a2f5f34fe5067d3932c7231ae63571dad8a67aaf8323df695d49933b93825d2
sha256sums = 179583f1e2f61a9a75a99bbe8bb988e35a0216fc2ddcbd4c85ad8bdc70c3149e
sha256sums = 8e70ef23f9716dcb100eba660932e7f5d05351d63074fb262cf925812dbdbb63
sha256sums = 5a92c5beac6c64487debd92a4d94b56074b9f9b0cd38d154a14a320105f3bccd
diff --git a/PKGBUILD b/PKGBUILD
index f54e05c3b543..dcdf0dc8109d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Cebtenzzre <cebtenzzre (at) gmail (dot) com>
pkgname=thinlinc-server
-pkgver=4.11.0
+pkgver=4.12.0
pkgrel=1
pkgdesc="Cendio ThinLinc Linux remote desktop server"
arch=('i686' 'x86_64')
@@ -9,13 +9,14 @@ url="http://www.cendio.com/"
license=('custom')
install=${pkgname}.install
-depends=('python2' 'net-tools' 'procps-ng' 'xorg-xauth' 'pcsclite'
- 'java-environment' 'nspr' 'nss' 'ghostscript' 'smtp-forwarder'
- 'ncurses5-compat-libs' 'pulseaudio' 'xdg-utils' 'hicolor-icon-theme')
-optdepends=('nfs-utils: Local drive redirection'
- 'python2-ldap: LDAP integration tools'
- 'apache: Web integration'
- 'mod_nss: Web integration')
+depends=('ghostscript' 'hicolor-icon-theme' 'java-environment'
+ 'ncurses5-compat-libs' 'net-tools' 'nspr' 'nss' 'pcsclite' 'procps-ng'
+ 'pulseaudio' 'pygtk' 'python2' 'smtp-forwarder' 'xdg-utils'
+ 'xorg-xauth')
+optdepends=('apache: Web integration'
+ 'mod_nss: Web integration'
+ 'nfs-utils: Local drive redirection'
+ 'python2-ldap: LDAP integration tools')
_archive_name=tl-${pkgver}-server
@@ -25,7 +26,7 @@ source=("${_archive_name}.zip::https://www.cendio.com/downloads/server/download.
'tlwebadm.service'
'vsmagent.service'
'vsmserver.service')
-sha256sums=('f49b54a8af1b6e5a47b38f35485ca05b3c21fdcc3fae6cebef8b0506e52ec66d'
+sha256sums=('7a2f5f34fe5067d3932c7231ae63571dad8a67aaf8323df695d49933b93825d2'
'179583f1e2f61a9a75a99bbe8bb988e35a0216fc2ddcbd4c85ad8bdc70c3149e'
'8e70ef23f9716dcb100eba660932e7f5d05351d63074fb262cf925812dbdbb63'
'5a92c5beac6c64487debd92a4d94b56074b9f9b0cd38d154a14a320105f3bccd'