summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea05b09f16bb..cd7623024842 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = web3j
pkgdesc = A lightweight, reactive, type safe Java and Android library for integrating with nodes on Ethereum blockchains
pkgver = 3.3.1
- pkgrel = 1
+ pkgrel = 2
url = https://web3j.io/
arch = any
license = Apache
- depends = java-runtime
+ depends = java-runtime>=8
source = web3j
source = https://github.com/web3j/web3j/releases/download/v3.3.1/web3j-3.3.1.tar
source = https://github.com/web3j/web3j/releases/download/v3.3.1/web3j-3.3.1.tar.asc
diff --git a/PKGBUILD b/PKGBUILD
index d3b46154567b..e6272c5b516e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Your Name <ben@artfuldodge.io>
pkgname=web3j
pkgver=3.3.1
-pkgrel=1
+pkgrel=2
pkgdesc='A lightweight, reactive, type safe Java and Android library for integrating with nodes on Ethereum blockchains'
arch=('any')
url='https://web3j.io/'
license=('Apache')
-depends=('java-runtime')
+depends=('java-runtime>=8')
source=('web3j'
'https://github.com/web3j/web3j/releases/download/v3.3.1/web3j-3.3.1.tar'
'https://github.com/web3j/web3j/releases/download/v3.3.1/web3j-3.3.1.tar.asc')