summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Mueller2019-06-18 12:13:12 +0200
committerRalf Mueller2019-06-18 12:13:12 +0200
commit89fd17bfce695a4f3e4f8fb62aa6b30a2592207c (patch)
treee2ed3b502f1c963708701ebc45d0c2a8d0cd78c7
parentf6bf569585edddf71a6c9191f1f2dca919ef710d (diff)
downloadaur-89fd17bfce695a4f3e4f8fb62aa6b30a2592207c.tar.gz
release cdi-1.9.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 952453540899..325f9c206667 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cdi
pkgdesc = CDI is a general purpose C-library with an additional Fortran interface for file IO in the geoscience area. Supported data formats are GRIB, netCDF, SERVICE, EXTRA and IEG. CDI is the IO part of CDO
- pkgver = 1.9.6
+ pkgver = 1.9.7
pkgrel = 0
url = https://code.zmaw.de/projects/cdi
arch = i686
@@ -12,8 +12,8 @@ pkgbase = cdi
depends = netcdf
depends = eccodes
depends = libaec
- source = https://code.zmaw.de/attachments/download/19298/cdi-1.9.6.tar.gz
- sha256sums = cbfbe0711ef1b7305a8f20763fa852452c0ce4e6352f2d6fd9481402fee295ad
+ source = https://code.zmaw.de/attachments/download/20126/cdi-1.9.7.tar.gz
+ sha256sums = 5bf646fb6b5713716049cbb5a85feef6de2319e059a035dfed0ca095fbfee27b
pkgname = cdi
diff --git a/PKGBUILD b/PKGBUILD
index ed260d81e6fe..4dfd794e12e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkg=cdi
flavour=
pkgname=${pkg}${flavour}
-pkgver=1.9.6
-fileID=19298
+pkgver=1.9.7
+fileID=20126
pkgrel=0
pkgdesc="CDI is a general purpose C-library with an additional Fortran interface for file IO in the geoscience area. Supported data formats are GRIB, netCDF, SERVICE, EXTRA and IEG. CDI is the IO part of CDO"
url="https://code.zmaw.de/projects/cdi"
@@ -17,11 +17,11 @@ arch=(i686 x86_64)
backup=()
install=
source=(https://code.zmaw.de/attachments/download/${fileID}/${pkg}-${pkgver}.tar.gz)
-sha256sums=('cbfbe0711ef1b7305a8f20763fa852452c0ce4e6352f2d6fd9481402fee295ad')
+sha256sums=('5bf646fb6b5713716049cbb5a85feef6de2319e059a035dfed0ca095fbfee27b')
build() {
cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr --with-netcdf=/usr --with-eccodes=/usr --with-szlib CFLAGS='-O2 -fopenmp' LIBS='-lpng -lopenjpeg'
+ ./configure --prefix=/usr --with-netcdf=/usr --with-eccodes=/usr --with-szlib CFLAGS='-g -O2 -fopenmp' LIBS='-lpng -lopenjpeg'
make -j12 || return 1
}
package() {