summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkewl fft2022-07-02 11:28:50 +0100
committerkewl fft2022-07-02 11:28:50 +0100
commit53edde66f0c082fa64011dda5340c3a0137f7385 (patch)
treecc79aa0d5175e3fbf624bb1310ed0b62c385d837
parent18e9aa79325f850aff48f976819036a9153cd1fa (diff)
downloadaur-53edde66f0c082fa64011dda5340c3a0137f7385.tar.gz
Update to version 6.22.515-2
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c7a1ccacea5..5aaa46e4f929 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = realvnc-vnc-viewer
pkgdesc = VNC remote desktop client software by RealVNC
pkgver = 6.22.515
- pkgrel = 1
+ pkgrel = 2
url = https://www.realvnc.com/
arch = x86_64
arch = i686
@@ -9,7 +9,6 @@ pkgbase = realvnc-vnc-viewer
license = custom
depends = libsm
depends = libxext
- depends = libxcrypt-compat
conflicts = tightvnc
conflicts = tigervnc
conflicts = turbovnc
diff --git a/PKGBUILD b/PKGBUILD
index cb11fcc0b30b..e2a774b180e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@ _watch=('https://www.realvnc.com/en/connect/download/viewer/linux/' 'VNC-Viewer-
pkgname=realvnc-vnc-viewer
pkgver=6.22.515
-pkgrel=1
+pkgrel=2
pkgdesc='VNC remote desktop client software by RealVNC'
arch=('x86_64' 'i686' 'armv7h')
url='https://www.realvnc.com/'
license=('custom')
-depends=('libsm' 'libxext' 'libxcrypt-compat')
+depends=('libsm' 'libxext')
conflicts=('tightvnc' 'tigervnc' 'turbovnc')
source_x86_64=("https://www.realvnc.com/download/file/viewer.files/VNC-Viewer-${pkgver}-Linux-x64.deb")
source_i686=("https://www.realvnc.com/download/file/viewer.files/VNC-Viewer-${pkgver}-Linux-x86.deb")