summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Mueller2023-07-11 16:11:08 +0200
committerRalf Mueller2023-07-11 16:11:08 +0200
commitce7af5e4bc2e7fc9eb0028608e3c0aa5d2ddf0a0 (patch)
treec9612e2ddd4a9d92f3425adcbd1235c601b7e109
parentf142260ac8240a54579e0b98cbbbb483c7dad2d1 (diff)
downloadaur-ce7af5e4bc2e7fc9eb0028608e3c0aa5d2ddf0a0.tar.gz
cdo-2.2.1 update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e40b61a76103..36fe9283ffbf 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.2.0
+ pkgver = 2.2.1
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/28013/cdo-2.2.0.tar.gz
- sha256sums = 679c8d105706caffcba0960ec5ddc4a1332c1b40c52f82c3937356999d8fadf2
+ source = https://code.zmaw.de/attachments/download/28653/cdo-2.2.1.tar.gz
+ sha256sums = 136801db175daeffb39065f8becbb1831944949bfc1872ead6bc5bfd5aa839e5
pkgname = cdo
diff --git a/PKGBUILD b/PKGBUILD
index 7062454c5eec..4133c2f294a8 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.2.0
-fileID=28013
+pkgver=2.2.1
+fileID=28653
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=('679c8d105706caffcba0960ec5ddc4a1332c1b40c52f82c3937356999d8fadf2')
+sha256sums=('136801db175daeffb39065f8becbb1831944949bfc1872ead6bc5bfd5aa839e5')
build() {
cd "$srcdir/$pkgname-$pkgver"