kotlin-bin: fix openjdk runtime dep

This commit is contained in:
q66 2019-11-25 23:04:43 +01:00 committed by John Zimmermann
parent 899792d782
commit 64f4e580ac

View file

@ -1,11 +1,11 @@
# Template file for 'kotlin-bin' # Template file for 'kotlin-bin'
pkgname=kotlin-bin pkgname=kotlin-bin
version=1.3.50 version=1.3.50
revision=1 revision=2
archs="x86_64" archs="x86_64"
wrksrc=kotlinc wrksrc=kotlinc
makedepends="unzip setconf" makedepends="unzip setconf"
depends="openjdk" depends="openjdk8"
short_desc="Statically typed programming language that can interoperate with Java" short_desc="Statically typed programming language that can interoperate with Java"
maintainer="shizonic <realtiaz@gmail.com>" maintainer="shizonic <realtiaz@gmail.com>"
license="Apache-2.0" license="Apache-2.0"