summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonio Cervone2023-07-20 07:10:49 +0000
committerAntonio Cervone2023-07-20 07:10:49 +0000
commit0ae022db3d9698451aae109ba5f3b77927a5f93d (patch)
treef034d358594d381f90a8acce93c7b4bb98dba5f6
parent35648de9f9151e50d8703f9b29d9cf00c5cf536e (diff)
downloadaur-magics++.tar.gz
update to version 4.14.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD16
2 files changed, 10 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7690d8d9763..05d40fb049bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = magics++
pkgdesc = Magics is the latest generation of the ECMWF's Meteorological plotting software MAGICS.
- pkgver = 4.12.1
+ pkgver = 4.14.1
pkgrel = 1
url = https://confluence.ecmwf.int/display/MAGP
arch = i686
@@ -18,9 +18,7 @@ pkgbase = magics++
optdepends = ksh
optdepends = libaec
optdepends = odb_api
- source = http://confluence.ecmwf.int/download/attachments/3473464/Magics-4.12.1-Source.tar.gz
- source = gcc11.patch
- sha256sums = c9e2322e3ee9e0e1882f1c7f728751ba81a7207a6d4732d39b3dd97175fa8007
- sha256sums = c0250ac473b4703e79c8f879f6271d1409e800a0f8a7a77b3793cc9ce9a85951
+ source = http://confluence.ecmwf.int/download/attachments/3473464/Magics-4.14.1-Source.tar.gz
+ sha256sums = 263818fc163945280d5df277e0c7f0b9ef701e698c991d9ffec8caf82a5f70c8
pkgname = magics++
diff --git a/PKGBUILD b/PKGBUILD
index 931368e13c53..b77bfee55707 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=magics++
Pkgname=Magics
-pkgver=4.12.1
+pkgver=4.14.1
_attnum=3473464
pkgrel=1
pkgdesc="Magics is the latest generation of the ECMWF's Meteorological plotting software MAGICS."
@@ -15,15 +15,13 @@ license=('Apache')
depends=('eccodes>=2.19.0' libgeotiff qt6-base pango python)
optdepends=(ksh libaec odb_api)
makedepends=(cmake gcc-fortran python-jinja swig)
-source=(http://confluence.ecmwf.int/download/attachments/${_attnum}/${Pkgname}-${pkgver}-Source.tar.gz
- gcc11.patch)
-sha256sums=('c9e2322e3ee9e0e1882f1c7f728751ba81a7207a6d4732d39b3dd97175fa8007'
- 'c0250ac473b4703e79c8f879f6271d1409e800a0f8a7a77b3793cc9ce9a85951')
+source=(http://confluence.ecmwf.int/download/attachments/${_attnum}/${Pkgname}-${pkgver}-Source.tar.gz)
+sha256sums=('263818fc163945280d5df277e0c7f0b9ef701e698c991d9ffec8caf82a5f70c8')
-prepare() {
- cd "${Pkgname}-${pkgver}-Source"
- patch --forward --strip=1 --input=$srcdir/gcc11.patch
-}
+# prepare() {
+# cd "${Pkgname}-${pkgver}-Source"
+# patch --forward --strip=1 --input=$srcdir/gcc11.patch
+# }
build() {
[ -x /usr/bin/odb ] && has_odb=ON || has_odb=OFF