summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoseph Fox-Rabinovitz2015-07-01 17:06:24 -0400
committerJoseph Fox-Rabinovitz2015-07-01 17:06:24 -0400
commit598e272991dcbc520963067ebad833b5fc5a098d (patch)
tree7a5813f63b590ff7cc8a1061e49bfd4bb42a0c89 /PKGBUILD
parent485385dec69c7a65e2fa84f314a84fba57f85c5b (diff)
downloadaur-598e272991dcbc520963067ebad833b5fc5a098d.tar.gz
Addressed issued raised by namcap. Will release version that does not require desktop soon.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 44ce4d12f8a8..6a5d7a6a6041 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,15 @@
# Maintainer: MadPhysicist <jfoxrabinovitz at gmail dot com>
pkgname=panoply
pkgver=4.2.2
-pkgrel=3
+pkgrel=4
pkgdesc='NetCDF, HDF and GRIB Data Viewer by NASA GISS'
arch=('any')
url='http://www.giss.nasa.gov/tools/panoply/'
license=('custom')
groups=('nasa-tools')
-depends=('java-runtime>=7')
+depends=('java-environment>=7'
+ 'hicolor-icon-theme'
+ 'desktop-file-utils')
makedepends=()
optdepends=()
provides=()