xnviewmp
maintainer Corax
· 328 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a prebuilt binary from the official project's download domain (xnview.com), which is a standard and expected practice for this software; the host is not on common whitelists but is legitimate and specific to the vendor.
Triggered rules
LOW
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-07-25) reviewed this and agrees it is LOW (confidence 95%): The source is a prebuilt binary from the official project's download domain (xnview.com), which is a standard and expected practice for this software; the host is not on common whitelists but is legitimate and specific to the vendor.
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:25
source=("XnViewMP-linux-x64_${pkgver}-rel${srcrel}.tgz::https://download.xnview.com/old_versions/XnView_MP/XnView_MP-${pkgver}-linux-x64.tgz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Kevin Brodsky <corax26 'at' gmail 'dot' com>
2
# Contributor: Evan Penner <gryffyn@archlinux 'dot' net>
3
# Contributor: Iru Cai <mytbk920423\x40gmail 'dot' com>
4
# Contributor: Houlala <houlala 'at' gmail 'dot' com>
5
# Contributor: Olivier Duclos <olivier.duclos gmail.com>
6
# Contributor: wido <widomaker2k7@gmail.com>
7
# Contributor: VuDu <vudu 'dot' curse 'at' gmail 'dot' com>
8
# Contributor: Martin Poljak <martin 'at' poljak 'dot' cz>
9
10
pkgname=xnviewmp
11
pkgver=1.11.5
12
srcrel=1 # Incremented when there is a new release for the same version number
13
pkgrel=1
14
pkgdesc="An efficient multimedia viewer, browser and converter."
15
url="https://www.xnview.com/en/xnviewmp/"
16
17
arch=('x86_64')
18
license=('custom')
19
# Require qt5-multimedia to pull all its dependencies. We do not actually need
20
# to depend on qt5-*, but qt5-multimedia (and indirectly qt5-base) have
21
# various dependencies that we need even when using the packaged libraries.
22
depends=('qt5-multimedia')
23
optdepends=('glib2: support for moving files to trash')
24
25
source=("XnViewMP-linux-x64_${pkgver}-rel${srcrel}.tgz::https://download.xnview.com/old_versions/XnView_MP/XnView_MP-${pkgver}-linux-x64.tgz"
26
'XnView.desktop')
27
sha256sums=('736c272f3007a59d9247fb6786f7a4d34d442386c1ceb262fae090261e96a9b7'
28
'f6b3a4aaa0a55b5f21d9b91ab6f3da3d6ee077ba7fdd17e7c4ab1c69ad2a9e3a')
29
30
package() {
31
install -d -m755 "${pkgdir}/opt/${pkgname}"
32
install -d -m755 "${pkgdir}/usr/bin"
33
install -d -m755 "${pkgdir}/usr/share/applications"
34
35
cp -a "${srcdir}/XnView"/* "${pkgdir}/opt/${pkgname}"
36
ln -s "/opt/${pkgname}/xnview.sh" "${pkgdir}/usr/bin/${pkgname}"
37
38
install -m644 "${srcdir}/XnView.desktop" "${pkgdir}/usr/share/applications/XnView.desktop"
39
install -D -m644 "${srcdir}/XnView/license.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
40
41
# Clean up
42
rm "${pkgdir}/opt/${pkgname}/XnView.desktop"
43
chmod 644 "${pkgdir}/opt/${pkgname}"/xnview*.png
44
chmod 755 "${pkgdir}/opt/${pkgname}/XnView"
45
}
46
47
# vim:set ts=2 sw=2 et:
48
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |