summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2022-02-23 17:34:16 +0100
committerhaawda2022-02-23 17:34:16 +0100
commite936581d0ed1756b6203142c4636f0b86300538c (patch)
tree1b75ed44ce0881b6503b54739d2065ede5a25af1 /PKGBUILD
parent45dad47a9b323c520c313f718c72453cc85bf00a (diff)
downloadaur-e936581d0ed1756b6203142c4636f0b86300538c.tar.gz
firx sourc urls and skips
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD22
1 files changed, 11 insertions, 11 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 959030183550..0375a90ecb1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=elastic-git
pkgver=20210506.r145
-pkgrel=3
+pkgrel=5
pkgdesc="Simple yet efficient finite element solver for linear elasticity problems in two and three dimensions."
arch=('x86_64')
url="https://github.com/ISCDtoolbox/LinearElasticity"
@@ -12,17 +12,17 @@ makedepends=('git')
conflicts=('elastic')
provides=('elastic')
source=("${pkgname%-git}::git+$url.git" \
- https://github.com/ICStoolbox/Commons.git \
- https://github.com/ICStoolbox/LinearElasticity.git \
- https://github.com/ICStoolbox/NavierStokes.git \
- https://github.com/ICStoolbox/Advection.git \
- https://github.com/ICStoolbox/VelocityExtension.git)
+ git+https://github.com/ICStoolbox/Commons.git \
+ git+https://github.com/ICStoolbox/LinearElasticity.git \
+ git+https://github.com/ICStoolbox/NavierStokes.git \
+ git+https://github.com/ICStoolbox/Advection.git \
+ git+https://github.com/ICStoolbox/VelocityExtension.git)
sha256sums=('SKIP'
- '5458da9a039c7a77a50cb2b54f0a9c4862fffbab54820cbf7c29d7540f24eb19'
- 'd4d333f14e412a1c8958eca493292fe8382b0465ddc830999653dd6b344a3fc1'
- 'f2d6716c1c8cf2a373c9f9c7600755e29bdd738869bb6ed058f401a42780026e'
- 'd6788ec99a0e4f5c3db1159cc43ba109ded211b377b83cccef5f94dcd7c62ea0'
- 'd94c468d603758604133099461b098030a111b3cb1b9d39579e07521d418f96b')
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP')
pkgver() {
cd ${pkgname%-git}