summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLucas Heitzmann Gabrielli2017-12-20 11:58:23 -0200
committerLucas Heitzmann Gabrielli2017-12-20 11:58:23 -0200
commit1a0042643c040f631d393bf348bc870dbb1b3480 (patch)
treec8207b8fa8a8eced4e621147ad4c7db8013a2767 /PKGBUILD
parent0b268d23a4394e4f85ab33c7a32b0190ae592cb9 (diff)
downloadaur-1a0042643c040f631d393bf348bc870dbb1b3480.tar.gz
update deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 48254193ac9f..0e1fe27d1dd3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@ _base=ffc
_fragment="#branch=master"
pkgname=python-${_base}-git
pkgdesc="A compiler for finite element variational forms."
-pkgver=20161110
+pkgver=20171215
pkgrel=1
arch=('any')
url="https://bitbucket.org/fenics-project/${_base}"
license=('GPL3')
groups=('fenics-git')
-depends=('python-dijitso-git' 'python-fiat-git' 'python-numpy' 'python-six' 'python-ufl-git' 'swig')
+depends=('python-dijitso-git' 'python-fiat-git' 'python-ufl-git' 'pybind11')
makedepends=('git')
options=(!emptydirs)
source=("${_base}::git+https://bitbucket.org/fenics-project/${_base}.git${_fragment}")