summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Mueller2021-11-23 10:39:22 +0100
committerRalf Mueller2021-11-23 10:39:22 +0100
commit003359c54ede54e337dd6e5831a53396d73bb85a (patch)
treef7a412a61ef18f995ebbaa34ee324b5579740018
parent783948eddf502e301cc47e9dbf556666fd3da6b3 (diff)
downloadaur-003359c54ede54e337dd6e5831a53396d73bb85a.tar.gz
update cdi-2.0.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e01f8c961e6..31fe8b727e0c 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.9
+ pkgver = 2.0.0
pkgrel = 2
url = https://code.zmaw.de/projects/cdi
arch = i686
@@ -14,8 +14,7 @@ pkgbase = cdi
depends = eccodes
depends = libaec
depends = openjpeg
- source = https://code.zmaw.de/attachments/download/22867/cdi-1.9.9.tar.gz
- sha256sums = 93904f4021e602f1e35bce3c9983879b37395b38842957f24d2766ffabb8f5e2
+ source = https://code.zmaw.de/attachments/download/26327/cdi-2.0.0.tar.gz
+ sha256sums = 96550ed853cbd9d2786bc202a7c6012430b228a3d20b59f749877a0c3e197031
pkgname = cdi
-
diff --git a/PKGBUILD b/PKGBUILD
index 51f81be81736..5e8f58aed84b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkg=cdi
flavour=
pkgname=${pkg}${flavour}
-pkgver=1.9.9
-fileID=22867
+pkgver=2.0.0
+fileID=26327
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=('93904f4021e602f1e35bce3c9983879b37395b38842957f24d2766ffabb8f5e2')
+sha256sums=('96550ed853cbd9d2786bc202a7c6012430b228a3d20b59f749877a0c3e197031')
build() {
cd "$srcdir/$pkgname-$pkgver"