android-x86-64-libxext

maintainer alekszieciak · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds the official libXext source from a trusted upstream host (xorg.freedesktop.org), which is normal and safe AUR packaging despite the recent maintainer change.

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%): The package builds the official libXext source from a trusted upstream host (xorg.freedesktop.org), which is normal and safe AUR packaging despite the recent maintainer change.

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=x86-64
6
7pkgname=android-${_android_arch}-libxext
8pkgver=1.3.7
9pkgrel=1
10arch=('any')
11pkgdesc="X11 miscellaneous extensions library (Android ${_android_arch})"
12url="https://gitlab.freedesktop.org/xorg/lib/libxext"
13license=('LicenseRef-libxext')
14groups=("android-libxext")
15depends=("android-${_android_arch}-libx11"
16 "android-${_android_arch}-xorgproto")
17makedepends=("android-${_android_arch}-xorg-util-macros")
18options=(!strip !buildflags staticlibs !emptydirs)
19source=("https://xorg.freedesktop.org/releases/individual/lib/libXext-${pkgver}.tar.xz")
20md5sums=('ea8149187a26e9df6dbd94a60b3d8da0')
21
22build() {
23 cd "$srcdir/libXext-${pkgver}"
24 source android-env ${_android_arch}
25
26 android-${_android_arch}-configure \
27 --sysconfdir=${ANDROID_PREFIX_ETC} \
28 --disable-malloc0returnsnull
29 make $MAKEFLAGS
30}
31
32package() {
33 cd "$srcdir/libXext-${pkgver}"
34 source android-env ${_android_arch}
35
36 make DESTDIR="${pkgdir}" install
37 rm -rf "${pkgdir}/${ANDROID_PREFIX_SHARE}"
38 ${ANDROID_STRIP} -g --strip-unneeded "${pkgdir}/${ANDROID_PREFIX_LIB}"/*.so
39 ${ANDROID_STRIP} -g "${pkgdir}/${ANDROID_PREFIX_LIB}"/*.a
40
41 install -vDm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}/"
42}
43

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 19:16:23 MEDIUM 1
2026-07-30 17:15:21 MEDIUM 1
2026-06-19 22:34: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