idos-timetable-data-chaps-trains-cz-2016-latest

maintainer dreieck · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads a historical timetable data file and license from the Wayback Machine archive of the official project site; the data is not executable and the source, while on a non-standard host (archive.org), is a preserved version of the original project domain, posing minimal supply-chain 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 a historical timetable data file and license from the Wayback Machine archive of the official project site; the data is not executable and the source, while on a non-standard host (archive.org), is a preserved version of the original project domain, posing minimal supply-chain 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:55 "${_target}::https://web.archive.org/web/20160806152205/http://ttakt.chaps.cz/TTAktual/Win/${_zipfile}"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: dreieck
2
3# PKGBUILD last time manually edited: At least on 2023-09-04.
4
5_pkgname=idos-timetable-data-chaps-trains-cz-2016
6pkgname="${_pkgname}-latest"
7epoch=0
8_pkgver=2016_08_05
9pkgver="${_pkgver}"
10pkgrel=7
11pkgdesc="2015/2016 Timetable data for the timetable search engines by CHAPS: Czech trains."
12arch=(any)
13url="https://web.archive.org/web/20160806152205/http://chaps.cz/eng/download/idos/#kotvatt"
14license=('custom')
15
16groups=(
17 "idos-timetable"
18 )
19
20depends=(
21 "idos-timetable-data-trains-common"
22 )
23
24makedepends=(
25 "p7zip"
26 "wget"
27)
28
29optdepends=(
30 "idos-timetable-tariff-trains-cz: For showing prices."
31 "idos-timetable-maps-trains-cz: For displaying routes on maps."
32 "idos-timetable-additionalinfo-trains-cz: For (links to) additional information about train composition and stations."
33 )
34
35provides=(
36 "${_pkgname}=${pkgver}"
37
38 "idos-timetable-data=${pkgver}"
39 "idos-timetable-data-trains=${pkgver}"
40
41 "idos-timetable-data-trains-cz=${pkgver}"
42 "idos-timetable-data-trains-cz-2016=${pkgver}"
43)
44
45conflicts=(
46 "${_pkgname}"
47 ### The conflict will be handled by idos-timetable-data-chaps-all, if needed. Sometimes idos-timetable-data-chaps-all does not provide the train data, and then idos-timetable-data-chaps-all will depend on this package, thus this package should not have idos-timetable-data-chaps-all as conflict.
48 # "idos-timetable-data-chaps-all"
49)
50
51_zipfile="VLAK16C.EXE"
52_target="vlak16c-${_pkgver}.exe"
53
54source=(
55 "${_target}::https://web.archive.org/web/20160806152205/http://ttakt.chaps.cz/TTAktual/Win/${_zipfile}"
56 "IDOS-Licence.pdf::https://web.archive.org/web/20160806152205/http://chaps.cz/files/idos/IDOS-Licence.pdf"
57 "license-dummy.txt"
58)
59
60sha256sums=(
61 'ccbfee7e570e441bfe75e429c713694d56dded50ebebe2f2c88158caf1da4246'
62 "SKIP"
63 "c6bb216055d3670d3100b7a74e04ce0644030f365f4349a09e630ef60fbcb9a4"
64)
65
66
67prepare() {
68 cd "${srcdir}"
69 7z x "${_target}"
70}
71
72package() {
73 _instdirbase='/opt/idos-timetable'
74 _instdir="${pkgdir}/${_instdirbase}"
75 install -d -m755 "${_instdir}"
76
77 cp -r "${srcdir}"/Data* "${_instdir}/"
78 chmod 755 "${_instdir}"/Data*
79 chmod 644 "${_instdir}"/Data*/*
80 rm -f "${_instdir}/Data1"/[vV][lL][aA][kK].[tT][tT][rR] # This one is provided by idos-timetable-data-trains-common.
81
82 install -d -m755 "${pkgdir}/usr/share/doc/${_pkgname}"
83 echo "${url}" > "${pkgdir}/usr/share/doc/${_pkgname}/info.url"
84 chmod 644 "${pkgdir}/usr/share/doc/${_pkgname}/info.url"
85
86 install -D -m644 "${srcdir}/license-dummy.txt" "${pkgdir}/usr/share/licenses/${pkgname}/copying.txt"
87 install -D -m644 "${srcdir}/IDOS-Licence.pdf" "${pkgdir}/usr/share/licenses/${pkgname}/IDOS-Licence.pdf"
88}
89

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