summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsurefire2017-06-16 18:40:55 +0300
committersurefire2017-06-16 18:40:55 +0300
commit80641f7a1a5ac30556772299ff487bc9f056e89d (patch)
tree9bb71dc76cf36f24c0961342f4bc3efb3c107f6b
parentb037e9a93ab3ea32f462f505d8c10499c5a57757 (diff)
downloadaur-80641f7a1a5ac30556772299ff487bc9f056e89d.tar.gz
dependence java-runtime-headless instead java-runtime
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6ca0762f922..946a002b7ed6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nxt-git
pkgdesc = The Nxt Reference Software Client for use with the Nxt Cryptocurrency
pkgver = 1.11.5+0+gfc25fd5a2
- pkgrel = 1
+ pkgrel = 2
url = http://nxt.org
arch = any
license = MIT
@@ -9,7 +9,7 @@ pkgbase = nxt-git
license = MPL
license = APACHE
makedepends = java-environment>=8
- depends = java-runtime>=8
+ depends = java-runtime-headless>=8
depends = systemd
backup = etc/nxt/nxt.properties
backup = etc/nxt/logging.properties
diff --git a/PKGBUILD b/PKGBUILD
index 8960963b8c37..b8a093840f09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=nxt-git
pkgver=1.11.5+0+gfc25fd5a2
-pkgrel=1
+pkgrel=2
pkgdesc="The Nxt Reference Software Client for use with the Nxt Cryptocurrency"
arch=('any')
url="http://nxt.org"
license=('MIT' 'GPL' 'MPL' 'APACHE')
-depends=('java-runtime>=8' 'systemd')
+depends=('java-runtime-headless>=8' 'systemd')
makedepends=('java-environment>=8')
source=('git+https://bitbucket.org/JeanLucPicard/nxt.git'
'logging.properties'