summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMadPhysicist2016-05-31 22:51:54 -0400
committerMadPhysicist2016-05-31 22:51:54 -0400
commit5a8204051ed04fcafd7519c9aef4f3b7058c942a (patch)
treea6e955da358015d05723336f560f1c7e941df48e
parent6087ab25f3ab95b9966fe1cd9863d1b6a5981c84 (diff)
downloadaur-5a8204051ed04fcafd7519c9aef4f3b7058c942a.tar.gz
Finally figured out why java-runtime is the preferable dependency.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6fa97c8f2964..5142c4a45121 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Wed Jun 1 02:26:53 UTC 2016
+# Wed Jun 1 02:51:16 UTC 2016
pkgbase = panoply-nodesktop
pkgdesc = NetCDF, HDF and GRIB Data Viewer by NASA GISS (no freedesktop.org support)
pkgver = 4.5.1
- pkgrel = 1
+ pkgrel = 2
url = http://www.giss.nasa.gov/tools/panoply/
arch = any
groups = nasa-tools
license = custom
- depends = java-environment>=7
+ depends = java-runtime>=7
conflicts = panoply
source = http://www.giss.nasa.gov/tools/panoply/PanoplyJ-4.5.1.zip
source = LICENSES
diff --git a/PKGBUILD b/PKGBUILD
index bac18b1e7e89..8050c6b4ee7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: MadPhysicist <jfoxrabinovitz at gmail dot com>
pkgname=panoply-nodesktop
pkgver=4.5.1
-pkgrel=1
+pkgrel=2
pkgdesc='NetCDF, HDF and GRIB Data Viewer by NASA GISS (no freedesktop.org support)'
arch=('any')
url='http://www.giss.nasa.gov/tools/panoply/'
license=('custom')
groups=('nasa-tools')
-depends=('java-environment>=7')
+depends=('java-runtime>=7')
makedepends=()
optdepends=()
provides=()