From 64f4e580ac7a6724efc7a6f31d80c4771dca6c49 Mon Sep 17 00:00:00 2001 From: q66 Date: Mon, 25 Nov 2019 23:04:43 +0100 Subject: [PATCH] kotlin-bin: fix openjdk runtime dep --- srcpkgs/kotlin-bin/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/kotlin-bin/template b/srcpkgs/kotlin-bin/template index 76d7563dc1a..c266fbe1410 100644 --- a/srcpkgs/kotlin-bin/template +++ b/srcpkgs/kotlin-bin/template @@ -1,11 +1,11 @@ # Template file for 'kotlin-bin' pkgname=kotlin-bin version=1.3.50 -revision=1 +revision=2 archs="x86_64" wrksrc=kotlinc makedepends="unzip setconf" -depends="openjdk" +depends="openjdk8" short_desc="Statically typed programming language that can interoperate with Java" maintainer="shizonic " license="Apache-2.0"