summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán2024-02-12 22:10:18 -0500
committerCarlos Aznarán2024-02-12 22:10:18 -0500
commit5d273a707f701a9336c91115404065363b95c964 (patch)
treef6167caa7468850b4270a456210883996befc966 /PKGBUILD
parent71a36c0703ee460ef3af21ae53952860bde63798 (diff)
downloadaur-5d273a707f701a9336c91115404065363b95c964.tar.gz
Bump version to 7.15.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8e6e20fed1b0..0090fd025a60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_base=felupe
pkgname=python-${_base}
pkgdesc="Finite Element Analysis"
-pkgver=7.14.0
+pkgver=7.15.0
pkgrel=1
arch=(any)
url="https://github.com/adtzlr/${_base}"
@@ -18,7 +18,7 @@ optdepends=('python-einsumt: for parallel assembly'
'python-pyvista: for interactive visualizations'
'python-tqdm: for showing progress bars during job evaluation')
source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
-sha512sums=('d64d5c46e9e5636144ac7f87f977919bcd1e87169efacadcd3d8ba22b26917cfa86bbb0d78324afc0e18aa88aca9219b99a9cbcdbd49224ba1dcc3814c69dbe1')
+sha512sums=('9e7e55baa35d2679f0a3e7a69f69be7c7fd77c610fa294f0a5dc75d4bb3f1ec2b64a8950eba71c700f48d3d8260b6cb7e9bced8b9f9bfe56834d03053aafea08')
build() {
cd ${_base}-${pkgver}