summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5fcc2bf75274..dc6e77fea384 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = python-fiat-git
pkgdesc = Supports generation of arbitrary order instances of the Lagrange elements on lines, triangles, and tetrahedra.
- pkgver = 20171214
+ pkgver = 20181101
pkgrel = 1
url = https://bitbucket.org/fenics-project/fiat
arch = any
groups = fenics-git
license = GPL3
+ makedepends = python-setuptools
makedepends = git
depends = python-numpy
depends = python-sympy
diff --git a/PKGBUILD b/PKGBUILD
index 7cdce22e649a..92aeca46f090 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@ _base=fiat
_fragment="#branch=master"
pkgname=python-${_base}-git
pkgdesc="Supports generation of arbitrary order instances of the Lagrange elements on lines, triangles, and tetrahedra."
-pkgver=20171214
+pkgver=20181101
pkgrel=1
arch=('any')
url="https://bitbucket.org/fenics-project/${_base}"
license=('GPL3')
groups=('fenics-git')
depends=('python-numpy' 'python-sympy')
-makedepends=('git')
+makedepends=('python-setuptools' 'git')
options=(!emptydirs)
source=("${_base}::git+https://bitbucket.org/fenics-project/${_base}.git${_fragment}")
md5sums=('SKIP')