summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9734e5317db4..155f0122999c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Dec 22 08:21:56 UTC 2016
+# Fri Jan 13 17:46:35 UTC 2017
pkgbase = grib_api
pkgdesc = A program interface for encoding and decoding GRIB messages
pkgver = 1.19.0
- pkgrel = 1
+ pkgrel = 2
url = https://software.ecmwf.int/wiki/display/GRIB/Home
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 6aa1efc82036..353c17dd2615 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=grib_api
pkgver=1.19.0
_attnum=3473437
-pkgrel=1
+pkgrel=2
pkgdesc="A program interface for encoding and decoding GRIB messages"
arch=('i686' 'x86_64')
url="https://software.ecmwf.int/wiki/display/GRIB/Home"
@@ -20,6 +20,7 @@ md5sums=('64a1df561339ea858558b38e5cc4d51f')
build() {
cd "$srcdir"/${pkgname}-${pkgver}-Source
+ sed -i 's/image.inmem_.*=.*1;//' src/grib_jasper_encoding.c
mkdir -p build
cd build
[ -x /usr/bin/aec ] && has_aec=1 || has_aec=0