summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c495144d34f..1b6cb1dd7966 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fiat-hpc-git
pkgdesc = Supports generation of arbitrary order instances of the Lagrange elements on lines, triangles, and tetrahedra. HPC version
- pkgver = 1.5.0_20200311
+ pkgver = 1.6.0_20210216
pkgrel = 1
url = https://bitbucket.org/adaptivesimulations/fiat-hpc
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 69571185b099..2a62217cadf9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Julian Hornich <hornich at kth dot se>
pkgname=fiat-hpc-git
pkgdesc="Supports generation of arbitrary order instances of the Lagrange elements on lines, triangles, and tetrahedra. HPC version"
-pkgver=1.5.0_20200311
+pkgver=1.6.0_20210216
pkgrel=1
_branch=master
arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@ md5sums=('SKIP')
pkgver() {
cd fiat
- echo "$(grep version setup.py | sed 's/.*="//;s/".*//g')_$(git log --format="%cd" --date=short -1 | sed 's/-//g')"
+ echo "$(grep 'version =' setup.py | sed 's/.*= \"//;s/\"//')_$(git log --format="%cd" --date=short -1 | sed 's/-//g')"
}
prepare() {