gplates

LOW
maintainer tamamizu 1 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

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

Low AI review downgraded a static finding 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)
Medium source=() URL on a non-standard host 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
1# Maintainer: Ruben Bekaert <bekaertruben@gmail.com>
2
3pkgname=gplates
4
5pkgdesc="GPlates is a plate tectonics program. Manipulate reconstructions of geological and paleogeographic features through geological time. Interactively visualize vector, raster and volume data."
6url="https://www.gplates.org"
7license=(GPLv2)
8
9arch=(any)
10pkgver=2.5.0
11pkgrel=1
12
13# Some of these dependencies are not listed in the documentation, but are used anyways. These might be optional.
14depends=(libgl glu glew python python-numpy boost qt5-base qt5-svg qt5-xmlpatterns gdal cgal proj qwt zlib graphviz gmp mpfr arrow)
15makedepends=(cmake doxygen patchelf)
16
17source=(
18 "${pkgname}_${pkgver}_src.tar.bz2::https://www.earthbyte.org/download/10128/"
19 "icon.png"
20 "gplates.desktop"
21 "qwt63_patch.diff" # delete this for next version
22)
23sha256sums=(
24 "3b8bf9e719a77480ca6215ed34304282bf86b3c78d8275f76e2eef2d33c594cb"
25 "9335fb98b21bc03c1cbec21ca945bded6ac60f66bb14997654b1829c1bd7265b"
26 "c9cf5e841e3bc1e730c5c1fa00a1137f532de4c2859637e67d1682f021eebb11"
27 "989a415510e0a287e1c421ea967fc13ad177d2beb54f269f7d2aa5faa99e1446"
28)
29
30prepare() {
31 cd "${srcdir}/${pkgname}_${pkgver}_src"
32 patch --forward --strip=0 --input="${srcdir}/qwt63_patch.diff"
33}
34
35build() {
36 cd "${srcdir}/${pkgname}_${pkgver}_src"
37
38 cmake -DCMAKE_INSTALL_PREFIX="/usr/" -DCMAKE_BUILD_TYPE=Release .
39 make
40}
41
42package() {
43 cd "${srcdir}/${pkgname}_${pkgver}_src"
44 make DESTDIR="${pkgdir}/" install
45 install "${srcdir}/icon.png" -t "${pkgdir}/usr/share/${pkgname}"
46 install -Dm644 "${srcdir}/${pkgname}.desktop" -t "${pkgdir}/usr/share/applications"
47}
48

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion