perl-travel-status-de-dbris-git

MEDIUM
maintainer dreieck 0 votes scanned 2026-09-05 16:00:23.828148
View on AUR
Why flagged

One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).

Triggered rules

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:48 "${_perlmod}::git+https://git.finalrewind.org/${_perlmod}"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: dreieck
2
3_perlmod=Travel-Status-DE-DBRIS
4_pkgname=perl-travel-status-de-dbris
5pkgname="${_pkgname}-git"
6_pkgver='latest'
7epoch=1
8pkgver=0.32+r205.20260717.g057c7c2
9pkgrel=1
10pkgdesc='dbris-m is a commandline client and Perl module for bahn.de public transit interfaces. It can show the arrivals/departures at a specific public transit stop, give details on individual journeys, and look up stops by name or geo coordinates.'
11url='https://finalrewind.org/projects/Travel-Status-DE-DBRIS'
12license=(
13 'Artistic-1.0-Perl'
14 'CC0-1.0'
15)
16arch=('any')
17depends=(
18 'perl>=5.20.0'
19 'perl-class-accessor>=0.16'
20 'perl-datetime'
21 'perl-datetime-format-strptime'
22 'perl-getopt-long'
23 'perl-json'
24 'perl-list-moreutils'
25 'perl-lwp-protocol-https'
26)
27makedepends=(
28 'curl>8.7.1' # Because of https://bugs.gentoo.org/930633 / https://github.com/curl/curl/issues/13474
29 'git'
30 'perl-module-build>=0.40'
31 'perl-test-compile'
32 'perl-test-pod'
33)
34checkdepends=(
35 'perl-file-slurp'
36 'perl-test-compile'
37 'perl-test-pod'
38)
39provides=(
40 "${_pkgname}=${pkgver}"
41)
42conflicts=(
43 "${_pkgname}"
44)
45replaces=()
46options=('!emptydirs')
47source=(
48 "${_perlmod}::git+https://git.finalrewind.org/${_perlmod}"
49)
50sha256sums=(
51 'SKIP'
52)
53
54prepare() {
55 cd "${srcdir}/${_perlmod}"
56
57 git log > git.log
58}
59
60pkgver() {
61 cd "${srcdir}/${_perlmod}"
62 _descr="$(git describe --tags --long)"
63 _ver="$(printf '%s' "${_descr}" | awk -F '-' '{print $1}')"
64 _rev="r$(git rev-list --count HEAD)"
65 _hash="$(printf '%s' "${_descr}" | awk -F '-' '{print $3}')"
66 _date="$(git log -n 1 --format=tformat:%ci | awk '{print $1}' | tr -d '-')"
67 printf '%s\n' "${_ver}+${_rev}.${_date}.${_hash}"
68}
69
70build() {
71 cd "${srcdir}/${_perlmod}"
72 perl Build.PL installdirs=vendor destdir="${pkgdir}"
73 ./Build
74}
75
76check() {
77 cd "${srcdir}/${_perlmod}"
78 ./Build test
79}
80
81package() {
82 cd "${srcdir}/${_perlmod}"
83 ./Build install
84
85 install -D -v -m644 -t "${pkgdir}/usr/share/doc/${_pkgname}" git.log README.md Changelog
86 install -D -v -m644 -t "${pkgdir}/usr/share/licenses/${pkgname}" COPYING
87}
88

Changes since previous scan

--- PKGBUILD @ 2026-06-20 00:18
+++ PKGBUILD @ 2026-09-05 16:00
@@ -5,7 +5,7 @@
pkgname="${_pkgname}-git"
_pkgver='latest'
epoch=1
-pkgver=0.20+r142.20251231.gc44a6af
+pkgver=0.32+r205.20260717.g057c7c2
pkgrel=1
pkgdesc='dbris-m is a commandline client and Perl module for bahn.de public transit interfaces. It can show the arrivals/departures at a specific public transit stop, give details on individual journeys, and look up stops by name or geo coordinates.'
url='https://finalrewind.org/projects/Travel-Status-DE-DBRIS'

Scan history

Scanned at (UTC)SeverityRules
2026-09-05 16:00:23 Medium 1
2026-06-20 00:18:46 Clean 2
2026-06-19 23:51:18 Clean 2
2026-06-19 19:07:35 Low 2
2026-06-18 16:11:54 Medium 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion