summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonio Cervone2021-12-14 12:07:26 +0100
committerAntonio Cervone2021-12-14 12:07:26 +0100
commit1bb9883f006a1eb66e2b1b30c6f473074c45261d (patch)
tree03896ef14a2fe9111f6a5a786ee642087eaebf27
parent449074a6be9fee15fa1e65a54499895cbb1a03ce (diff)
downloadaur-1bb9883f006a1eb66e2b1b30c6f473074c45261d.tar.gz
update source location
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e439204092ad..9b4bf87934b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = magics++
pkgdesc = Magics is the latest generation of the ECMWF's Meteorological plotting software MAGICS.
pkgver = 4.9.4
- pkgrel = 0
- url = https://software.ecmwf.int/wiki/display/MAGP
+ pkgrel = 1
+ url = https://confluence.ecmwf.int/display/MAGP
arch = i686
arch = x86_64
license = Apache
@@ -19,7 +19,7 @@ pkgbase = magics++
optdepends = ksh
optdepends = libaec
optdepends = odb_api
- source = http://software.ecmwf.int/wiki/download/attachments/3473464/Magics-4.9.4-Source.tar.gz
+ source = http://confluence.ecmwf.int/download/attachments/3473464/Magics-4.9.4-Source.tar.gz
source = gcc11.patch
sha256sums = 2559c2a6d6aabb8c219e7039b08f8a8108c360969c61e703d5558729f8834cdc
sha256sums = c0250ac473b4703e79c8f879f6271d1409e800a0f8a7a77b3793cc9ce9a85951
diff --git a/PKGBUILD b/PKGBUILD
index a3b7400f3a86..55e77146804b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,15 +7,15 @@ pkgname=magics++
Pkgname=Magics
pkgver=4.9.4
_attnum=3473464
-pkgrel=0
+pkgrel=1
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"
+url="https://confluence.ecmwf.int/display/MAGP"
license=('Apache')
depends=('eccodes>=2.19.0' libgeotiff qt6-base pango python)
optdepends=(ksh libaec odb_api)
makedepends=(cmake gcc-fortran perl-xml-parser python-jinja swig)
-source=(http://software.ecmwf.int/wiki/download/attachments/${_attnum}/${Pkgname}-${pkgver}-Source.tar.gz
+source=(http://confluence.ecmwf.int/download/attachments/${_attnum}/${Pkgname}-${pkgver}-Source.tar.gz
gcc11.patch)
sha256sums=('2559c2a6d6aabb8c219e7039b08f8a8108c360969c61e703d5558729f8834cdc'
'c0250ac473b4703e79c8f879f6271d1409e800a0f8a7a77b3793cc9ce9a85951')
@@ -40,6 +40,7 @@ build() {
-DCMAKE_INSTALL_DATADIR=/usr/share \
-DENABLE_METVIEW=ON \
-DENABLE_GEOTIFF=ON \
+ -DGEOTIFF_DIR=/usr \
-DENABLE_ODB=${has_odb}
make -C build
@@ -48,4 +49,3 @@ build() {
package() {
make -C build DESTDIR="$pkgdir" install
}
-