summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsigvaldm2018-02-20 11:51:02 +0100
committersigvaldm2018-02-20 11:51:02 +0100
commit9845c0b324e3aa1d5a26431aace866a145fd0d64 (patch)
tree404d21338566441d0b9fef7f1e6d9c4ef2a752e0
parentdcf1ae219a45d492f70340e8e3d1a87cbe4adb74 (diff)
downloadaur-9845c0b324e3aa1d5a26431aace866a145fd0d64.tar.gz
Bumped to version 2017.2.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
2 files changed, 4 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad406f8090bd..64f43d612db6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-fiat
pkgdesc = Supports generation of arbitrary order instances of the Lagrange elements on lines, triangles, and tetrahedra (stable).
- pkgver = 20170509
+ pkgver = 2017.2.0
pkgrel = 1
url = https://bitbucket.org/fenics-project/fiat
arch = any
@@ -11,7 +11,7 @@ pkgbase = python-fiat
depends = python-sympy
conflicts = python-fiat-git
options = !emptydirs
- source = fiat::git+https://bitbucket.org/fenics-project/fiat.git#tag=2017.1.0
+ source = fiat::git+https://bitbucket.org/fenics-project/fiat.git#tag=2017.2.0
md5sums = SKIP
pkgname = python-fiat
diff --git a/PKGBUILD b/PKGBUILD
index cf359eef4eb0..88726b347b65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,9 @@
# Based on python-fiat-git, maintained by Lucas H. Gabrielli <heitzmann@gmail.com>
_base=fiat
-_fragment="#tag=2017.1.0"
pkgname=python-${_base}
pkgdesc="Supports generation of arbitrary order instances of the Lagrange elements on lines, triangles, and tetrahedra (stable)."
-pkgver=20170509
+pkgver=2017.2.0
pkgrel=1
arch=('any')
url="https://bitbucket.org/fenics-project/${_base}"
@@ -15,14 +14,9 @@ conflicts=('python-fiat-git')
depends=('python-numpy' 'python-sympy')
makedepends=('git')
options=(!emptydirs)
-source=("${_base}::git+https://bitbucket.org/fenics-project/${_base}.git${_fragment}")
+source=("${_base}::git+https://bitbucket.org/fenics-project/${_base}.git#tag=${pkgver}")
md5sums=('SKIP')
-pkgver() {
- cd ${_base}
- git log --format="%cd" --date=short -1 | sed 's/-//g'
-}
-
build() {
cd ${_base}
python setup.py build