summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2022-02-23 17:34:16 +0100
committerhaawda2022-02-23 17:34:16 +0100
commite936581d0ed1756b6203142c4636f0b86300538c (patch)
tree1b75ed44ce0881b6503b54739d2065ede5a25af1
parent45dad47a9b323c520c313f718c72453cc85bf00a (diff)
downloadaur-e936581d0ed1756b6203142c4636f0b86300538c.tar.gz
firx sourc urls and skips
-rw-r--r--.SRCINFO22
-rw-r--r--PKGBUILD22
2 files changed, 22 insertions, 22 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eccc8bdbde8e..aef1b1efccba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = elastic-git
pkgdesc = Simple yet efficient finite element solver for linear elasticity problems in two and three dimensions.
pkgver = 20210506.r145
- pkgrel = 3
+ pkgrel = 5
url = https://github.com/ISCDtoolbox/LinearElasticity
arch = x86_64
license = LGPL
@@ -11,16 +11,16 @@ pkgbase = elastic-git
provides = elastic
conflicts = elastic
source = elastic::git+https://github.com/ISCDtoolbox/LinearElasticity.git
- source = https://github.com/ICStoolbox/Commons.git
- source = https://github.com/ICStoolbox/LinearElasticity.git
- source = https://github.com/ICStoolbox/NavierStokes.git
- source = https://github.com/ICStoolbox/Advection.git
- source = https://github.com/ICStoolbox/VelocityExtension.git
+ source = git+https://github.com/ICStoolbox/Commons.git
+ source = git+https://github.com/ICStoolbox/LinearElasticity.git
+ source = git+https://github.com/ICStoolbox/NavierStokes.git
+ source = git+https://github.com/ICStoolbox/Advection.git
+ source = git+https://github.com/ICStoolbox/VelocityExtension.git
+ sha256sums = SKIP
+ sha256sums = SKIP
+ sha256sums = SKIP
+ sha256sums = SKIP
+ sha256sums = SKIP
sha256sums = SKIP
- sha256sums = 5458da9a039c7a77a50cb2b54f0a9c4862fffbab54820cbf7c29d7540f24eb19
- sha256sums = d4d333f14e412a1c8958eca493292fe8382b0465ddc830999653dd6b344a3fc1
- sha256sums = f2d6716c1c8cf2a373c9f9c7600755e29bdd738869bb6ed058f401a42780026e
- sha256sums = d6788ec99a0e4f5c3db1159cc43ba109ded211b377b83cccef5f94dcd7c62ea0
- sha256sums = d94c468d603758604133099461b098030a111b3cb1b9d39579e07521d418f96b
pkgname = elastic-git
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}