gplates

maintainer tamamizu · 1 votes · scanned 2026-08-03 00:08:14.047287
LOW
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-08-03 00:08:14 LOW 2
2026-08-02 00:16:08 LOW 2
2026-08-01 00:11:18 LOW 2
2026-07-31 00:14:10 LOW 2
2026-07-30 00:17:23 LOW 2
2026-07-29 00:25:53 LOW 2
2026-07-28 00:07:28 LOW 2
2026-07-27 00:24:32 LOW 2
2026-07-26 00:07:32 LOW 2
2026-07-25 00:13:44 LOW 2
2026-07-24 00:02:28 LOW 2
2026-07-23 00:14:47 LOW 2
2026-07-22 00:29:32 LOW 2
2026-07-21 00:24:15 LOW 2
2026-07-20 00:19:49 LOW 2
2026-07-19 00:17:08 LOW 2
2026-07-18 00:14:48 LOW 2
2026-07-17 00:06:16 LOW 2
2026-07-16 00:05:41 LOW 2
2026-07-15 00:09:25 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