From c3e004240e1118d051758aa65e51c421c1d6ca19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=88=E5=AD=A3=E8=8A=B1=E4=B8=AD=E7=9A=84=E6=98=9F?= =?UTF-8?q?=E8=BE=B0?= Date: Tue, 2 Nov 2021 21:33:37 +0000 Subject: [PATCH] upd dep --- pibuss/PKGBUILD | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pibuss/PKGBUILD b/pibuss/PKGBUILD index a280dd79ba..cb5753c5cf 100644 --- a/pibuss/PKGBUILD +++ b/pibuss/PKGBUILD @@ -6,11 +6,7 @@ pkgver=1.4 _pkgver=1-4 pkgrel=1 depends=( - 'jre-openjdk-headless' - 'jre-openjdk' - 'jdk-openjdk' - 'openjdk-doc' - 'openjdk-src' + 'java-runtime' ) pkgdesc="a BEAST/BEAGLE utility for sequence simulation, which provides an easy to use interface that allows flexible and extensible phylogenetic data fabrication" arch=('x86_64')