crossover
The package downloads a prebuilt .deb from the official vendor's domain (codeweavers.com), which is plausibly the project's own release infrastructure; while the host is not on a standard whitelist, it is not swappable by an unrelated third party, and the checksum is verified.
Triggered rules
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package downloads a prebuilt .deb from the official vendor's domain (codeweavers.com), which is plausibly the project's own release infrastructure; while the host is not on a standard whitelist, it is not swappable by an unrelated third party, and the checksum is verified.
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:18
source=("https://media.codeweavers.com/pub/${pkgname}/cxlinux/demo/${pkgname}_${pkgver}-${_pkgdebrel}.deb")
PKGBUILD
1 offending line(s) highlighted# Maintainer: Erik Fleischer <erik [at] erlenweg [dot] de>
# Contributor: Cian Mc Govern <cian [at] cianmcgovern [dot] com>
# Contributor: Roland Singer <roland [at] manjaro [dot] org>
# Contributor: TheBenj <thebenj88 [at] gmail [dot] com>
# Contributor: Philipp 'TamCore' B. <philipp [at] tamcore [dot] eu>
pkgname=crossover
pkgver=26.3.0
pkgrel=1
_pkgdebrel=1
pkgdesc="Run Windows Programs on Linux"
arch=('i686' 'x86_64')
url="https://www.codeweavers.com/crossover"
license=('custom:CrossOver Linux License Grant')
makedepends=('tar')
install=${pkgname}.install
source=("https://media.codeweavers.com/pub/${pkgname}/cxlinux/demo/${pkgname}_${pkgver}-${_pkgdebrel}.deb")
sha256sums=('34e2521d8cf0af0128844e1c3cfd498e9bced711d85ef7164142127c376b4282')
depends=(
'python' 'desktop-file-utils' 'python-gobject' 'vte3' 'python-cairo'
)
optdepends=(
'unzip: required to install Guild Wars, automatic installer extraction'
)
depends_i686=(
'glibc>=2.11' 'libice' 'libsm' 'libx11' 'libxext' 'libxi' 'freetype2'
'libpng' 'zlib' 'lcms2' 'libgl' 'libxcursor' 'libxrandr' 'glu'
)
optdepends_i686=(
'alsa-lib: This is the preferred way to provide audio support to Windows applications.'
"fontconfig: Makes it possible to find and use the system's TrueType fonts. This is strongly recommended for office-type applications."
'gnutls: This is needed by applications that perform encryption or check online certificates.'
'gsm: Lets Windows applications use the GSM codec for audio compression and decompression.'
'libcups: Needed to print to printers managed by the CUPS system, which is most likely the case. It is strongly recommended for office-type applications.'
'libdbus: This is needed for Windows applications to automatically detect CD-ROM and USB key insertion.'
'libexif: Some applications need to parse EXIF and read their data tags.'
'libgphoto2: Lets Windows applications access digital cameras.'
'libldap: Lets Windows applications access LDAP servers.'
'libpulse: A featureful, general-purpose sound server (client library).'
'libxcomposite: This is needed for most CAD-like applications and some games.'
"libxinerama: This is needed if your display spans multiple screens. If your computer has a single screen then you don't need it."
'libxml2: This library makes it possible for Windows applications read and write XML files.'
'libxslt: This library lets Windows applications perform queries and transformations on XML files.'
'libxxf86vm: This is needed to let games perform some gamma adjustments (essentially to adjust the brightness).'
'libxxf86dga: X11 Direct Graphics Access extension library.'
'mpg123: Needed by some Windows applications to play MP3 files.'
'nss-mdns: Host name resolution via mDNS'
'ocl-icd: OpenCL ICD Bindings'
'openal: Provides audio support to Windows applications.'
'openssl: This library provides support for secure Internet communication.'
'sane: Lets Windows applications access scanners.'
'v4l-utils: Lets Windows applications access video devices.'
)
depends_x86_64=(
'lib32-glibc>=2.11' 'lib32-libice' 'lib32-libsm' 'lib32-libx11'
'lib32-libxext' 'lib32-libxi' 'lib32-freetype2' 'lib32-libpng' 'lib32-zlib'
'lib32-lcms2' 'lib32-libgl' 'lib32-libxcursor' 'lib32-libxrandr'
'lib32-glu'
)
optdepends_x86_64=(
'lib32-alsa-lib: This is the preferred way to provide audio support to Windows applications.'
"lib32-fontconfig: Makes it possible to find and use the system's TrueType fonts. This is strongly recommended for office-type applications."
'lib32-libcups: Needed to print to printers managed by the CUPS system, which is most likely the case. It is strongly recommended for office-type applications.'
'lib32-libdbus: This is needed for Windows applications to automatically detect CD-ROM and USB key insertion.'
'lib32-libexif: (aur) Some applications need to parse EXIF and read their data tags.'
'lib32-libldap: Lets Windows applications access LDAP servers.'
'lib32-libpulse: A featureful, general-purpose sound server (client library).'
'lib32-gnutls: This is needed by applications that perform encryption or check online certificates.'
'lib32-libxcomposite: This is needed for most CAD-like applications and some games.'
"lib32-libxinerama: This is needed if your display spans multiple screens. If your computer has a single screen then you don't need it."
'lib32-libxml2: This library makes it possible for Windows applications read and write XML files.'
'lib32-libxslt: This library lets Windows applications perform queries and transformations on XML files.'
'lib32-libxxf86vm: This is needed to let games perform some gamma adjustments (essentially to adjust the brightness).'
'lib32-libxxf86dga: X11 Direct Graphics Access extension library.'
'lib32-mpg123: Needed by some Windows applications to play MP3 files.'
'lib32-nss-mdns: (aur) host name resolution via mDNS'
'lib32-openal: Provides audio support to Windows applications.'
'lib32-openssl: This library provides support for secure Internet communication.'
'lib32-v4l-utils: Lets Windows applications access video devices.'
)
package() {
cd ${srcdir}
ar -p crossover_${pkgver}-${_pkgdebrel}.deb data.tar.xz | tar Jxf - -C "${pkgdir}" || return 1
if [[ "${CARCH}" = 'i686' ]]; then
rm -f ${pkgdir}/opt/cxoffice/lib/nsplugin-linux64.so
fi
#remove symlink and create real directory
rm ${pkgdir}/opt/cxoffice/doc
mkdir ${pkgdir}/opt/cxoffice/doc
mv ${pkgdir}/usr/share/doc/crossover/* ${pkgdir}/opt/cxoffice/doc
rm -r "${pkgdir}/usr"
sed -e 's!;;"MenuRoot" = ""!"MenuRoot" = "Windows Games"!' \
-e 's!;;"MenuStrip" = ""!"MenuStrip" = "1"!' \
-i ${pkgdir}/opt/cxoffice/share/crossover/bottle_data/cxbottle.conf
mkdir -p ${pkgdir}/usr/bin
ln -s /opt/cxoffice/bin/crossover ${pkgdir}/usr/bin/crossover
ln -s /opt/cxoffice/bin/cxsetup ${pkgdir}/usr/bin/cxsetup
mkdir -p ${pkgdir}/etc/profile.d
echo '[ -d /opt/cxoffice/bin ] && export PATH="${PATH}:/opt/cxoffice/bin"' > ${pkgdir}/etc/profile.d/cxoffice.sh
echo '[ -d /opt/cxoffice/bin ] && setenv PATH ${PATH}:/opt/cxoffice/bin' > ${pkgdir}/etc/profile.d/cxoffice.csh
chmod 755 ${pkgdir}/etc/profile.d/cxoffice.sh ${pkgdir}/etc/profile.d/cxoffice.csh
# Fix Auto update error
install -m 644 -D ${pkgdir}/opt/cxoffice/share/crossover/data/cxoffice.conf ${pkgdir}/opt/cxoffice/etc/cxoffice.conf
sed -e 's!;;"PrivateShortcutDirs" = ""!"PrivateShortcutDirs" = "${HOME}/bin:${CX_ROOT}/bin"!' \
-e 's!;;"PrivateLinuxNSPluginDirs" = ""!"PrivateLinuxNSPluginDirs" = "${MOZ_PLUGIN_PATH}"!' \
-e 's!;;"PrivateLinux64NSPluginDirs" = ""!"PrivateLinux64NSPluginDirs" = "${MOZ_PLUGIN_PATH}"!' \
-e 's!;;"ProductPackage" = ""!"ProductPackage" = "Converted from .deb to pacman."!' \
-i ${pkgdir}/opt/cxoffice/etc/cxoffice.conf
# place license in correct directory
install -D -m644 ${pkgdir}/opt/cxoffice/doc/license.txt.gz ${pkgdir}/usr/share/licenses/${pkgname}/license.txt.gz
}
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 |