summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bcbac4c28447..c91f7b938e85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=magics++
Pkgname=Magics
-pkgver=2.29.4
+pkgver=2.29.6
_attnum=3473464
pkgrel=1
pkgdesc="Magics is the latest generation of the ECMWF's Meteorological plotting software MAGICS."
@@ -14,6 +14,8 @@ depends=('qt5-base' 'proj' 'fftw' 'pango' 'netcdf-cxx-legacy' 'grib_api' 'python
optdepends=('odb_api' 'libaec')
makedepends=('perl-xml-parser' 'gcc-fortran' 'swig' 'python2-numpy' 'cmake' 'boost' 'emos')
source=(http://software.ecmwf.int/wiki/download/attachments/${_attnum}/${Pkgname}-${pkgver}-Source.tar.gz patch)
+md5sums=('56d2c31ca75162e5e86ef75d355e87f1'
+ 'da04828807d7fda1d767197c6d69ec0b')
build() {
cd "$srcdir/${Pkgname}-${pkgver}-Source"
@@ -35,5 +37,3 @@ package() {
cd "$srcdir/${Pkgname}-${pkgver}-Source/build"
make DESTDIR="$pkgdir" install || return 1
}
-md5sums=('91c561f413316fb665b3bb563f3878d1'
- 'da04828807d7fda1d767197c6d69ec0b')