summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortimdiels2016-06-16 19:52:17 +0200
committertimdiels2016-06-16 19:52:17 +0200
commit74e267df8a58fa9de06060abdd1d0064c34434fb (patch)
tree002affcdee6de496121a789ae4f8f8a52614be17 /PKGBUILD
parent3dd7ce8a3a05335ba7969438ee37dbd1c2364083 (diff)
downloadaur-74e267df8a58fa9de06060abdd1d0064c34434fb.tar.gz
Depend on java-runtime>=8 (JRE) instead of java-runtime-common
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 796405cf3c42..1d88af989ee3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=cytoscape
pkgver=3.4.0
-pkgrel=1
+pkgrel=2
pkgdesc='A software for visualizing molecular interaction networks and integration with gene expression profiles and other state data.'
arch=('any')
url=http://www.cytoscape.org
license=('LGPL2')
-depends=('java-runtime-common')
+depends=('java-runtime>=8')
source=("http://chianti.ucsd.edu/cytoscape-$pkgver/cytoscape-$pkgver.tar.gz" \
'cytoscape.desktop' \
'cytoscape.png' \