summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48b728085977..4552d7d967d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Aug 14 09:39:55 UTC 2018
+# Mon Feb 4 14:54:13 UTC 2019
pkgbase = grads
pkgdesc = The Grid Analysis and Display System (GrADS) is an interactive desktop tool that is used for easy access, manipulation, and visualization of earth science data. The format of the data may be either binary, GRIB, NetCDF, or HDF-SDS (Scientific Data Sets).
pkgver = 2.2.1
- pkgrel = 1
+ pkgrel = 2
url = http://cola.gmu.edu/grads/grads.php
arch = i686
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = grads
depends = libdap
depends = jasper
depends = libgeotiff
- depends = hdf4-nonetcdf
+ depends = hdf4
depends = shapelib
depends = gd
provides = grads
diff --git a/PKGBUILD b/PKGBUILD
index 2abf4f89b4cb..80f9a01af63d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
pkgname=grads
pkgver=2.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="The Grid Analysis and Display System (GrADS) is an interactive \
desktop tool that is used for easy access, manipulation, and visualization \
of earth science data. The format of the data may be either binary, GRIB, \
NetCDF, or HDF-SDS (Scientific Data Sets)."
url="http://cola.gmu.edu/grads/grads.php"
license=("GPL")
-depends=(netcdf udunits cairo libdap jasper libgeotiff hdf4-nonetcdf shapelib gd)
+depends=(netcdf udunits cairo libdap jasper libgeotiff hdf4 shapelib gd)
makedepends=(g2clib gadap)
arch=(i686 x86_64)
provides=(grads)
@@ -34,7 +34,7 @@ build() {
sed 's!/usr/local/lib/grads!/usr/share/grads!' -i src/gxsubs.c
autoreconf -f -i
CFLAGS="$CFLAGS -Wno-trigraphs" \
- ./configure SUPPLIBS=/usr --prefix=/usr --libdir=/usr/lib/grads
+ ./configure --with-hdf4=/opt/hdf4 SUPPLIBS=/usr --prefix=/usr --libdir=/usr/lib/grads
make
}