summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2021-03-25 10:22:27 +0100
committerHyacinthe Cartiaux2021-03-25 10:22:27 +0100
commit4322bfe7b6158443d09470aa58d797d4f8697b21 (patch)
tree882cd615b20022292613816fc5314d9edeaef55d
parent4500f25123e3e48f18e2a41afe3912003344ac89 (diff)
downloadaur-4322bfe7b6158443d09470aa58d797d4f8697b21.tar.gz
Pkgrel bump: java-environment>11 needed because of libjpeg-turbo
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12a7b31287a7..863c24ad5dac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = turbovnc
pkgdesc = An optimized version of TightVNC
pkgver = 2.2.6
- pkgrel = 1
+ pkgrel = 2
url = http://www.turbovnc.org/
arch = i686
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = turbovnc
depends = libxi
depends = libxcursor
depends = libjpeg-turbo
- depends = java-environment>=8
+ depends = java-environment>11
depends = openssl-1.0
conflicts = turbovnc-bin
conflicts = tigervnc
diff --git a/PKGBUILD b/PKGBUILD
index 29aa460876c0..f8389fbe63f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@
pkgname="turbovnc"
pkgdesc="An optimized version of TightVNC"
pkgver=2.2.6
-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>=8' 'openssl-1.0')
+depends=('libxaw' 'libxt' 'libxi' 'libxcursor' 'libjpeg-turbo' 'java-environment>11' 'openssl-1.0')
sha256sums=('71ff553dbad24f8339e168fe90e09bc2b13c21e453f28276d0e5c9c408bd9de2'
'ccadf1fc708fad601e6113464d6c533a629f6dc9116f6071347cd0b465c1f48b')
conflicts=('turbovnc-bin' 'tigervnc' 'tigervnc-svn' 'tightvnc')