summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán2023-11-27 10:55:25 -0500
committerCarlos Aznarán2023-11-27 10:55:25 -0500
commitfa3af454edba579a2e739d291af6664f6508c58d (patch)
treeb6973fd54750a9c402401f912378421765cba5e6 /PKGBUILD
parent14be54f6dc0fea17351fe6508cef5d06a0c80fcf (diff)
downloadaur-python-scikit-umfpack.tar.gz
Bump version to 0.4.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5ab46f024d7f..37ad6c2616b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Grey Christoforo <first name [at] last name [dot] net>
_base=scikit-umfpack
pkgname=python-${_base}
-pkgver=0.4.0
+pkgver=0.4.1
pkgrel=1
pkgdesc="Python interface to UMFPACK sparse direct solver"
url="https://${_base}.github.io/${_base}"
@@ -11,7 +11,7 @@ makedepends=(python-build python-installer meson-python python-wheel swig)
license=('custom:BSD-3-clause')
arch=('x86_64')
source=(https://pypi.org/packages/source/${_base::1}/${_base}/${_base/-/_}-${pkgver}.tar.gz)
-sha512sums=('284dc757cf7ebd1ca5aa05ca1a2778b2dee99eba7b345b74d2e2b4a7fd79058eb4f4e67f3d4582b28c57d74db2efb5dfdcfaf88154f5972082767e524fe3d6e6')
+sha512sums=('f88eb24b8e35a4fe6d3912f136cdcfce48ac1ae188036f9b74f8aa4584e58d13751a3a0e8ea01ff0bce6a51399e215e74c3be444680433f15c112c7099c536e8')
build() {
cd ${_base/-/_}-${pkgver}