gplates
The source is a tarball from a project-affiliated but non-whitelisted host (earthbyte.org), but it is the official source code being built, not a prebuilt binary, and the checksum is verified.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a tarball from a project-affiliated but non-whitelisted host (earthbyte.org), but it is the official source code being built, not a prebuilt binary, and the checksum is verified.
1 higher static finding superseded - not the current verdict (shown for transparency)
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:18
"${pkgname}_${pkgver}_src.tar.bz2::https://www.earthbyte.org/download/10128/"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Ruben Bekaert <bekaertruben@gmail.com>
pkgname=gplates
pkgdesc="GPlates is a plate tectonics program. Manipulate reconstructions of geological and paleogeographic features through geological time. Interactively visualize vector, raster and volume data."
url="https://www.gplates.org"
license=(GPLv2)
arch=(any)
pkgver=2.5.0
pkgrel=1
# Some of these dependencies are not listed in the documentation, but are used anyways. These might be optional.
depends=(libgl glu glew python python-numpy boost qt5-base qt5-svg qt5-xmlpatterns gdal cgal proj qwt zlib graphviz gmp mpfr arrow)
makedepends=(cmake doxygen patchelf)
source=(
"${pkgname}_${pkgver}_src.tar.bz2::https://www.earthbyte.org/download/10128/"
"icon.png"
"gplates.desktop"
"qwt63_patch.diff" # delete this for next version
)
sha256sums=(
"3b8bf9e719a77480ca6215ed34304282bf86b3c78d8275f76e2eef2d33c594cb"
"9335fb98b21bc03c1cbec21ca945bded6ac60f66bb14997654b1829c1bd7265b"
"c9cf5e841e3bc1e730c5c1fa00a1137f532de4c2859637e67d1682f021eebb11"
"989a415510e0a287e1c421ea967fc13ad177d2beb54f269f7d2aa5faa99e1446"
)
prepare() {
cd "${srcdir}/${pkgname}_${pkgver}_src"
patch --forward --strip=0 --input="${srcdir}/qwt63_patch.diff"
}
build() {
cd "${srcdir}/${pkgname}_${pkgver}_src"
cmake -DCMAKE_INSTALL_PREFIX="/usr/" -DCMAKE_BUILD_TYPE=Release .
make
}
package() {
cd "${srcdir}/${pkgname}_${pkgver}_src"
make DESTDIR="${pkgdir}/" install
install "${srcdir}/icon.png" -t "${pkgdir}/usr/share/${pkgname}"
install -Dm644 "${srcdir}/${pkgname}.desktop" -t "${pkgdir}/usr/share/applications"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |