aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvaylo Kirilov2019-08-16 09:34:07 +0100
committerIvaylo Kirilov2019-08-16 09:34:07 +0100
commit982b367c855a010abb9a5e0dec57c0560c9c64e6 (patch)
tree13c51a50c822b302db06c7e3dc3f1fb14741ea64
parentaeebff89d2f40a6887729f2e4a6b1821efdd583e (diff)
downloadaur-982b367c855a010abb9a5e0dec57c0560c9c64e6.tar.gz
Update for java 11
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fdede5ad9a0b..88e6125da590 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = pantheon
url = https://pegasys.tech/
arch = any
license = Apache
- depends = java-runtime>=8
+ depends = java-runtime>=11
source = pantheon
source = https://bintray.com/consensys/pegasys-repo/download_file?file_path=pantheon-1.2.1.tar.gz
source = https://bintray.com/consensys/pegasys-repo/download_file?file_path=pantheon-1.2.1.tar.gz.asc
diff --git a/PKGBUILD b/PKGBUILD
index b2cbe7d9b8b5..d12e356329f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc='An Apache 2.0 licensed, MainNet compatible, Ethereum client written in
arch=('any')
url='https://pegasys.tech/'
license=('Apache')
-depends=('java-runtime>=8')
+depends=('java-runtime>=11')
source=('pantheon'
"https://bintray.com/consensys/pegasys-repo/download_file?file_path=pantheon-${pkgver}.tar.gz"
"https://bintray.com/consensys/pegasys-repo/download_file?file_path=pantheon-${pkgver}.tar.gz.asc")