summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2023-08-08 11:18:24 -0500
committerCarlos Aznarán Laos2023-08-08 11:18:24 -0500
commit51d5b621680a97209176738446a751351637794c (patch)
treea143ca1f5551993e192bbc67d77c0b9fd610928e
parentb3d0cc5e8d5beb64550a80f6c8d4d979e17fed52 (diff)
downloadaur-51d5b621680a97209176738446a751351637794c.tar.gz
Bump version to 8.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d78e2cd86e2a..e188b8128df1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-nutils
pkgdesc = Numerical Utilities for Finite Element Analysis
- pkgver = 8.0
+ pkgver = 8.1
pkgrel = 1
url = https://github.com/evalf/nutils
arch = any
@@ -25,7 +25,7 @@ pkgbase = python-nutils
optdepends = intel-oneapi-mkl: for MKL matrix backend support
optdepends = python-matplotlib: for interpolation support
optdepends = python-meshio: for parsing gmsh files
- source = nutils-8.0.tar.gz::https://github.com/evalf/nutils/archive/v8.0.tar.gz
- sha512sums = 32c1337683bd5186956be6895c29b1990aa55e879d0c7151407f2fe9a64b3181658f0391a6ce545245d75b00f2d2d93030b6ef0afc60b75a1ea31b428b6ce8d0
+ source = nutils-8.1.tar.gz::https://github.com/evalf/nutils/archive/v8.1.tar.gz
+ sha512sums = d0f05cd665fac9e16008049179b3e24a1946eebd0ab77571d28ba05979436aee151546ad7fc475a3fefe95f604178a378337805a685f1c1f92a956474c2049e0
pkgname = python-nutils
diff --git a/PKGBUILD b/PKGBUILD
index 6df8318ad24c..112934310082 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_base=nutils
pkgname=python-${_base}
pkgdesc="Numerical Utilities for Finite Element Analysis"
-pkgver=8.0
+pkgver=8.1
pkgrel=1
arch=(any)
url="https://github.com/evalf/${_base}"
@@ -15,7 +15,7 @@ optdepends=('python-scipy: for Scipy matrix backend support'
'python-matplotlib: for interpolation support'
'python-meshio: for parsing gmsh files')
source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
-sha512sums=('32c1337683bd5186956be6895c29b1990aa55e879d0c7151407f2fe9a64b3181658f0391a6ce545245d75b00f2d2d93030b6ef0afc60b75a1ea31b428b6ce8d0')
+sha512sums=('d0f05cd665fac9e16008049179b3e24a1946eebd0ab77571d28ba05979436aee151546ad7fc475a3fefe95f604178a378337805a685f1c1f92a956474c2049e0')
build() {
cd ${_base}-${pkgver}