android-armv7a-eabi-alsa-ucm-conf
maintainer sarajensen
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
Package builds from official project source hosted on alsa-project.org, a trusted domain; the flagged pattern relates to maintainer history, not malicious content.
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 90%): Package builds from official project source hosted on alsa-project.org, a trusted domain; the flagged pattern relates to maintainer history, not malicious content.
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: David Runge <dvzrv@archlinux.org>
3
# Contributor: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
4
5
_android_arch=armv7a-eabi
6
7
pkgname=android-${_android_arch}-alsa-ucm-conf
8
pkgver=1.2.15.2
9
pkgrel=1
10
arch=('any')
11
pkgdesc="ALSA Use Case Manager configuration (and topologies) (Android ${_android_arch})"
12
url="https://alsa-project.org/"
13
license=('BSD-3-Clause')
14
depends=('android-ndk')
15
makedepends=('android-environment')
16
options=(!strip !buildflags staticlibs !emptydirs)
17
source=("${url}/files/pub/lib/alsa-ucm-conf-${pkgver}.tar.bz2"{,.sig})
18
md5sums=('922cfaa10339f58885291ab029af28a5'
19
'SKIP')
20
validpgpkeys=('F04DF50737AC1A884C4B3D718380596DA6E59C91') # ALSA Release Team (Package Signing Key v1) <release@alsa-project.org>
21
22
build() {
23
cd "${srcdir}/alsa-ucm-conf-${pkgver}"
24
}
25
26
package() {
27
cd "${srcdir}/alsa-ucm-conf-${pkgver}"
28
source android-env ${_android_arch}
29
30
install -vdm 755 "${pkgdir}/${ANDROID_PREFIX_SHARE}/alsa/"
31
cp -av ucm2 "${pkgdir}/${ANDROID_PREFIX_SHARE}/alsa/"
32
33
install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
34
}
35
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 17:15:21 | MEDIUM | 1 |
| 2026-06-19 22:34:54 | CLEAN | 0 |