summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 088faa74e7c1..f5ed2ac28d59 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = i2p-dev
pkgdesc = A distributed anonymous network (daily mtn->git sync)
- pkgver = 2.0.0.0
+ pkgver = 2.3.0.10
pkgrel = 1
url = https://geti2p.net
install = i2p.install
@@ -9,10 +9,9 @@ pkgbase = i2p-dev
arch = armv6h
arch = armv7h
license = GPL2
- makedepends = java-environment>=17
makedepends = apache-ant
makedepends = git
- depends = java-runtime>=17
+ depends = jdk-openjdk
depends = java-service-wrapper
depends = gmp
provides = i2p
diff --git a/PKGBUILD b/PKGBUILD
index 6936a39f25f1..213df4d25aab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@
export LG2=en
pkgname=i2p-dev
-pkgver=2.0.0.0
+pkgver=2.3.0.10
pkgrel=1
pkgdesc="A distributed anonymous network (daily mtn->git sync)"
url="https://geti2p.net"
license=('GPL2')
arch=('x86_64' 'i686' 'armv6h' 'armv7h')
-depends=('java-runtime>=17' 'java-service-wrapper' 'gmp')
-makedepends=('java-environment>=17' 'apache-ant' 'git')
+depends=('jdk-openjdk' 'java-service-wrapper' 'gmp')
+makedepends=('apache-ant' 'git')
#optdepends=('gtk2: for rrd graphs')
conflicts=('i2p' 'i2p-bin')
provides=('i2p')