summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraziano.giuliani2019-11-03 10:13:40 +0100
committergraziano.giuliani2019-11-03 10:13:40 +0100
commit976a33db403227e448b6696d255a105ec14000a9 (patch)
treebcc61efb200b703dfdccf67712fbfe260c6ca00b
parent192f413f57ebf987d9789e30192bf18989b17559 (diff)
downloadaur-976a33db403227e448b6696d255a105ec14000a9.tar.gz
new upstream
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 412ab9e246d6..a14e76def781 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = eccodes
pkgdesc = ECMWF decoding library for GRIB, BUFR and GTS
- pkgver = 2.13.1
+ pkgver = 2.14.1
pkgrel = 1
url = https://software.ecmwf.int/wiki/display/ECC/ecCodes+Home
arch = i686
@@ -18,8 +18,8 @@ pkgbase = eccodes
optdepends = jasper: as an alternative to openjpeg
conflicts = grib_api
conflicts = libbufr-ecmwf
- source = http://software.ecmwf.int/wiki/download/attachments/45757960/eccodes-2.13.1-Source.tar.gz
- md5sums = aad3fad3b26d7ecda32acf91d8e5e0b6
+ source = http://software.ecmwf.int/wiki/download/attachments/45757960/eccodes-2.14.1-Source.tar.gz
+ md5sums = 839abfaebe3512adbc28392a37e2997e
pkgname = eccodes
diff --git a/PKGBUILD b/PKGBUILD
index 7bc818efe334..d533c681c823 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Contributor: Graziano Giuliani <graziano.giuliani@poste.it>
pkgname=eccodes
-pkgver=2.13.1
+pkgver=2.14.1
_attnum=45757960
pkgrel=1
pkgdesc="ECMWF decoding library for GRIB, BUFR and GTS"
@@ -12,7 +12,7 @@ optdepends=('libaec: for compression' 'jasper: as an alternative to openjpeg')
makedepends=('gcc-fortran' 'python2' 'python2-numpy' 'cmake')
conflicts=('grib_api' 'libbufr-ecmwf')
source=(http://software.ecmwf.int/wiki/download/attachments/${_attnum}/${pkgname}-${pkgver}-Source.tar.gz)
-md5sums=('aad3fad3b26d7ecda32acf91d8e5e0b6')
+md5sums=('839abfaebe3512adbc28392a37e2997e')
build() {
cd "$srcdir"/${pkgname}-${pkgver}-Source