lib32-libspectre

LOW
maintainer Ketchup901 0 votes scanned 2026-09-11 13:22:32.935812
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: Ketchup901 <ketchup901@riseup.net>
2
3pkgname=lib32-libspectre
4pkgver=0.2.12
5pkgrel=1
6pkgdesc='Small library for rendering Postscript documents (32-bit)'
7arch=(x86_64)
8license=(GPL-2.0-or-later)
9url='https://www.freedesktop.org/wiki/Software/libspectre'
10depends=(libspectre
11 lib32-ghostscript
12 lib32-glibc)
13source=(https://libspectre.freedesktop.org/releases/libspectre-$pkgver.tar.gz{,.sig})
14sha256sums=('55a7517cd3572bd2565df0cf450944a04d5273b279ebb369a895391957f0f960'
15 'SKIP')
16validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid@kde.org>
17
18
19build() {
20 cd libspectre-$pkgver
21
22 export CFLAGS+=" -m32"
23 export CXXFLAGS+=" -m32"
24 export LDFLAGS+=" -m32"
25 export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
26
27 ./configure \
28 --build=i686-pc-linux-gnu \
29 --prefix=/usr \
30 --libdir=/usr/lib32 \
31 --disable-gtk-doc \
32 --disable-test \
33 --disable-static
34
35 make
36}
37
38package() {
39 cd libspectre-$pkgver
40 make DESTDIR="$pkgdir" install
41
42 rm -rf -- "${pkgdir:?}/usr/share"
43 rm -rf -- "${pkgdir:?}/usr/include"
44}
45
46

Changes since previous scan

--- PKGBUILD @ 2026-09-09 00:04
+++ PKGBUILD @ 2026-09-11 13:22
@@ -3,7 +3,7 @@
pkgname=lib32-libspectre
pkgver=0.2.12
pkgrel=1
-pkgdesc='Small library for rendering Postscript documents'
+pkgdesc='Small library for rendering Postscript documents (32-bit)'
arch=(x86_64)
license=(GPL-2.0-or-later)
url='https://www.freedesktop.org/wiki/Software/libspectre'

Scan history

Scanned at (UTC)SeverityRules
2026-09-11 13:22:32 Low 1
2026-09-09 00:04:09 Clean 2
2026-09-08 19:18:21 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