summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorentshuld2024-02-29 16:26:34 +0100
committerentshuld2024-02-29 16:26:34 +0100
commitb86ce86f925bb5cfefb562deb2864ebf0e253791 (patch)
treedb1214ca57d21fbf028801edee7c069102ec2404
parent972763b8c9357eaea8c8198a17eb67d02965118e (diff)
downloadaur-b86ce86f925bb5cfefb562deb2864ebf0e253791.tar.gz
revert to working version 15b915ba
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index af5379525b84..432352a78b1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,17 +4,17 @@
_base=basix
pkgname=python-"${_base}"-git
pkgdesc="Python interface of FEniCS for ordinary and partial differential equations."
-pkgver=0.8.0.dev0_r952.eebbc52
+pkgver=0.8.0.dev0_r975.15b915b
pkgrel=1
arch=('i686' 'x86_64')
url="https://github.com/FEniCS/${_base}"
license=('MIT')
groups=('fenics-git')
-depends=("blas-openblas" "fenics-basix" "petsc" "xtensor" "xtensor-blas")
+depends=("blas-openblas" "fenics-basix" "petsc")
makedepends=("boost" "gcc" "git" "pybind11" "python-setuptools")
checkdepends=("python-pytest")
options=(!emptydirs)
-source=("git+${url}#branch=main")
+source=("git+${url}#commit=15b915ba")
sha512sums=('SKIP')
provides=("python-${_base}"