summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8063beeb3e5e..1adb6321e5e7 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 = 1.9.0
+ pkgver = 1.9.1
pkgrel = 0
url = https://code.zmaw.de/projects/cdo
arch = i686
@@ -26,8 +26,8 @@ pkgbase = cdo
depends = curl
depends = jasper
depends = magics++
- source = https://code.zmaw.de/attachments/download/15187/cdo-1.9.0.tar.gz
- md5sums = 2d88561b3b4a880df0422a62e5027e40
+ source = https://code.zmaw.de/attachments/download/15653/cdo-1.9.1.tar.gz
+ md5sums = e60a89f268ba24cee5c461f2c217829e
pkgname = cdo
diff --git a/PKGBUILD b/PKGBUILD
index 7d60db107aa1..c0a77d521894 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=1.9.0
-fileID=15187
+pkgver=1.9.1
+fileID=15653
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)
-md5sums=('2d88561b3b4a880df0422a62e5027e40')
+md5sums=('e60a89f268ba24cee5c461f2c217829e')
build() {
cd "$srcdir/$pkgname-$pkgver"