gwenhywfar-git

maintainer Auerhuhn · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source is a Git repository from a project-owned host (aquamaniac.de), which is plausibly the official upstream; building from source is normal for AUR packages, and no untrusted prebuilt binaries are executed.

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 Git repository from a project-owned host (aquamaniac.de), which is plausibly the official upstream; building from source is normal for AUR packages, and no untrusted prebuilt binaries are executed.

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:16 source=(git+https://git.aquamaniac.de/git/gwenhywfar)

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Claudia Pellegrino <aur ät cpellegrino.de>
2# Contributor: Sebastian J. Bronner <waschtl@sbronner.com>
3
4pkgname=gwenhywfar-git
5pkgver=5.14.1+14+gadc29497
6pkgrel=1
7pkgdesc="OS abstraction functions for various projects"
8arch=(x86_64 i686)
9url='https://www.aquamaniac.de/rdm/'
10license=(LGPL-2.1-only)
11depends=(bash gcc-libs glib2 glibc gnutls libgcrypt libgpg-error openssl)
12makedepends=(git gtk3 qt6-base)
13optdepends=('gtk3: for the GTK3 UI' 'qt6-base: for the Qt6 UI')
14provides=(gwenhywfar)
15conflicts=(gwenhywfar)
16source=(git+https://git.aquamaniac.de/git/gwenhywfar)
17sha256sums=(SKIP)
18_sourcedir=gwenhywfar
19
20pkgver() {
21 # In the gwenhywfar repository, the Git tag that we want is
22 # usually not reachable from the current HEAD.
23 # To work around that issue, extract the version number from
24 # configure.ac instead.
25 _version_base="$(
26 awk -F= \
27 -e '/^GWENHYWFAR_VERSION_(MAJOR|MINOR|PATCHLEVEL)=/ {
28 a[substr($1, 20)] = $2
29 }' \
30 -e 'END {
31 if (length(a) < 3) {
32 exit 64 + length(a)
33 }
34 print a["MAJOR"]"."a["MINOR"]"."a["PATCHLEVEL"]
35 }' \
36 "$_sourcedir/configure.ac"
37 )"
38 _tag="$(git -C "$_sourcedir" tag --list "${_version_base}*" | head -1)"
39 if [[ -z "${_tag}" ]]; then
40 printf >&2 'Unable to find tag that starts with %s\n' "${_tag}"
41 return 1
42 fi
43
44 printf "%s+%s+g%s\n" \
45 "${_version_base}" \
46 "$(git -C "$_sourcedir" rev-list --count "^${_tag}" @)" \
47 "$(git -C "$_sourcedir" describe --always --exclude='*')"
48}
49
50prepare() {
51 cd $_sourcedir
52 autopoint -f
53 autoreconf -fi
54}
55
56build() {
57 cd $_sourcedir
58 GPGRT_CONFIG='/usr/bin/gpgrt-config' \
59 PATH="/usr/lib/qt6:/usr/lib/qt6/bin:$PATH" \
60 ./configure --prefix=/usr --sysconfdir=/etc --enable-system-certs --with-guis="gtk3 qt6"
61 sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
62 make
63}
64
65package() {
66 cd $_sourcedir
67 make DESTDIR="${pkgdir}" install
68}
69

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