summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7202fa6346c0..4399b6e2c201 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Mon Apr 22 17:56:02 UTC 2019
pkgbase = eccodes
pkgdesc = ECMWF decoding library for GRIB, BUFR and GTS
- pkgver = 2.12.0
+ pkgver = 2.12.5
pkgrel = 1
url = https://software.ecmwf.int/wiki/display/ECC/ecCodes+Home
arch = i686
@@ -20,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.12.0-Source.tar.gz
- md5sums = a812b5837901526905b020d328d8007c
+ source = http://software.ecmwf.int/wiki/download/attachments/45757960/eccodes-2.12.5-Source.tar.gz
+ md5sums = 69b1066cdf064684575bf821ba49ac30
pkgname = eccodes
diff --git a/PKGBUILD b/PKGBUILD
index 500f5f9da157..0c750b258f45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Contributor: Graziano Giuliani <graziano.giuliani@poste.it>
pkgname=eccodes
-pkgver=2.12.0
+pkgver=2.12.5
_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=('a812b5837901526905b020d328d8007c')
+md5sums=('69b1066cdf064684575bf821ba49ac30')
build() {
cd "$srcdir"/${pkgname}-${pkgver}-Source