Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
suitesparse
Commits:
33e0749d by Antonio Rojas at 2025-11-06T22:12:51+01:00
upgpkg: 7.12.1-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = suitesparse
pkgdesc = A collection of sparse matrix libraries
- pkgver = 7.12.0
+ pkgver = 7.12.1
pkgrel = 1
url = http://faculty.cse.tamu.edu/davis/suitesparse.html
arch = x86_64
@@ -15,8 +15,8 @@ pkgbase = suitesparse
depends = lapack
depends = mpfr
replaces = suitesparse64<7.1.0
- source =
git+https://github.com/DrTimothyAldenDavis/SuiteSparse#tag=v7.12.0
- sha256sums =
3c5f05bf3dbe3377228e788232e445e9a347a4468b30cc41f024cf38c53696fa
+ source =
git+https://github.com/DrTimothyAldenDavis/SuiteSparse#tag=v7.12.1
+ sha256sums =
3c838951c9dd849872f1c8b5f23f5a934d27cd9e69da1f3a52cf2b9b93bced99
pkgname = suitesparse
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgbase=suitesparse
pkgname=(suitesparse
suitesparse-graphblas)
-pkgver=7.12.0
+pkgver=7.12.1
pkgrel=1
pkgdesc='A collection of sparse matrix libraries'
url='http://faculty.cse.tamu.edu/davis/suitesparse.html'
@@ -21,7 +21,7 @@ makedepends=(cmake
replaces=('suitesparse64<7.1.0')
license=(GPL)
source=(git+https://github.com/DrTimothyAldenDavis/SuiteSparse#tag=v$pkgver)
-sha256sums=('3c5f05bf3dbe3377228e788232e445e9a347a4468b30cc41f024cf38c53696fa')
+sha256sums=('3c838951c9dd849872f1c8b5f23f5a934d27cd9e69da1f3a52cf2b9b93bced99')
build() {
cd SuiteSparse
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/suitesparse/-/commit/33e0749df293fb1d5b2d64fb9c66344e5821109f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/suitesparse/-/commit/33e0749df293fb1d5b2d64fb9c66344e5821109f
You're receiving this email because of your account on gitlab.archlinux.org.