python-pyamg: update to 4.2.2
This commit is contained in:
committed by
GitHub
parent
698e4c15e0
commit
f31a2dd5bb
@@ -6,11 +6,11 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
|
||||
provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
|
||||
conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
|
||||
replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
|
||||
pkgver=4.1.0
|
||||
pkgver=4.2.2
|
||||
pkgrel=1
|
||||
pkgdesc="PyAMG: Algebraic Multigrid Solvers in Python (mingw-w64)"
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64')
|
||||
license=('MIT')
|
||||
url="https://github.com/pyamg/pyamg"
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
||||
@@ -18,10 +18,11 @@ depends=("${MINGW_PACKAGE_PREFIX}-python"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-numpy"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-pytest")
|
||||
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-setuptools-scm"
|
||||
"${MINGW_PACKAGE_PREFIX}-pybind11"
|
||||
"${MINGW_PACKAGE_PREFIX}-cc")
|
||||
source=("${_realname}-${pkgver}.tar.gz"::"https://github.com/pyamg/pyamg/archive/v${pkgver}.tar.gz")
|
||||
sha256sums=('517b6ed4942acb8bc6f285750e4072b0fd7108ce7be77471b5372eb6cf1bd010')
|
||||
sha256sums=('e0845fdd4b96fc45cbd04f5a6ff4a1b9bfd671ad69ef80898431c8d03b75ad6d')
|
||||
noextract=(${_realname}-${pkgver}.tar.gz)
|
||||
|
||||
prepare() {
|
||||
|
||||
Reference in New Issue
Block a user