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

maintainer dreieck · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads timetable data from an archived source; the data is not executable and is used solely for informational purposes, posing minimal risk even if the host is non-standard.

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 timetable data from an archived source; the data is not executable and is used solely for informational purposes, posing minimal risk even if the host is non-standard.

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:61 "${_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-europe-2016
6pkgname="${_pkgname}-latest"
7epoch=0
8_pkgver=2016_08_06
9pkgver="${_pkgver}"
10pkgrel=6
11pkgdesc="2015/2016 Timetable data for the timetable search engines by CHAPS: European 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-europe: For showing prices."
31 "idos-timetable-tariff-trains-cz: For showing prices (for Czech Republic only)."
32 "idos-timetable-tariff-trains-sk: For showing prices (for Slovakia only)."
33 "idos-timetable-maps-trains-europe: For displaying routes on maps."
34 "idos-timetable-maps-trains-cz: For displaying routes on (for Czech Republic only)."
35 "idos-timetable-maps-trains-sk: For displaying routes on (for Slovakia only)."
36 "idos-timetable-additionalinfo-trains-europe: For (links to) additional information about train composition and stations."
37 "idos-timetable-additionalinfo-trains-cz: For (links to) additional information about train composition and stations (for Chech Republic only)"
38 "idos-timetable-additionalinfo-trains-sk: For (links to) additional information about train composition and stations (for Slovakia only)."
39 )
40
41provides=(
42 "${_pkgname}=${pkgver}"
43
44 "idos-timetable-data=${pkgver}"
45 "idos-timetable-data-trains=${pkgver}"
46
47 "idos-timetable-data-trains-europe=${pkgver}"
48 "idos-timetable-data-trains-europe-2016=${pkgver}"
49)
50
51conflicts=(
52 "${_pkgname}"
53 ### 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.
54 # "idos-timetable-data-chaps-all"
55)
56
57_zipfile="VLAK16E.EXE"
58_target="vlak16e-${_pkgver}.exe"
59
60source=(
61 "${_target}::https://web.archive.org/web/20160806152205/http://ttakt.chaps.cz/TTAktual/Win/${_zipfile}"
62 "IDOS-Licence.pdf::https://web.archive.org/web/20160806152205/http://chaps.cz/files/idos/IDOS-Licence.pdf"
63 "license-dummy.txt"
64)
65
66sha256sums=(
67 'be895b093a2989b999624b7749268ca40b4316d72235d497ace2ce382e307aec'
68 "SKIP"
69 "c6bb216055d3670d3100b7a74e04ce0644030f365f4349a09e630ef60fbcb9a4"
70)
71
72
73prepare() {
74 cd "${srcdir}"
75 7z x "${_target}"
76}
77
78package() {
79 _instdirbase='/opt/idos-timetable'
80 _instdir="${pkgdir}/${_instdirbase}"
81 install -d -m755 "${_instdir}"
82
83 cp -r "${srcdir}"/Data* "${_instdir}/"
84 chmod 755 "${_instdir}"/Data*
85 chmod 644 "${_instdir}"/Data*/*
86 rm -f "${_instdir}/Data1"/[vV][lL][aA][kK].[tT][tT][rR] # This one is provided by idos-timetable-data-trains-common.
87
88 install -d -m755 "${pkgdir}/usr/share/doc/${_pkgname}"
89 echo "${url}" > "${pkgdir}/usr/share/doc/${_pkgname}/info.url"
90 chmod 644 "${pkgdir}/usr/share/doc/${_pkgname}/info.url"
91
92 install -D -m644 "${srcdir}/license-dummy.txt" "${pkgdir}/usr/share/licenses/${pkgname}/copying.txt"
93 install -D -m644 "${srcdir}/IDOS-Licence.pdf" "${pkgdir}/usr/share/licenses/${pkgname}/IDOS-Licence.pdf"
94}
95

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