summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraziano.giuliani2016-10-09 11:38:16 +0200
committergraziano.giuliani2016-10-09 11:38:16 +0200
commit260b609704498092955fbb25c1fcedf7d72aee22 (patch)
tree7b971035edb0097f3afb4569f608441e9b7e2bcf
parent4c39ac281b2db1a7fc1f550cb5750bec6613a846 (diff)
downloadaur-260b609704498092955fbb25c1fcedf7d72aee22.tar.gz
new upstream
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da5cc62bf2a0..5eed507a1a7d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed May 25 09:09:55 UTC 2016
+# Sun Oct 9 09:38:06 UTC 2016
pkgbase = magics++
pkgdesc = Magics is the latest generation of the ECMWF's Meteorological plotting software MAGICS.
- pkgver = 2.29.0
+ pkgver = 2.29.4
pkgrel = 1
url = https://software.ecmwf.int/wiki/display/MAGP
arch = i686
@@ -24,9 +24,9 @@ pkgbase = magics++
depends = python
optdepends = odb_api
optdepends = libaec
- source = http://software.ecmwf.int/wiki/download/attachments/3473464/Magics-2.29.0-Source.tar.gz
+ source = http://software.ecmwf.int/wiki/download/attachments/3473464/Magics-2.29.4-Source.tar.gz
source = patch
- md5sums = db20a4d3c51a2da5657c31ae3de59709
+ md5sums = 91c561f413316fb665b3bb563f3878d1
md5sums = da04828807d7fda1d767197c6d69ec0b
pkgname = magics++
diff --git a/PKGBUILD b/PKGBUILD
index 7926c1a69e2c..bcbac4c28447 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=magics++
Pkgname=Magics
-pkgver=2.29.0
+pkgver=2.29.4
_attnum=3473464
pkgrel=1
pkgdesc="Magics is the latest generation of the ECMWF's Meteorological plotting software MAGICS."
@@ -14,8 +14,6 @@ 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=('db20a4d3c51a2da5657c31ae3de59709'
- 'da04828807d7fda1d767197c6d69ec0b')
build() {
cd "$srcdir/${Pkgname}-${pkgver}-Source"
@@ -37,3 +35,5 @@ package() {
cd "$srcdir/${Pkgname}-${pkgver}-Source/build"
make DESTDIR="$pkgdir" install || return 1
}
+md5sums=('91c561f413316fb665b3bb563f3878d1'
+ 'da04828807d7fda1d767197c6d69ec0b')