android-aarch64-libxmu

maintainer anitaalmagia · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged Package builds from official X.org source tarball over HTTPS with a matching checksum; the orphaned/re-adopted status is administrative and does not imply code risk.

Triggered rules

LOW AI review downgraded a static finding llm_review

The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): Package builds from official X.org source tarball over HTTPS with a matching checksum; the orphaned/re-adopted status is administrative and does not imply code risk.

1 higher static finding superseded - not the current verdict (shown for transparency)
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.

PKGBUILD

1# Maintainer: Gonzalo Exequiel Pedone <hipersayan DOT x AT gmail DOT com>
2# Contributor: Andreas Radke <andyrtr@archlinux.org>
3# Contributor: Jan de Groot <jgc@archlinux.org>
4
5_android_arch=aarch64
6
7pkgname=android-${_android_arch}-libxmu
8pkgver=1.3.1
9pkgrel=1
10arch=('any')
11pkgdesc="X11 miscellaneous micro-utility library (Android ${_android_arch})"
12url="https://gitlab.freedesktop.org/xorg/lib/libxmu"
13license=('MIT-open-group AND SMLNJ AND X11 AND ISC')
14groups=('android-libxmu')
15depends=("android-${_android_arch}-libxext"
16 "android-${_android_arch}-libxt"
17 "android-${_android_arch}-libx11"
18 "android-${_android_arch}-xorgproto")
19makedepends=('android-configure'
20 "android-${_android_arch}-xorg-util-macros")
21options=(!strip !buildflags staticlibs !emptydirs)
22source=("https://xorg.freedesktop.org//archive/individual/lib/libXmu-${pkgver}.tar.xz")
23md5sums=('1ef8065f0284e76c2238770365012ab2')
24
25build() {
26 cd "${srcdir}/libXmu-${pkgver}"
27 source android-env ${_android_arch}
28
29 android-${_android_arch}-configure \
30 --sysconfdir="${ANDROID_PREFIX_ETC}"
31 make $MAKEFLAGS
32}
33
34package() {
35 cd "${srcdir}/libXmu-${pkgver}"
36 source android-env ${_android_arch}
37
38 make DESTDIR="${pkgdir}" install
39 rm -rf "$pkgdir/${ANDROID_PREFIX_SHARE}"
40 ${ANDROID_STRIP} -g --strip-unneeded "${pkgdir}/${ANDROID_PREFIX_LIB}"/*.so
41 ${ANDROID_STRIP} -g "${pkgdir}/${ANDROID_PREFIX_LIB}"/*.a
42
43 install -vDm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}/"
44}
45

Scan history

Scanned at (UTC)SeverityRules
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 17:15:21 MEDIUM 1
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