[arch-commits] Commit in x2goserver/trunk (PKGBUILD)
Andreas Radke
andyrtr at archlinux.org
Fri Oct 16 05:59:06 UTC 2020
Date: Friday, October 16, 2020 @ 05:59:06
Author: andyrtr
Revision: 398422
upgpkg: x2goserver 4.1.0.3-9: fix missing hostname command - FS#68276
Modified:
x2goserver/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-10-16 05:49:24 UTC (rev 398421)
+++ PKGBUILD 2020-10-16 05:59:06 UTC (rev 398422)
@@ -7,7 +7,7 @@
pkgname=x2goserver
pkgver=4.1.0.3
-pkgrel=8
+pkgrel=9
pkgdesc="Open source graphical Remote Desktop and terminal server based on NX technology"
arch=('x86_64')
url="https://www.x2go.org/"
@@ -37,7 +37,8 @@
'sudo'
'which'
# For /etc/X11/Xresources
- 'xorg-xinit'
+ 'xorg-xinit'
+ 'inetutils' # FS#68276
'xorg-fonts-misc'
'xorg-xauth'
'xkeyboard-config'
More information about the arch-commits
mailing list