summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5455110480dd..3f090d3f33c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,6 @@ pkgbase = jameica
license = GPL2
makedepends = unzip
depends = java-runtime>=10
- depends = java-environment
depends = gtk3
optdepends = java-jce_ustrength: Required for mashup plugin used as new scripting platform for non-HBCI accounts (credit cards etc)
source = jameica-start-script.patch
diff --git a/PKGBUILD b/PKGBUILD
index 57849ff3d061..2cc46ca56b9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="free runtime environment for java applications"
arch=('i686' 'x86_64' 'aarch64')
url="https://www.willuhn.de/products/jameica/"
license=("GPL2")
-depends=('java-runtime>=10' 'java-environment' 'gtk3')
+depends=('java-runtime>=10' 'gtk3')
optdepends=('java-jce_ustrength: Required for mashup plugin used as new scripting platform for non-HBCI accounts (credit cards etc)')
makedepends=('unzip')
source_i686=("https://www.willuhn.de/products/jameica/releases/current/jameica/jameica-linux-${pkgver}.zip"