idos-timetable-browser-bin-latest
The package downloads a versioned ZIP file from the project's official domain (chaps.cz and ttakt.chaps.cz) which is plausibly the project's own release infrastructure; the source is a prebuilt Windows executable meant to be run under Wine, but from an official vendor host, so the supply-chain risk is low despite SKIP'd checksums.
Triggered rules
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 versioned ZIP file from the project's official domain (chaps.cz and ttakt.chaps.cz) which is plausibly the project's own release infrastructure; the source is a prebuilt Windows executable meant to be run under Wine, but from an official vendor host, so the supply-chain risk is low despite SKIP'd checksums.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:60
"${_target}::https://ttakt.chaps.cz/TTAktual/Win/Zip/${_zipfile}" -
PKGBUILD:62
"IDOS-Licence.pdf::https://chaps.cz/files/idos/IDOS-Licence.pdf"
PKGBUILD
2 offending line(s) highlighted# Maintainer: dreieck
# PKGBUILD last time manually edited: At least on 2025-12-10.
url="https://chaps.cz/eng/download/idos/zip#kotvaprg"
_zipfile="TTAKT.ZIP"
_pkgver() {
# Reason for a _pkgver(): Have something to run before source download so that we can have version aware source downloads.
_ver="$(wget -nv -O- "${url}" | grep 'Timetable browser, version' | head -n 1 | sed -r 's|^.*Timetable browser, version ([0-9\.]+),.*library version ([0-9\.]+).*$|\1_lib\2|g')"
_date="$(wget -nv -O- "${url}" | tr -d '\a' | tr '\n' '\a' | sed 's|^.*File '"${_zipfile}"'\(.*\)Zip/'"${_zipfile}"'.*$|\1\n|g' | tr '\a' '\n' | grep 'Update date:' | cut -d, -f1 | sed -r 's|([0-9]+)\.([0-9]+)\.([0-9]+).|\n\3_\2_\1\n|g' | grep -E '^[0-9]+_[0-9]+_[0-9]+' | sed -E -e 's|_([0-9])_|_0\1_|g' -e 's|_([0-9])$|_0\1|g')"
printf '%s\n' "${_ver}_date${_date}"
}
_pkgname=idos-timetable-browser
pkgname="${_pkgname}-bin-latest"
epoch=0
_pkgver="$(_pkgver)" # This should be set _before_ sources get downloaded.
pkgver="${_pkgver}"
pkgrel=1
pkgdesc="Offline railway and other public transport timetable search engine by CHAPS. (Czech language by default.)"
arch=('i686' 'x86_64')
license=('LicenseRef-restricted')
groups=(
"idos-timetable"
)
depends=(
"ttf-timetable"
"wine"
)
makedepends=(
"unzip"
)
optdepends=(
"idos-timetable-data: For timetable data. (You need at least one to use the software.)"
# "idos-timetable-lang: For translations in other languages."
"idos-timetable-lang-de: For German translation."
"idos-timetable-lang-en: For English translation."
"idos-timetable-browser-license: For the license in order to use restricted data like Czech/ Slovak bus, flight, Czech public transport."
)
provides=(
"${_pkgname}=${pkgver}"
"idos-timetable-lang-cz=${pkgver}"
)
conflicts=("${_pkgname}")
replaces=(
"${_pkgname}<=1.30_lib2.16.0.1_date2025_12_03-6"
"${_pkgname}-latest<=1.30_lib2.16.0.1_date2025_12_03-6"
)
_target="ttakt-${_pkgver}.zip"
source=(
"${_target}::https://ttakt.chaps.cz/TTAktual/Win/Zip/${_zipfile}"
"idos-timetable-browser.sh"
"IDOS-Licence.pdf::https://chaps.cz/files/idos/IDOS-Licence.pdf"
"license-dummy.txt"
"README.datafiles.txt"
"ReadMe.cz.txt"
"ReadMe.en.txt"
"idos-timetable-browser.install"
)
sha256sums=(
"SKIP"
"013fa1d41b6c13fd079c16578390d5b75ad3f1228fd38a7ac17756bd74ace94e"
"SKIP"
"c6bb216055d3670d3100b7a74e04ce0644030f365f4349a09e630ef60fbcb9a4"
"45bf7c462d7154360d0007a6d7c00c6aa6b49339b6f178cf24e5b1a40ca702d7"
"0ea6e9a36d54a7b9de5b87e9182b40fad0a9f673ae2195c29f32bf4538fa2f76"
"3a99d362a56fb52d5259549bf932df184e227fae79ed46be60f5b80e5d95c492"
"297e0326240e7d61b9c9f5a8f8313ce18fde2a14af9ad1f8c1ec03b67729ab57"
)
pkgver() {
printf '%s' "${_pkgver}"
}
package() {
_instdirbase='/opt/idos-timetable'
_instdir="${pkgdir}/${_instdirbase}"
_execdir="${pkgdir}/usr/bin"
install -d -m755 "${_instdir}"
cd "${_instdir}" && {
unzip "${srcdir}/${_target}"
mv App/* .
rmdir App
chmod 644 *
chmod 755 TT.exe
}
install -d -m755 "${pkgdir}/usr/share/doc/${_pkgname}"
echo "${url}" > "${pkgdir}/usr/share/doc/${_pkgname}/info.url"
chmod 644 "${pkgdir}/usr/share/doc/${_pkgname}/info.url"
install -D -m644 "${srcdir}/README.datafiles.txt" "${pkgdir}/usr/share/doc/${_pkgname}/README.datafiles.txt"
install -D -m644 "${srcdir}/ReadMe.cz.txt" "${pkgdir}/usr/share/doc/${_pkgname}/ReadMe.cz.txt"
install -D -m644 "${srcdir}/ReadMe.en.txt" "${pkgdir}/usr/share/doc/${_pkgname}/ReadMe.en.txt"
ln -s "/usr/share/doc/${_pkgname}/README.datafiles.txt" "${_instdir}/README.datafiles.txt"
ln -s "/usr/share/doc/${_pkgname}/ReadMe.cz.txt" "${_instdir}/ReadMe.cz.txt"
ln -s "/usr/share/doc/${_pkgname}/ReadMe.en.txt" "${_instdir}/ReadMe.en.txt"
install -D -m644 "${srcdir}/license-dummy.txt" "${pkgdir}/usr/share/licenses/${pkgname}/copying.txt"
install -D -m644 "${srcdir}/IDOS-Licence.pdf" "${pkgdir}/usr/share/licenses/${pkgname}/IDOS-Licence.pdf"
install -D -m755 "${srcdir}/idos-timetable-browser.sh" "${_execdir}/idos-timetable-browser"
cd ${_instdir}
ln -s ReadMe.en.txt ReadMe.txt
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |