summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Mueller2022-10-10 10:19:30 +0200
committerRalf Mueller2022-10-10 10:19:30 +0200
commitafd87c56e0f1e530ef382d357f2779e6ff7f4444 (patch)
treec7142ac5e4786f439ac687b492c5ed0caddcf355
parent003359c54ede54e337dd6e5831a53396d73bb85a (diff)
downloadaur-afd87c56e0f1e530ef382d357f2779e6ff7f4444.tar.gz
update to cdi-2.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31fe8b727e0c..0051a037647e 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 = 2.0.0
+ pkgver = 2.1.0
pkgrel = 2
url = https://code.zmaw.de/projects/cdi
arch = i686
@@ -14,7 +14,7 @@ pkgbase = cdi
depends = eccodes
depends = libaec
depends = openjpeg
- source = https://code.zmaw.de/attachments/download/26327/cdi-2.0.0.tar.gz
- sha256sums = 96550ed853cbd9d2786bc202a7c6012430b228a3d20b59f749877a0c3e197031
+ source = https://code.zmaw.de/attachments/download/27452/cdi-2.1.0.tar.gz
+ sha256sums = b6418ad4fa4a761c401c0bc65f0ef289fdf4f3c4e9bc20f964213cf393d88e93
pkgname = cdi
diff --git a/PKGBUILD b/PKGBUILD
index 5e8f58aed84b..c8f74d99df48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkg=cdi
flavour=
pkgname=${pkg}${flavour}
-pkgver=2.0.0
-fileID=26327
+pkgver=2.1.0
+fileID=27452
pkgrel=2
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)
-sha256sums=('96550ed853cbd9d2786bc202a7c6012430b228a3d20b59f749877a0c3e197031')
+sha256sums=('b6418ad4fa4a761c401c0bc65f0ef289fdf4f3c4e9bc20f964213cf393d88e93')
build() {
cd "$srcdir/$pkgname-$pkgver"