summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRalf Mueller2018-02-12 13:36:32 +0100
committerRalf Mueller2018-02-12 13:36:32 +0100
commitf32eb4cbecba0481969bd4151481f64b4eed7039 (patch)
tree553066e7b6c6f97cf142c0410dba82c2868f7dce /PKGBUILD
parente7e2a05046eecc317545d3fa363eddcd0a6fb4ee (diff)
downloadaur-f32eb4cbecba0481969bd4151481f64b4eed7039.tar.gz
update to cdo-1.9.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fd62db4e9154..d382b3b75fe9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,14 @@
# Maintainer: Ralf Mueller <stark.dreamdetective@gmail.com>
# Contributor: Ralf Mueller <stark.dreamdetective@gmail.com>
pkgname=cdo
-pkgver=1.9.2
-fileID=16035
-pkgrel=1
+pkgver=1.9.3
+fileID=16435
+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"
license=('GPLv2')
depends=('netcdf' 'hdf5' 'proj' 'libaec' 'eccodes' 'udunits' 'fftw' 'curl' 'jasper' 'magics++')
makedepends=('netcdf' 'hdf5' 'proj' 'libaec' 'eccodes' 'udunits' 'fftw' 'curl' 'jasper' 'magics++')
-:q
provides=()
conflicts=()
replaces=()
@@ -17,7 +16,7 @@ arch=(i686 x86_64)
backup=()
install=
source=(https://code.zmaw.de/attachments/download/${fileID}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('38e68d34f0b5b44a52c3241be6831423')
+md5sums=('13ae222164413dbd53532b03b072def5')
build() {
cd "$srcdir/$pkgname-$pkgver"