mingw-w64-suitesparse

LOW
maintainer xantares 0 votes scanned 2026-08-26 00:12:07.713121
View on AUR
Why flagged

The package builds from an official project source (GitHub) and follows standard AUR practices; the 'recently orphaned & re-adopted' flag is administrative and does not indicate malicious intent or supply-chain risk.

Triggered rules

Low AI review downgraded a static finding llm_review

The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package builds from an official project source (GitHub) and follows standard AUR practices; the 'recently orphaned & re-adopted' flag is administrative and does not indicate malicious intent or supply-chain risk.

1 higher static finding superseded - not the current verdict (shown for transparency)
Medium Recently orphaned & re-adopted orphaned_readopted

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

PKGBUILD

1pkgname=mingw-w64-suitesparse
2pkgver=7.13.0
3pkgrel=1
4pkgdesc="A collection of sparse matrix libraries (mingw-w64)"
5url="https://people.engr.tamu.edu/davis/suitesparse.html"
6arch=('any')
7depends=('mingw-w64-lapack' 'mingw-w64-mpfr')
8makedepends=('mingw-w64-cmake')
9license=('GPL')
10options=('!buildflags' '!strip' 'staticlibs')
11source=("https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v${pkgver}.tar.gz")
12sha256sums=('561c0e2559f9e11d889d9b5fa7340e62aa8a183703292a524d138c36b80d4b50')
13
14_architectures=${MINGW_W64_ARCHS:-x86_64-w64-mingw32}
15
16build() {
17 cd "$srcdir/SuiteSparse-${pkgver}"
18 for _arch in ${_architectures}
19 do
20 ${_arch}-cmake -DSUITESPARSE_DEMOS=OFF -DBUILD_TESTING=OFF \
21 -DBLA_VENDOR=Generic -DGRAPHBLAS_COMPACT=ON -B build-${_arch} .
22 cmake --build build-${_arch}
23 done
24}
25
26package() {
27 cd "$srcdir/SuiteSparse-${pkgver}"
28 for _arch in ${_architectures}
29 do
30 DESTDIR="$pkgdir" cmake --build build-${_arch} --target install
31 rm "$pkgdir"/usr/${_arch}/bin/*.exe
32 ${_arch}-strip --strip-unneeded "$pkgdir"/usr/${_arch}/bin/*.dll
33 ${_arch}-strip -g "$pkgdir"/usr/${_arch}/lib/*.a
34 done
35}
36

Changes since previous scan

--- PKGBUILD @ 2026-07-29 19:12
+++ PKGBUILD @ 2026-08-26 00:12
@@ -1,5 +1,5 @@
pkgname=mingw-w64-suitesparse
-pkgver=7.12.3
+pkgver=7.13.0
pkgrel=1
pkgdesc="A collection of sparse matrix libraries (mingw-w64)"
url="https://people.engr.tamu.edu/davis/suitesparse.html"
@@ -9,9 +9,9 @@
license=('GPL')
options=('!buildflags' '!strip' 'staticlibs')
source=("https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v${pkgver}.tar.gz")
-sha256sums=('158ee4ed2ce3fdcbf52c4e47e94b0d1a8ae13344b4a835991d78a3ad20f08086')
+sha256sums=('561c0e2559f9e11d889d9b5fa7340e62aa8a183703292a524d138c36b80d4b50')
-_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
+_architectures=${MINGW_W64_ARCHS:-x86_64-w64-mingw32}
build() {
cd "$srcdir/SuiteSparse-${pkgver}"

Scan history

Scanned at (UTC)SeverityRules
2026-08-26 00:12:07 Low 2
2026-08-25 23:28:42 Medium 1
2026-08-11 21:21:47 Clean 0
2026-07-29 19:12:33 Clean 0
2026-06-18 16:11:54 Clean 0

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion