summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15bd6068bd0c..ccf7e1d56d62 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Nov 21 12:34:45 UTC 2017
+# Wed Jan 17 17:23:58 UTC 2018
pkgbase = eccodes
pkgdesc = ECMWF decoding library for GRIB, BUFR and GTS
- pkgver = 2.5.0
+ pkgver = 2.6.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.5.0-Source.tar.gz
- md5sums = 5a7e92c58418d855082fa573efd352aa
+ source = http://software.ecmwf.int/wiki/download/attachments/45757960/eccodes-2.6.0-Source.tar.gz
+ md5sums = eec5771c9ced631dabb1411bb1691626
pkgname = eccodes
diff --git a/PKGBUILD b/PKGBUILD
index 6f39676caf87..13b8df4c0498 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Contributor: Graziano Giuliani <graziano.giuliani@poste.it>
pkgname=eccodes
-pkgver=2.5.0
+pkgver=2.6.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=('5a7e92c58418d855082fa573efd352aa')
+md5sums=('eec5771c9ced631dabb1411bb1691626')
build() {
cd "$srcdir"/${pkgname}-${pkgver}-Source