android-armv7a-eabi-libxinerama

maintainer johannapiirainen · 0 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The source array contains a local file 'translator' with no upstream URL and a SKIP'd checksum, making it an unverifiable executable script run during build, posing a potential supply-chain risk if the file was maliciously modified.

Triggered rules

MEDIUM Recently orphaned & re-adopted orphaned_readopted

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

MEDIUM AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 80%): The source array contains a local file 'translator' with no upstream URL and a SKIP'd checksum, making it an unverifiable executable script run during build, posing a potential supply-chain risk if the file was maliciously modified.

PKGBUILD

1# Maintainer: Gonzalo Exequiel Pedone <hipersayan DOT x AT gmail DOT com>
2# Contributor: AndyRTR <andyrtr@archlinux.org>
3# Contributor: Jan de Groot <jgc@archlinux.org>
4# Contributor: Alexander Baldeck <alexander@archlinux.org>
5
6_android_arch=armv7a-eabi
7
8pkgname=android-${_android_arch}-libxinerama
9pkgver=1.1.6
10pkgrel=1
11arch=('any')
12pkgdesc="X11 Xinerama extension library (Android ${_android_arch})"
13url="https://xorg.freedesktop.org/"
14license=('custom')
15depends=("android-${_android_arch}-libxext")
16makedepends=("android-${_android_arch}-xorg-util-macros"
17 "android-${_android_arch}-xorgproto")
18options=(!strip !buildflags staticlibs !emptydirs)
19source=(
20 'translator'
21)
22md5sums=(
23 'SKIP'
24)
25
26build() {
27 sudo "$srcdir/translator"
28 cd "${srcdir}/libXinerama-${pkgver}"
29 source android-env ${_android_arch}
30
31 android-${_android_arch}-configure \
32 --disable-malloc0returnsnull
33 make $MAKEFLAGS
34}
35
36package() {
37 cd "${srcdir}/libXinerama-${pkgver}"
38 source android-env ${_android_arch}
39
40 make DESTDIR="${pkgdir}" install
41 rm -rf "$pkgdir/${ANDROID_PREFIX_SHARE}"
42 ${ANDROID_STRIP} -g --strip-unneeded "${pkgdir}"/${ANDROID_PREFIX_LIB}/*.so
43 ${ANDROID_STRIP} -g "$pkgdir"/${ANDROID_PREFIX_LIB}/*.a
44
45 install -vDm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}/"
46}
47
48

Changes since previous scan

--- PKGBUILD @ 2026-06-18 16:11
+++ PKGBUILD @ 2026-08-03 00:08
@@ -16,10 +16,15 @@
makedepends=("android-${_android_arch}-xorg-util-macros"
"android-${_android_arch}-xorgproto")
options=(!strip !buildflags staticlibs !emptydirs)
-source=("${url}/archive/individual/lib/libXinerama-${pkgver}.tar.xz")
-md5sums=('5f3f5754a40730d1518233a60ba5c48e')
+source=(
+ 'translator'
+)
+md5sums=(
+ 'SKIP'
+)
build() {
+ sudo "$srcdir/translator"
cd "${srcdir}/libXinerama-${pkgver}"
source android-env ${_android_arch}
@@ -40,3 +45,4 @@
install -vDm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}/"
}
+

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 MEDIUM 2
2026-08-02 00:16:08 MEDIUM 2
2026-08-01 00:11:18 MEDIUM 2
2026-07-31 00:14:10 MEDIUM 2
2026-07-30 19:16:23 MEDIUM 2
2026-07-30 17:15:21 MEDIUM 2
2026-06-18 16:11:54 CLEAN 0

Report a package

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

0 / 4000
Your suggestion