summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcyrozap2019-09-05 00:39:23 -0500
committercyrozap2019-09-05 00:39:23 -0500
commit1c0a8b51bce23ccc9ccc8d60a23fa616bcb12bc7 (patch)
treeb2577dcd3a4c815c908b39bd51d6a6d693efee26 /PKGBUILD
parent8b6e2aff295a3a8f139867062dad396d912f7643 (diff)
downloadaur-1c0a8b51bce23ccc9ccc8d60a23fa616bcb12bc7.tar.gz
Enable installation without a full JDK
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1f28ce1c917d..ac18a26a24dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ pkgdesc="A powerful tool for managing applets and keys on JavaCards based on the
arch=('any')
url="https://javacard.pro/globalplatform/"
license=('LGPL3')
-depends=('java-environment>=8' 'pcsclite')
-makedepends=('git' 'apache-ant' 'maven')
+depends=('java-runtime-headless>=8' 'pcsclite')
+makedepends=('apache-ant' 'git' 'java-environment>=8' 'maven')
source=(
"$pkgname::git+https://github.com/martinpaljak/GlobalPlatformPro.git"
'gp-pro'