summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraziano.giuliani2017-07-20 11:08:29 +0200
committergraziano.giuliani2017-07-20 11:08:29 +0200
commita97a4666db6524182c52a74b9982557be4f1d498 (patch)
tree432f988ee89514eafcce27ba8e71b017f1dab716
parentd0c73e0ed70906a63869927adc4905ed7ef5da08 (diff)
downloadaur-a97a4666db6524182c52a74b9982557be4f1d498.tar.gz
new upstream
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ef9f7410c4e..72d09b3a25e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue May 30 13:40:32 UTC 2017
+# Thu Jul 20 09:08:15 UTC 2017
pkgbase = eccodes
pkgdesc = ECMWF decoding library for GRIB, BUFR and GTS
- pkgver = 2.3.0
+ pkgver = 2.4.0
pkgrel = 1
url = https://software.ecmwf.int/wiki/display/ECC/ecCodes+Home
arch = i686
@@ -20,8 +20,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.3.0-Source.tar.gz
- md5sums = 1870283629ae2b27ceceafdb1735c430
+ source = http://software.ecmwf.int/wiki/download/attachments/45757960/eccodes-2.4.0-Source.tar.gz
+ md5sums = 3be884836e5728e0d6dfe2799aaf18e7
pkgname = eccodes
diff --git a/PKGBUILD b/PKGBUILD
index aac6faf7f87f..45220565267a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Contributor: Graziano Giuliani <graziano.giuliani@poste.it>
pkgname=eccodes
-pkgver=2.3.0
+pkgver=2.4.0
_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=('1870283629ae2b27ceceafdb1735c430')
+md5sums=('3be884836e5728e0d6dfe2799aaf18e7')
build() {
cd "$srcdir"/${pkgname}-${pkgver}-Source