[arch-commits] Commit in keycloak/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Sat Jun 19 23:17:57 UTC 2021


    Date: Saturday, June 19, 2021 @ 23:17:57
  Author: svenstaro
Revision: 965703

upgpkg: keycloak 14.0.0-2: Restrict java versions (fixes FS#71287)

Modified:
  keycloak/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-19 23:14:28 UTC (rev 965702)
+++ PKGBUILD	2021-06-19 23:17:57 UTC (rev 965703)
@@ -4,12 +4,12 @@
 pkgname=keycloak
 pkgver=14.0.0
 _postgresql_jdbc=42.2.22
-pkgrel=1
+pkgrel=2
 pkgdesc="Open Source Identity and Access Management For Modern Applications and Services"
 arch=('any')
 url="https://www.keycloak.org/"
 license=('Apache')
-depends=('java-runtime>=8' 'grep' 'bash' 'coreutils' 'util-linux')
+depends=('java-runtime>=8' 'java-runtime<=15' 'grep' 'bash' 'coreutils' 'util-linux')
 makedepends=('maven' 'git' 'java-environment=8')
 backup=(
   opt/keycloak/standalone/configuration/application-roles.properties



More information about the arch-commits mailing list