summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraziano.giuliani2018-12-13 17:12:38 +0100
committergraziano.giuliani2018-12-13 17:12:38 +0100
commit9d855a35b45de18421ad27282147bbac76426461 (patch)
tree325c03b4acb69271a1d4d8dddb0bc9e7985ecb92
parent1b0ea1d74b1c3b7378a82e6f0a073c60d6058e91 (diff)
downloadaur-9d855a35b45de18421ad27282147bbac76426461.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 d92afa1f4c51..f705979745c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Dec 2 16:09:16 UTC 2018
+# Thu Dec 13 16:12:29 UTC 2018
pkgbase = eccodes
pkgdesc = ECMWF decoding library for GRIB, BUFR and GTS
- pkgver = 2.9.2
+ pkgver = 2.10.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.9.2-Source.tar.gz
- md5sums = 090a876345fdb82d7f040fd0ed7c20e6
+ source = http://software.ecmwf.int/wiki/download/attachments/45757960/eccodes-2.10.0-Source.tar.gz
+ md5sums = c32ba54676b2fa5e1ebd782528185cdd
pkgname = eccodes
diff --git a/PKGBUILD b/PKGBUILD
index c516d7bdc3de..cf9ea39045a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Contributor: Graziano Giuliani <graziano.giuliani@poste.it>
pkgname=eccodes
-pkgver=2.9.2
+pkgver=2.10.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=('090a876345fdb82d7f040fd0ed7c20e6')
+md5sums=('c32ba54676b2fa5e1ebd782528185cdd')
build() {
cd "$srcdir"/${pkgname}-${pkgver}-Source