summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 263b63c2a7a0..219ca990bbd2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Dec 7 14:32:35 UTC 2016
+# Wed Dec 7 14:53:03 UTC 2016
pkgbase = eccodes
pkgdesc = ECMWF decoding library for GRIB, BUFR and GTS
pkgver = 2.0.2
- pkgrel = 1
+ pkgrel = 2
url = https://software.ecmwf.int/wiki/display/ECC/ecCodes+Home
arch = i686
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = eccodes
depends = netcdf
optdepends = libaec: for compression
optdepends = jasper: as an alternative to openjpeg
- conflicts = grib_def
+ conflicts = grib_api
conflicts = libbufr-ecmwf
source = http://software.ecmwf.int/wiki/download/attachments/45757960/eccodes-2.0.2-Source.tar.gz
md5sums = dec29b6850401d99b0e0344844b2bf4a
diff --git a/PKGBUILD b/PKGBUILD
index d25e3700668a..03916b85fa98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=eccodes
pkgver=2.0.2
_attnum=45757960
-pkgrel=1
+pkgrel=2
pkgdesc="ECMWF decoding library for GRIB, BUFR and GTS"
arch=('i686' 'x86_64')
url="https://software.ecmwf.int/wiki/display/ECC/ecCodes+Home"
@@ -10,7 +10,7 @@ license=('Apache')
depends=('openjpeg' 'libpng' 'python2' 'netcdf')
optdepends=('libaec: for compression' 'jasper: as an alternative to openjpeg')
makedepends=('gcc-fortran' 'python2' 'python2-numpy' 'cmake')
-conflicts=('grib_def' 'libbufr-ecmwf')
+conflicts=('grib_api' 'libbufr-ecmwf')
source=(http://software.ecmwf.int/wiki/download/attachments/${_attnum}/${pkgname}-${pkgver}-Source.tar.gz)
md5sums=('dec29b6850401d99b0e0344844b2bf4a')