summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkewl fft2022-03-05 16:19:42 +0000
committerkewl fft2022-03-05 16:19:42 +0000
commitca50a7d01030fd2d0efcd2f9ca2b09517bc4a1d5 (patch)
tree837e0c73eff1d6451424aa2b3fd6a9bff6114df4
parentc0bb3607029ed4d78e97a8e2ae0b2995840c2c04 (diff)
downloadaur-ca50a7d01030fd2d0efcd2f9ca2b09517bc4a1d5.tar.gz
Update to version 6.21.1109-3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac622aceb051..42b3efbfb6ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = realvnc-vnc-viewer
pkgdesc = VNC remote desktop client software by RealVNC
pkgver = 6.21.1109
- pkgrel = 2
+ pkgrel = 3
url = https://www.realvnc.com/
arch = x86_64
arch = i686
@@ -9,10 +9,10 @@ pkgbase = realvnc-vnc-viewer
license = custom
depends = libsm
depends = libxext
+ depends = libxcrypt-compat
conflicts = tightvnc
conflicts = tigervnc
conflicts = turbovnc
- conflicts = libxcrypt-compat
source_x86_64 = https://www.realvnc.com/download/file/viewer.files/VNC-Viewer-6.21.1109-Linux-x64.deb
sha1sums_x86_64 = 63008140b0897ef09e8a54625e637e2ccef3d67a
source_i686 = https://www.realvnc.com/download/file/viewer.files/VNC-Viewer-6.21.1109-Linux-x86.deb
diff --git a/PKGBUILD b/PKGBUILD
index cf284894c462..cc5408f92824 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@ _watch=('https://www.realvnc.com/en/connect/download/viewer/linux/' 'VNC-Viewer-
pkgname=realvnc-vnc-viewer
pkgver=6.21.1109
-pkgrel=2
+pkgrel=3
pkgdesc='VNC remote desktop client software by RealVNC'
arch=('x86_64' 'i686' 'armv7h')
url='https://www.realvnc.com/'
license=('custom')
-depends=('libsm' 'libxext')
-conflicts=('tightvnc' 'tigervnc' 'turbovnc' 'libxcrypt-compat')
+depends=('libsm' 'libxext' 'libxcrypt-compat')
+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")
source_armv7h=("https://www.realvnc.com/download/file/viewer.files/VNC-Viewer-${pkgver}-Linux-ARM.deb")