summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriel Chamon Araujo2021-05-08 15:21:44 -0300
committerGabriel Chamon Araujo2021-05-08 15:21:44 -0300
commit1257b7dfd83e496baf545165a34bc00815946a9f (patch)
treea369eb41f1ce273aca0d9f8e498d818cb00ae3f2
parentff211beb757caf7f4208f431872fe8abee059739 (diff)
downloadaur-1257b7dfd83e496baf545165a34bc00815946a9f.tar.gz
update package to 4.6.0
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f632b998684d..ac7eef0649bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
+# Maintainer: Gabriel Chamon Araujo <gchamon@live.com>
# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
# Contributor: Graziano Giuliani <graziano.giuliani@poste.it>
pkgname=magics++
Pkgname=Magics
-pkgver=4.3.0
+pkgver=4.6.0
_attnum=3473464
-pkgrel=2
+pkgrel=0
pkgdesc="Magics is the latest generation of the ECMWF's Meteorological plotting software MAGICS."
arch=('i686' 'x86_64')
url="https://software.ecmwf.int/wiki/display/MAGP"
@@ -14,7 +15,7 @@ depends=('qt5-base' 'proj' 'fftw' 'pango' 'netcdf-cxx-legacy' 'eccodes' 'python'
optdepends=('libaec' 'odb_api')
makedepends=('perl-xml-parser' 'gcc-fortran' 'swig' 'python2-numpy' 'cmake' 'boost' 'emos' 'python-jinja')
source=(http://software.ecmwf.int/wiki/download/attachments/${_attnum}/${Pkgname}-${pkgver}-Source.tar.gz)
-md5sums=('e5b1f222fe8a8766a7cfdd59ce7b3820')
+md5sums=('570d9888fc794b7c72c0a09fc9210dc3')
build() {
cd "$srcdir/${Pkgname}-${pkgver}-Source"
@@ -33,7 +34,6 @@ build() {
-DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=production \
-DCMAKE_INSTALL_DATADIR=/usr/share \
-DENABLE_METVIEW=1 -DENABLE_QT5=1 -DPYTHON_EXECUTABLE=/usr/bin/python3 ..
- sed -i magics.pc-pkg-config-build.cmake -e '/REPLACE/s/++/\\\\+\\\\+/'
make || return 1
}