summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraziano.giuliani2018-12-02 17:09:27 +0100
committergraziano.giuliani2018-12-02 17:09:27 +0100
commit1b0ea1d74b1c3b7378a82e6f0a073c60d6058e91 (patch)
tree9c19cbd5a2b9ac002e42a9981bacca0abfc8e024
parentc22e3fffe8e5c8105ecdeaace449fca4a7677a07 (diff)
downloadaur-1b0ea1d74b1c3b7378a82e6f0a073c60d6058e91.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 0e0ecf96c052..d92afa1f4c51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Oct 26 03:17:06 UTC 2018
+# Sun Dec 2 16:09:16 UTC 2018
pkgbase = eccodes
pkgdesc = ECMWF decoding library for GRIB, BUFR and GTS
- pkgver = 2.9.0
+ pkgver = 2.9.2
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.9.0-Source.tar.gz
- md5sums = fab239b47a0a8a1531b68e1e76374321
+ source = http://software.ecmwf.int/wiki/download/attachments/45757960/eccodes-2.9.2-Source.tar.gz
+ md5sums = 090a876345fdb82d7f040fd0ed7c20e6
pkgname = eccodes
diff --git a/PKGBUILD b/PKGBUILD
index f3a3b272377e..c516d7bdc3de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Contributor: Graziano Giuliani <graziano.giuliani@poste.it>
pkgname=eccodes
-pkgver=2.9.0
+pkgver=2.9.2
_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=('fab239b47a0a8a1531b68e1e76374321')
+md5sums=('090a876345fdb82d7f040fd0ed7c20e6')
build() {
cd "$srcdir"/${pkgname}-${pkgver}-Source