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 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"