summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Mueller2023-10-20 11:21:53 +0200
committerRalf Mueller2023-10-20 11:21:53 +0200
commitd21b3432b06636cf67103a44737a7411b6b65f0e (patch)
tree016f6f644c266a9738f1a3d48a4e69b8db28588c
parentce7af5e4bc2e7fc9eb0028608e3c0aa5d2ddf0a0 (diff)
downloadaur-cdo.tar.gz
update cdo-2.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36fe9283ffbf..21d3edf6b0c9 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.1
+ pkgver = 2.3.0
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/28653/cdo-2.2.1.tar.gz
- sha256sums = 136801db175daeffb39065f8becbb1831944949bfc1872ead6bc5bfd5aa839e5
+ source = https://code.zmaw.de/attachments/download/29019/cdo-2.3.0.tar.gz
+ sha256sums = 10c878227baf718a6917837527d4426c2d0022cfac4457c65155b9c57f091f6b
pkgname = cdo
diff --git a/PKGBUILD b/PKGBUILD
index 4133c2f294a8..9c65f544c6ce 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.1
-fileID=28653
+pkgver=2.3.0
+fileID=29019
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=('136801db175daeffb39065f8becbb1831944949bfc1872ead6bc5bfd5aa839e5')
+sha256sums=('10c878227baf718a6917837527d4426c2d0022cfac4457c65155b9c57f091f6b')
build() {
cd "$srcdir/$pkgname-$pkgver"