summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authora.kudelin2021-01-16 15:21:16 +0300
committera.kudelin2021-01-16 15:21:16 +0300
commitd05e46611f2826959bd5cb87db8ffab3168f31dc (patch)
tree181b580f115d24c489f9380dd86b429bb4beeb52
parentf5060eadea1fd4ffca542837275e83f5e4881ac4 (diff)
downloadaur-d05e46611f2826959bd5cb87db8ffab3168f31dc.tar.gz
Updated source location
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9fe7596e0390..1a3010f36e0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = silo
pkgdesc = A Mesh and Field I/O Library and Scientific Database
pkgver = 4.10.2
- pkgrel = 10
+ pkgrel = 11
url = https://wci.llnl.gov/simulation/computer-codes/silo
arch = x86_64
license = BSD
makedepends = gcc-fortran
depends = qt5-base
depends = hdf5-openmpi
- source = https://wci.llnl.gov/content/assets/docs/simulation/computer-codes/silo/silo-4.10.2/silo-4.10.2-bsd.tar.gz
+ source = https://wci.llnl.gov/sites/wci/files/2021-01/silo-4.10.2-bsd.tgz
source = remove-mpiposix.patch
source = skip-test.patch
source = qt5.patch
diff --git a/PKGBUILD b/PKGBUILD
index f60cfac5b6ed..e3fb627f7cab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,14 +6,14 @@
pkgname=silo
pkgver=4.10.2
-pkgrel=10
+pkgrel=11
pkgdesc="A Mesh and Field I/O Library and Scientific Database"
url="https://wci.llnl.gov/simulation/computer-codes/silo"
arch=('x86_64')
depends=('qt5-base' 'hdf5-openmpi')
makedepends=('gcc-fortran')
license=('BSD')
-source=("https://wci.llnl.gov/content/assets/docs/simulation/computer-codes/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver-bsd.tar.gz"
+source=("https://wci.llnl.gov/sites/wci/files/2021-01/$pkgname-$pkgver-bsd.tgz"
"remove-mpiposix.patch"
"skip-test.patch"
"qt5.patch")