summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Mueller2022-03-17 09:33:52 +0100
committerRalf Mueller2022-03-17 09:33:52 +0100
commit2c14a185f50965d204ae26581c4bd3b7a69542a9 (patch)
tree97c6d333d08b44ca213a1802bc9a0b66510b3389
parentd589f8a9f1b2b99fee40be8990491aa412c512a0 (diff)
downloadaur-2c14a185f50965d204ae26581c4bd3b7a69542a9.tar.gz
update cdo-2.0.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5a3880b273a..c94e76a0d320 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.4
+ pkgver = 2.0.5
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/26761/cdo-2.0.4.tar.gz
- sha256sums = 73c0c1e5348632e6e8452ea8e617c35499bc55c845ee2c1d42b912a7e00e5533
+ source = https://code.zmaw.de/attachments/download/26823/cdo-2.0.5.tar.gz
+ sha256sums = edeebbf1c3b1a1f0c642dae6bc8c7624e0c54babe461064dc5c7daca4a5b0dce
pkgname = cdo
diff --git a/PKGBUILD b/PKGBUILD
index 4e3334b7a994..0b92c1032278 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.4
-fileID=26761
+pkgver=2.0.5
+fileID=26823
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=('73c0c1e5348632e6e8452ea8e617c35499bc55c845ee2c1d42b912a7e00e5533')
+sha256sums=('edeebbf1c3b1a1f0c642dae6bc8c7624e0c54babe461064dc5c7daca4a5b0dce')
build() {
cd "$srcdir/$pkgname-$pkgver"