digitalclock5

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

The package downloads source code from GitHub (project's own repositories) and a skins ZIP from SourceForge; the latter is from a non-whitelisted host but contains only non-executable theme data, posing minimal risk.

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 package downloads source code from GitHub (project's own repositories) and a skins ZIP from SourceForge; the latter is from a non-whitelisted host but contains only non-executable theme data, posing minimal risk.

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:19 https://digitalclock4.sourceforge.io/media/skins.zip

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: envolution
2# shellcheck shell=bash disable=SC2034,SC2154
3
4pkgname=digitalclock5
5_pkgname=DigitalClock5
6pkgver=5.1.8
7pkgrel=1
8pkgdesc="A modern digital clock application"
9arch=('x86_64')
10url="https://github.com/Kolcha/DigitalClock5"
11license=('GPL-3.0-or-later')
12depends=('qt6-multimedia' 'qt6-tools' 'qt6-svg' 'qt6-base' 'ninja' 'cmake')
13makedepends=('git')
14install=$pkgname.install
15source=("git+https://github.com/Kolcha/DigitalClock5.git#tag=${pkgver}"
16 'git+https://github.com/Kolcha/GradientDialog.git'
17 'git+https://github.com/Kolcha/paletteicon.git'
18 'git+https://github.com/Skycoder42/QHotkey.git'
19 https://digitalclock4.sourceforge.io/media/skins.zip
20 digitalclock5.desktop
21 digitalclock5.install
22)
23sha256sums=('654425aeea6d32448f8172ab49bd3a5755b50776667099aba9841237cb2bebb4'
24 'SKIP'
25 'SKIP'
26 'SKIP'
27 '23fd7f483064ad9743b4dbdeb144a90791fd2aba9be20aa712c570a0f8e15587'
28 '353cab3b079779c5ad3255fe3ffae21c28f4140e1e1c92f5b1c860c6f06e24e8'
29 'b3953c72141ea3a80ad353a2f66eee22614722571d8306fc1989a60df4858c81')
30
31prepare() {
32 git -C "${_pkgname}" submodule init
33 git -C "${_pkgname}" -c protocol.file.allow='always' submodule update
34 git -C "${_pkgname}" config --local "submodule.third_party/GradientDialog.url" "GradientDialog"
35 git -C "${_pkgname}" config --local "submodule.third_party/paletteicon.url" "paletteicon"
36 git -C "${_pkgname}" config --local "submodule.third_party/QHotkey.url" "QHotkey"
37 git -C "${_pkgname}" submodule update --remote
38}
39
40build() {
41 cd "${_pkgname}"
42 cmake \
43 -B build \
44 -G Ninja \
45 -D CMAKE_BUILD_TYPE=Release \
46 -D CMAKE_INSTALL_PREFIX=/usr/share/digitalclock5
47 cmake --build build --target update_translations
48 cmake --build build
49
50}
51
52package() {
53 install -dm755 "${pkgdir}/usr/share/applications"
54 install -Dm644 digitalclock5.desktop "${pkgdir}/usr/share/applications/"
55 install -dm755 "${pkgdir}/usr/share/digitalclock5/plugins"
56 install -dm755 "${pkgdir}/usr/share/digitalclock5/skins"
57 install -dm755 "${pkgdir}/usr/bin"
58 install -Dm755 "${_pkgname}/build/app/DigitalClock5" "${pkgdir}/usr/share/digitalclock5/"
59 ln -s "/usr/share/digitalclock5/DigitalClock5" "${pkgdir}/usr/bin/digitalclock5"
60
61 install -Dm644 "${_pkgname}/app/res/icons/clock.svg" "${pkgdir}/usr/share/icons/hicolor/scalable/apps/digitalclock5.svg"
62 find "${_pkgname}/build/clock_common/" -name 'lib*.so' -exec install -v -Dm 0755 {} -t "${pkgdir}/usr/share/digitalclock5/" \;
63 find "${_pkgname}/build/plugin_core/" -name 'lib*.so' -exec install -v -Dm 0755 {} -t "${pkgdir}/usr/share/digitalclock5/" \;
64 find "${_pkgname}/build/skin_engine/" -name 'lib*.so' -exec install -v -Dm 0755 {} -t "${pkgdir}/usr/share/digitalclock5/" \;
65 find "${_pkgname}/build/plugins/" -name '*.so' -not -name '*sample*' -exec install -v -Dm 0755 {} -t "${pkgdir}/usr/share/digitalclock5/plugins/" \;
66 # find "${_pkgname}/build/3rdparty/paletteicon/" -name '*.so' -exec install -v -Dm 0755 {} -t "${pkgdir}/usr/share/digitalclock5/" \;
67
68 cp -r "skins/"* "${pkgdir}/usr/share/digitalclock5/skins/"
69}
70# vim:set ts=2 sw=2 et:
71

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