summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Mueller2022-08-11 14:20:16 +0200
committerRalf Mueller2022-08-11 14:20:16 +0200
commit2a8465c7b60de3223c16a738d88f503f22daea4b (patch)
treec52d837ae42edc31c026e43d34898b6558afec71
parent2c14a185f50965d204ae26581c4bd3b7a69542a9 (diff)
downloadaur-2a8465c7b60de3223c16a738d88f503f22daea4b.tar.gz
release 2.0.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c94e76a0d320..0fd1620c69f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cdo
pkgdesc = Command line tool manipulate and analyse Climate model Data. Supported data formats are GRIB, netCDF, SERVICE, EXTRA and IEG.
- pkgver = 2.0.5
+ pkgver = 2.0.6
pkgrel = 0
url = https://code.zmaw.de/projects/cdo
arch = i686
@@ -26,7 +26,7 @@ pkgbase = cdo
depends = curl
depends = jasper
depends = magics++
- source = https://code.zmaw.de/attachments/download/26823/cdo-2.0.5.tar.gz
- sha256sums = edeebbf1c3b1a1f0c642dae6bc8c7624e0c54babe461064dc5c7daca4a5b0dce
+ source = https://code.zmaw.de/attachments/download/27276/cdo-2.0.6.tar.gz
+ sha256sums = ef120dea9032b1be80a4cfa201958c3b910107205beb6674195675f1ee8ed402
pkgname = cdo
diff --git a/PKGBUILD b/PKGBUILD
index 0b92c1032278..269e8bee330a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Ralf Mueller <stark.dreamdetective@gmail.com>
# Contributor: Ralf Mueller <stark.dreamdetective@gmail.com>
pkgname=cdo
-pkgver=2.0.5
-fileID=26823
+pkgver=2.0.6
+fileID=27276
pkgrel=0
pkgdesc="Command line tool manipulate and analyse Climate model Data. Supported data formats are GRIB, netCDF, SERVICE, EXTRA and IEG."
url="https://code.zmaw.de/projects/cdo"
@@ -16,7 +16,7 @@ arch=(i686 x86_64)
backup=()
install=
source=(https://code.zmaw.de/attachments/download/${fileID}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('edeebbf1c3b1a1f0c642dae6bc8c7624e0c54babe461064dc5c7daca4a5b0dce')
+sha256sums=('ef120dea9032b1be80a4cfa201958c3b910107205beb6674195675f1ee8ed402')
build() {
cd "$srcdir/$pkgname-$pkgver"