summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAuto update bot2022-10-28 07:55:41 +0000
committerAuto update bot2022-10-28 07:55:41 +0000
commit092096b4631c699d167aae8ec6499090de586fcf (patch)
treea8d9288d0a885aabf10e25d1bdadadba86d889fc /PKGBUILD
parentd33a0d402c12498bdb60c2f11557bda69cd94d2a (diff)
downloadaur-092096b4631c699d167aae8ec6499090de586fcf.tar.gz
auto updated to 0.5.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ed3b38a6c7ef..72c254fa640f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_base=dolfinx
pkgname=python-fenics-${_base}
pkgdesc="Next generation FEniCS problem solving environment (python interface)"
-pkgver=0.5.1
+pkgver=0.5.2
pkgrel=1
arch=(x86_64)
url="https://github.com/FEniCS/${_base}"
@@ -11,7 +11,7 @@ depends=(dolfinx python-mpi4py)
makedepends=(cmake python-setuptools pybind11)
optdepends=('gmsh: for extract data from Gmsh models')
source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
-sha512sums=('2394f3650923723e9a81643f5e1d42ae03e58274872921daeb182c5b99b8e755d91217d9e05fb3d301c8f7cbce3faff84f233232c7d91b541fd405a359b06ea4')
+sha512sums=('c6a9af8abc37172493a547ff52a3d737bf16b34f35d737d3643b0d7578455e6097eca6c919b49bbfacfed165b028170a1d55a7cf7521e285612f1f9fc7c55522')
build() {
cd ${_base}-${pkgver}/python