summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2022-11-07 15:37:35 +0100
committerHyacinthe Cartiaux2022-11-07 15:37:35 +0100
commitc5310b630b59e2d4ef0fd6ad8a758b3ca1512769 (patch)
treebf5992783a2902a97b2f35056d109006001b7ab3
parentf3b4127a80f0e3f6799bdebd4605b98a01a35f76 (diff)
downloadaur-c5310b630b59e2d4ef0fd6ad8a758b3ca1512769.tar.gz
Pkgrel bump: rebuild with openssl 3 (default)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 902e7727b540..bccfbffd5a0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = turbovnc
pkgdesc = An optimized version of TightVNC
pkgver = 3.0.1
- pkgrel = 1
+ pkgrel = 2
url = http://www.turbovnc.org/
arch = i686
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = turbovnc
depends = libxcursor
depends = libjpeg-turbo
depends = java-environment>11
- depends = openssl-1.0
+ depends = openssl
depends = python
conflicts = turbovnc-bin
conflicts = tigervnc
diff --git a/PKGBUILD b/PKGBUILD
index f9bf6a177790..bcaecdcbca1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@
pkgname="turbovnc"
pkgdesc="An optimized version of TightVNC"
pkgver=3.0.1
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
url="http://www.turbovnc.org/"
license=('GPL')
makedepends=('cmake' 'rsync')
-depends=('libxaw' 'libxt' 'libxi' 'libxcursor' 'libjpeg-turbo' 'java-environment>11' 'openssl-1.0' 'python')
+depends=('libxaw' 'libxt' 'libxi' 'libxcursor' 'libjpeg-turbo' 'java-environment>11' 'openssl' 'python')
sha256sums=('839d6ac42cfd2af258113970915c3d38c1b9ee3f89af2c2c1379e370c8ad4aa0'
'ccadf1fc708fad601e6113464d6c533a629f6dc9116f6071347cd0b465c1f48b')
conflicts=('turbovnc-bin' 'tigervnc' 'tigervnc-svn' 'tightvnc')