xfce4-panel-devel

MEDIUM
maintainer twa022 24 votes scanned 2026-08-26 19:30:41.077132
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:18 source=("https://archive.xfce.org/src/xfce/$_pkgname/${pkgver%.*}/${_pkgname}-${pkgver}.tar.xz")

PKGBUILD

1 offending line(s) highlighted
1# Contributor: twa022 <twa022 at gmail dot com>
2
3_pkgname=xfce4-panel
4pkgname=${_pkgname}-devel
5pkgver=4.21.1
6pkgrel=1
7pkgdesc="Panel for the Xfce desktop environment (development release)"
8arch=('i686' 'x86_64' 'armv7h' 'aarch64')
9url="https://docs.xfce.org/xfce/xfce4-panel/start"
10license=('GPL-2.0-or-later')
11groups=('xfce4-devel')
12depends=('garcon' 'libxfce4ui>=4.21.3' 'xfconf' 'hicolor-icon-theme'
13 'desktop-file-utils' 'libdbusmenu-gtk3' 'libxfce4windowing' 'gtk-layer-shell')
14makedepends=('meson' 'xfce4-dev-tools' 'gtk-doc' 'gobject-introspection' 'vala' 'glib2-devel')
15provides=("${_pkgname}=${pkgver}")
16conflicts=("${_pkgname}" 'xfce4-statusnotifier-plugin')
17replaces=('xfce4-statusnotifier-plugin')
18source=("https://archive.xfce.org/src/xfce/$_pkgname/${pkgver%.*}/${_pkgname}-${pkgver}.tar.xz")
19sha256sums=('c940dae515bef4af08a126011d2fd873ce99e815157ba8cef5332195bb60e51e')
20
21build() {
22 local meson_options=(
23 -D gtk-doc=true
24 -D x11=enabled
25 -D wayland=enabled
26 )
27
28 arch-meson "${_pkgname}-${pkgver}" build "${meson_options[@]}"
29 meson compile -C build
30}
31
32package() {
33 meson install -C build --destdir "$pkgdir"
34}
35

Scan history

Scanned at (UTC)SeverityRules
2026-08-26 19:30:41 Medium 1
2026-06-19 19:07:35 Clean 2
2026-06-19 18:54:17 Clean 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