lib32-libid3tag

MEDIUM
maintainer Damgaldor 1 votes scanned 2026-09-01 15:48:43.798595
View on AUR
Why flagged

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

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.

PKGBUILD

1# Maintainer: Felix Yan <felixonmars@archlinux.org>
2# Contributor: dorphell <dorphell@archlinux.org>
3# Contributor: GordonGR <gordongr@freemail.gr>
4
5pkgname="lib32-libid3tag"
6_pkgname="libid3tag"
7pkgver=0.16.3
8pkgrel=1
9pkgdesc="library for id3 tagging, lib32."
10arch=('x86_64')
11url="https://www.underbit.com/products/mad/"
12license=('GPL')
13depends=('lib32-zlib' "${_pkgname}")
14makedepends=('gperf' 'cmake')
15source=($_pkgname-$pkgver::https://codeberg.org/tenacityteam/libid3tag/archive/$pkgver.tar.gz)
16md5sums=('77250d3e316e9fcb8eb3560565e59a07')
17sha256sums=('0561009778513a95d91dac33cee8418d6622f710450a7cb56a74636d53b588cb')
18
19build() {
20 export CC="gcc -m32"
21 export CXX="g++ -m32"
22 export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
23 cmake -B build -S $_pkgname \
24 -DCMAKE_INSTALL_PREFIX=/usr \
25 -DCMAKE_INSTALL_LIBDIR=lib32 \
26 -W no-dev
27 cmake --build build
28}
29
30package() {
31 DESTDIR="${pkgdir}" cmake --install build
32 rm -rf "${pkgdir}/usr/include"
33}
34

Scan history

Scanned at (UTC)SeverityRules
2026-09-01 15:48:43 Medium 1
2026-08-31 00:19:57 Clean 2
2026-08-30 23:44:22 Medium 1
2026-08-17 00:18:29 Clean 2
2026-08-16 21:33:47 Low 1

Report a package

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

0 / 4000
Your suggestion