summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkewl fft2018-10-27 09:26:28 +0100
committerkewl fft2018-10-27 09:26:28 +0100
commit50924e9b33e6a576b1503002c7683cc2138e2742 (patch)
tree7d48117166ca4d2036cda5d2df3e7ff0e4f3bc4d
parent10a3a765bb9ddabf18deb42c06066775c6b737e4 (diff)
downloadaur-50924e9b33e6a576b1503002c7683cc2138e2742.tar.gz
Update to version 6.3.2-2
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d98a6ecb4c1..51c231108aa4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = realvnc-vnc-server
pkgdesc = VNC remote desktop server software by RealVNC
pkgver = 6.3.2
- pkgrel = 1
+ pkgrel = 2
url = https://www.realvnc.com/
install = realvnc-vnc-server.install
arch = x86_64
@@ -13,6 +13,7 @@ pkgbase = realvnc-vnc-server
license = custom
depends = libsm
depends = libxtst
+ depends = xorg-xauth
optdepends = cups: Printer support
conflicts = tightvnc
conflicts = tigervnc
diff --git a/PKGBUILD b/PKGBUILD
index f75107e2038b..d4575ba57b22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@ _watch=('https://www.realvnc.com/en/connect/download/vnc/linux/' 'VNC-Server-(\d
pkgname=realvnc-vnc-server
pkgver=6.3.2
-pkgrel=1
+pkgrel=2
pkgdesc='VNC remote desktop server software by RealVNC'
arch=('x86_64' 'i686' 'armv7h' 'armv7' 'armv8' 'aarch64')
url='https://www.realvnc.com/'
license=('custom')
-depends=('libsm' 'libxtst')
+depends=('libsm' 'libxtst' 'xorg-xauth')
optdepends=('cups: Printer support')
install='realvnc-vnc-server.install'
conflicts=('tightvnc' 'tigervnc' 'turbovnc')