mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
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'
|
# 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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue