[arch-commits] Commit in x2goserver/trunk (PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Wed Jun 17 05:33:25 UTC 2020


    Date: Wednesday, June 17, 2020 @ 05:33:24
  Author: andyrtr
Revision: 389389

upgpkg: x2goserver 4.1.0.3-7: fix dependency on nxagent - FS#67024

Modified:
  x2goserver/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-16 19:31:36 UTC (rev 389388)
+++ PKGBUILD	2020-06-17 05:33:24 UTC (rev 389389)
@@ -7,7 +7,7 @@
 
 pkgname=x2goserver
 pkgver=4.1.0.3
-pkgrel=6
+pkgrel=7
 pkgdesc="Open source graphical Remote Desktop and terminal server based on NX technology"
 arch=('x86_64')
 url="https://www.x2go.org/"
@@ -18,6 +18,7 @@
 
 depends=(
          'openssh'
+         'nxagent' # FS#67024
          # certain shell script hardcode bash
          'bash'
          # for x2goruncommand - for now
@@ -68,8 +69,6 @@
 makedepends=('man2html' 'perl-extutils-makemaker' 'systemd' 
              # only needed for file system paths
              'sudo'
-             # for /usr/lib/nx/bin to be owned by some package
-             'nxagent'
 )
 optdepends=('perl-dbd-pg: Postgres support')
 #conflicts=('x2go-agent')



More information about the arch-commits mailing list