lib32-libidn

LOW
maintainer orphaned 0 votes scanned 2026-08-23 13:20:29.873780
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

PKGBUILD

1# Maintainer: Florian Pritz <bluewind@xinu.at>
2
3_pkgbasename=libidn
4pkgname=lib32-$_pkgbasename
5pkgver=1.44
6pkgrel=1
7pkgdesc="Implementation of the Stringprep, Punycode and IDNA specifications (32 bit)"
8url="https://www.gnu.org/software/libidn/"
9arch=('x86_64')
10license=('GPL3' 'LGPL')
11depends=('lib32-glibc' "$_pkgbasename>=$pkgver")
12source=("https://ftp.gnu.org/gnu/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz"{,.sig})
13validpgpkeys=('9AA9BDB11BB1B99A21285A330664A76954265E8C' # Simon Josefsson <simon@josefsson.org>
14 'B1D2BD1375BECB784CF4F8C4D73CF638C53C06BE' # Simon Josefsson <simon@josefsson.org>
15 '1CB27DBC98614B2D5841646D08302DB6A2670428') # Tim Rühsen <tim.ruehsen@gmx.de>
16sha256sums=('499608bab3a65650a0ea52888c13a8deebe3f71408e319acd9ec52e02eb13959'
17 'SKIP')
18
19build() {
20 cd ${_pkgbasename}-${pkgver}
21
22 ./configure \
23 CC='gcc -m32' \
24 --prefix=/usr \
25 --libdir=/usr/lib32
26 make
27}
28
29package() {
30 cd ${_pkgbasename}-${pkgver}
31
32 make DESTDIR="${pkgdir}" install
33 rm -rf "${pkgdir}"/usr/{bin,include,share}
34}
35

Scan history

Scanned at (UTC)SeverityRules
2026-08-23 13:20:29 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