summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortimdiels2016-06-16 20:04:08 +0200
committertimdiels2016-06-16 20:04:08 +0200
commit86aaff7f4d1f0b8894185074b964bb647f460e05 (patch)
treeb0f911895de3816454c3b6251042f5c1f4e72105
parent74e267df8a58fa9de06060abdd1d0064c34434fb (diff)
downloadaur-86aaff7f4d1f0b8894185074b964bb647f460e05.tar.gz
Depend headlessly, also depend on java-environment
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bdb48c8df1df..034ccf8fa40c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Jun 16 17:51:07 UTC 2016
+# Thu Jun 16 18:03:13 UTC 2016
pkgbase = cytoscape
pkgdesc = A software for visualizing molecular interaction networks and integration with gene expression profiles and other state data.
pkgver = 3.4.0
@@ -7,7 +7,8 @@ pkgbase = cytoscape
url = http://www.cytoscape.org
arch = any
license = LGPL2
- depends = java-runtime>=8
+ depends = java-runtime-headless>=8
+ depends = java-environment>=8
source = http://chianti.ucsd.edu/cytoscape-3.4.0/cytoscape-3.4.0.tar.gz
source = cytoscape.desktop
source = cytoscape.png
diff --git a/PKGBUILD b/PKGBUILD
index 1d88af989ee3..4f3108a490f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,8 @@ pkgdesc='A software for visualizing molecular interaction networks and integrati
arch=('any')
url=http://www.cytoscape.org
license=('LGPL2')
-depends=('java-runtime>=8')
+depends=('java-runtime-headless>=8'
+ 'java-environment>=8')
source=("http://chianti.ucsd.edu/cytoscape-$pkgver/cytoscape-$pkgver.tar.gz" \
'cytoscape.desktop' \
'cytoscape.png' \