summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattia Moffa2023-09-17 03:08:11 +0200
committerMattia Moffa2023-09-17 03:08:11 +0200
commitd62614b3fcaa068436589e2c4ece70faf4080976 (patch)
tree758a05bf078481567b1ceaf9fb810b55063f1048
parenta3ccb11b74d13d4b31cda7216937dbad18591099 (diff)
downloadaur-d62614b3fcaa068436589e2c4ece70faf4080976.tar.gz
Change java-environment to java-runtime
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97cf8c7b53a6..fb98841ce178 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = eclipse-php
url = https://www.eclipse.org/
arch = x86_64
license = EPL
- depends = java-environment>=17
+ depends = java-runtime>=17
depends = webkit2gtk
depends = unzip
provides = eclipse=4.29-1
diff --git a/PKGBUILD b/PKGBUILD
index 97cfbd6a3753..61e2d7fee6cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Highly extensible IDE (PHP version)"
arch=(x86_64)
url="https://www.eclipse.org/"
license=('EPL')
-depends=('java-environment>=17' webkit2gtk unzip)
+depends=('java-runtime>=17' webkit2gtk unzip)
makedepends=()
provides=(eclipse=$pkgver-$pkgrel)
conflicts=(eclipse)