kotlin-bin: fix openjdk runtime dep
This commit is contained in:
parent
899792d782
commit
64f4e580ac
1 changed files with 2 additions and 2 deletions
|
@ -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 <realtiaz@gmail.com>"
|
||||
license="Apache-2.0"
|
||||
|
|
Loading…
Reference in a new issue