diff --git a/mingw-w64-pastix/PKGBUILD b/mingw-w64-pastix/PKGBUILD index b7af7fc8f3..c098cdb08c 100644 --- a/mingw-w64-pastix/PKGBUILD +++ b/mingw-w64-pastix/PKGBUILD @@ -3,8 +3,8 @@ _realname=pastix pkgbase=mingw-w64-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}") -pkgver=6.2.0 -pkgrel=2 +pkgver=6.2.1 +pkgrel=1 pkgdesc='High performance parallel solver for very large sparse linear systems based on direct methods (mingw-w64)' arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') @@ -19,17 +19,8 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-ninja" provides=('spm') license=('LGPL') url="https://gitlab.inria.fr/solverstack/pastix" -source=("https://gitlab.inria.fr/solverstack/pastix//uploads/5c09cf4e0c120c45e27bc20d24e7f521/${_realname}-${pkgver}.tar.gz" - "metis-fix.patch") -sha256sums=('DBF2F252C8162CBDE2C52730325B9AE6D8410772BE5B4E93C368D9B8D2D79257' - '8B20C71F9AE593003BD40E83F749385776FACDF0C154A127CF2078C5BFB92956') - -prepare() { - cd "${srcdir}/${_realname}-${pkgver}" - # https://gitlab.inria.fr/solverstack/pastix/-/commit/635c3af33eea35cb2657a8dc7f2468ab7b34a907 - # https://gitlab.inria.fr/solverstack/morse_cmake/-/commit/d9827910f037555b3ce25fe0a60734c30a86a844 - patch -Np1 -i ${srcdir}/metis-fix.patch -} +source=("https://gitlab.inria.fr/solverstack/pastix//uploads/baa57033d98378e0f3affbf45900fb6e/${_realname}-${pkgver}.tar.gz") +sha256sums=('50742CC0E6E03728F7529FC607D5C65B9E14205F192947678D6103A872A6210C') build() { local _arch_opt=""