sunclock

maintainer charleskensy · 12 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source is downloaded from the project's official website (spinnaker.de), which hosts the original upstream tarball; despite the non-whitelisted host, this is a standard source build with no execution of untrusted binaries or remote code.

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 downloaded from the project's official website (spinnaker.de), which hosts the original upstream tarball; despite the non-whitelisted host, this is a standard source build with no execution of untrusted binaries or remote code.

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:17 source=("$pkgname-$pkgver.tar.gz::https://www.spinnaker.de/debian/sunclock_${pkgver}.orig.tar.gz"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
2# Contributor: Martin C. Doege <mdoege at compuserve dot com>
3# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
4# Contributor: Firmicus <firmicus@gmx.net>
5
6pkgname=sunclock
7pkgver=3.57
8pkgrel=1
9pkgdesc="An astronomical world map that shows day and night and the Sun and Moon positions"
10arch=('i686' 'x86_64')
11url="https://www.spinnaker.de/debian/sunclock.html"
12license=('GPL')
13depends=('libjpeg-turbo'
14 'libpng'
15 'libxpm')
16makedepends=('imake' 'tar' 'gendesk')
17source=("$pkgname-$pkgver.tar.gz::https://www.spinnaker.de/debian/sunclock_${pkgver}.orig.tar.gz"
18 "disable_zlib.patch")
19sha256sums=('f3b3499b4a84c7a31411d2a9043e2d9171b745ec29a991ef9930ce582b9d41ab'
20 'SKIP')
21
22build() {
23 cd "${srcdir}/${pkgname}-${pkgver}"
24 # Apply a Debian patch to disable zlib
25 patch -N ${srcdir}/${pkgname}-${pkgver}/Imakefile ${srcdir}/disable_zlib.patch
26 # Fix path to 'emx' binary
27 sed -i "s_/share/sunclock/bin_/bin_" Imakefile
28 xmkmf
29 make
30 gendesk -f -n --pkgname "${pkgname}" --pkgdesc "${pkgdesc}" \
31 --exec="${pkgname}" --categories=Education\;Science\;Astronomy --icon "${pkgname}"
32}
33
34package() {
35 cd "${srcdir}/${pkgname}-${pkgver}"
36 # Install program files
37 make DESTDIR="${pkgdir}" \
38 BINDIR=/usr/bin \
39 EMXBINDIR=/usr/bin \
40 SHAREDIR=/usr/share/${pkgname} \
41 MANDIR=/usr/share/man/man1 install
42 # Install data files
43 install -Dm644 README "$pkgdir/usr/share/doc/sunclock/README"
44 # Install a desktop entry
45 install -Dm644 wm_icons/sunclock2.xpm "${pkgdir}/usr/share/pixmaps/${pkgname}.xpm"
46 install -Dm644 ${pkgname}.desktop "${pkgdir}/usr/share/applications/${pkgname}.desktop"
47}

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