diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-07-03 06:45:58 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-07-03 06:45:58 +0000 |
commit | 5c3f6f1271b72dba8d1af124c65f0ef0f6509517 (patch) | |
tree | 4cc793bd66696f05ad5248c89a311c3738f5e630 /testing | |
parent | 15e2f6094ec5928728d148933499132fc0220b8a (diff) | |
download | aports-5c3f6f1271b72dba8d1af124c65f0ef0f6509517.tar.bz2 aports-5c3f6f1271b72dba8d1af124c65f0ef0f6509517.tar.xz |
testing/belle-sip: using openjdk8 rather openjdk10 since available for other arches
Diffstat (limited to 'testing')
-rw-r--r-- | testing/belle-sip/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/belle-sip/APKBUILD b/testing/belle-sip/APKBUILD index 96d59e5be4..f7e3cf2aa1 100644 --- a/testing/belle-sip/APKBUILD +++ b/testing/belle-sip/APKBUILD @@ -10,7 +10,7 @@ arch="all" license="GPL-2.0-or-later" options="!check" # no test available makedepends="cmake libantlr3c libantlr3c-dev bctoolbox-dev -zlib-dev mbedtls-dev openjdk10-jre-headless" +zlib-dev mbedtls-dev openjdk8-jre-base" subpackages="$pkgname-dev" source="https://www.linphone.org/releases/sources/${pkgname}/${pkgname}-${pkgver}.tar.gz antlr.jar::https://github.com/antlr/website-antlr3/blob/gh-pages/download/antlr-3.4-complete.jar?raw=true" |