summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Mueller2018-05-09 14:10:19 +0200
committerRalf Mueller2018-05-09 14:10:19 +0200
commit5ae3bb7928fbcc898f08a2cd84ff7119b2ac2db6 (patch)
treecd3d0a8a2b9a21dfe3133bb23099375a3ac6fcf0
parenta80bc670215eb825da6e44405350e12790efc16a (diff)
downloadaur-5ae3bb7928fbcc898f08a2cd84ff7119b2ac2db6.tar.gz
update to release 1.9.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42a3df40e5b7..a6851c3989bc 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.3
+ pkgver = 1.9.4
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/16436/cdi-1.9.3.tar.gz
- md5sums = 3702754326319545164576995d419826
+ source = https://code.zmaw.de/attachments/download/17327/cdi-1.9.4.tar.gz
+ md5sums = e5bb0e67367482f23e8e8e05b33950e8
pkgname = cdi
diff --git a/PKGBUILD b/PKGBUILD
index 37a3a9685607..182abfbffa17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkg=cdi
flavour=
pkgname=${pkg}${flavour}
-pkgver=1.9.3
-fileID=16436
+pkgver=1.9.4
+fileID=17327
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=('3702754326319545164576995d419826')
+md5sums=('e5bb0e67367482f23e8e8e05b33950e8')
build() {
cd "$srcdir/$pkgname-$pkgver"