summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkewl fft2022-07-02 11:28:15 +0100
committerkewl fft2022-07-02 11:28:15 +0100
commit77df095f72a05e0517f497f1274fc4052c7b649a (patch)
tree3b827163b40261bb919632542b8d8367f7f6e60c
parent4238fa8a947444ee4a8064c66845fe3a0fe68fd4 (diff)
downloadaur-77df095f72a05e0517f497f1274fc4052c7b649a.tar.gz
Update to version 6.10.0-2
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index add98ff4ce43..583d6a1e5030 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = realvnc-vnc-server
pkgdesc = VNC remote desktop server software by RealVNC
pkgver = 6.10.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.realvnc.com/
install = realvnc-vnc-server.install
arch = x86_64
@@ -12,7 +12,6 @@ pkgbase = realvnc-vnc-server
depends = libsm
depends = libxtst
depends = xorg-xauth
- depends = libxcrypt-compat
optdepends = cups: Printer support
conflicts = tightvnc
conflicts = tigervnc
diff --git a/PKGBUILD b/PKGBUILD
index 00b04291b574..ef1cbe1ecfd8 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.10.0
-pkgrel=1
+pkgrel=2
pkgdesc='VNC remote desktop server software by RealVNC'
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url='https://www.realvnc.com/'
license=('custom')
-depends=('libsm' 'libxtst' 'xorg-xauth' 'libxcrypt-compat')
+depends=('libsm' 'libxtst' 'xorg-xauth')
optdepends=('cups: Printer support')
install='realvnc-vnc-server.install'
conflicts=('tightvnc' 'tigervnc' 'turbovnc')