summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Mueller2018-02-12 13:38:20 +0100
committerRalf Mueller2018-02-12 13:38:20 +0100
commita80bc670215eb825da6e44405350e12790efc16a (patch)
treee290f82fd108197d42e8f0c766ef574d81ca8fe0
parent13fa403133bef5b8e176c39dfb0318081b0c3efc (diff)
downloadaur-a80bc670215eb825da6e44405350e12790efc16a.tar.gz
update to cdi-1.9.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ccb26fb275ba..42a3df40e5b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cdi
pkgdesc = CDI is a general purpose C-library with an additional Fortran interface for file IO in the geoscience area. Supported data formats are GRIB, netCDF, SERVICE, EXTRA and IEG. CDI is the IO part of CDO
- pkgver = 1.9.2
+ pkgver = 1.9.3
pkgrel = 0
url = https://code.zmaw.de/projects/cdi
arch = i686
@@ -12,8 +12,8 @@ pkgbase = cdi
depends = netcdf
depends = eccodes
depends = libaec
- source = https://code.zmaw.de/attachments/download/16032/cdi-1.9.2.tar.gz
- md5sums = e494540ea37e4401344e023c67cba112
+ source = https://code.zmaw.de/attachments/download/16436/cdi-1.9.3.tar.gz
+ md5sums = 3702754326319545164576995d419826
pkgname = cdi
diff --git a/PKGBUILD b/PKGBUILD
index b5a4895df329..37a3a9685607 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkg=cdi
flavour=
pkgname=${pkg}${flavour}
-pkgver=1.9.2
-fileID=16032
+pkgver=1.9.3
+fileID=16436
pkgrel=0
pkgdesc="CDI is a general purpose C-library with an additional Fortran interface for file IO in the geoscience area. Supported data formats are GRIB, netCDF, SERVICE, EXTRA and IEG. CDI is the IO part of CDO"
url="https://code.zmaw.de/projects/cdi"
@@ -17,7 +17,7 @@ arch=(i686 x86_64)
backup=()
install=
source=(https://code.zmaw.de/attachments/download/${fileID}/${pkg}-${pkgver}.tar.gz)
-md5sums=('e494540ea37e4401344e023c67cba112')
+md5sums=('3702754326319545164576995d419826')
build() {
cd "$srcdir/$pkgname-$pkgver"