summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Mueller2021-12-20 08:50:03 +0100
committerRalf Mueller2021-12-20 08:50:03 +0100
commit333b3385e05412971db0be8b4b05882a6e98a36d (patch)
tree542df30b1a130021ee33b2f96c59169a74a0491f
parent7b7b4a356ed17c04f36fd7f330ae82f3182c988e (diff)
downloadaur-333b3385e05412971db0be8b4b05882a6e98a36d.tar.gz
update to cdo-2.0.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b562acd3163..be304447d6b8 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. There are more than 400 operators available.
- pkgver = 2.0.1
+ pkgver = 2.0.2
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/26477/cdo-2.0.1.tar.gz
- sha256sums = d0794d261e22efa0adac8e6d18de2b60d54de5e1a4df6127c65fc417feb8fdac
+ source = https://code.zmaw.de/attachments/download/26654/cdo-2.0.2.tar.gz
+ sha256sums = 34dfdd0d4126cfd35fc69e37e60901c8622d13ec5b3fa5f0fe6a1cc866cc5a70
pkgname = cdo
diff --git a/PKGBUILD b/PKGBUILD
index cf035fec4cda..59a896afcdc0 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.1
-fileID=26477
+pkgver=2.0.2
+fileID=26654
pkgrel=0
pkgdesc="Command line tool manipulate and analyse Climate model Data. Supported data formats are GRIB, netCDF, SERVICE, EXTRA and IEG. There are more than 400 operators available."
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=('d0794d261e22efa0adac8e6d18de2b60d54de5e1a4df6127c65fc417feb8fdac')
+sha256sums=('34dfdd0d4126cfd35fc69e37e60901c8622d13ec5b3fa5f0fe6a1cc866cc5a70')
build() {
cd "$srcdir/$pkgname-$pkgver"