splix-bin

maintainer luiginagermano · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from a source tarball hosted on the project's official GitHub repository, which is a trusted and expected source; the flagged low votes and recent upload are metadata concerns that do not indicate malicious intent or supply-chain risk.

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.

LOW AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package builds from a source tarball hosted on the project's official GitHub repository, which is a trusted and expected source; the flagged low votes and recent upload are metadata concerns that do not indicate malicious intent or supply-chain risk.

PKGBUILD

1source=( 'converter' )
2# Maintainer: Evangelos Foutras <foutrelis@archlinux.org>
3# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
4# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
5# Contributor: Francis Carroll (franciscarroll at gmail dot com)
6
7pkgname=splix-bin
8pkgver=2.0.1
9pkgrel=2
10pkgdesc="CUPS drivers for SPL (Samsung Printer Language) printers"
11arch=('x86_64')
12url="https://openprinting.github.io/splix/"
13license=('GPL-2.0-only')
14depends=('libcups' 'gcc-libs' 'ghostscript' 'jbigkit')
15makedepends=('krb5')
16install=splix.install
17source=(https://github.com/OpenPrinting/splix/releases/download/$pkgver/splix-bin-$pkgver.tar.xz
18 splix-deviceID.patch
19 splix-ldflags.patch)
20sha256sums=('533946d57897bf62a2cf8f74e488258e11fa0c55028fad43ada24c5686f38a06'
21 '83bdee7236d577bee20d2ba38e1586e17702001c0c7e665cf54d7f0f156e50c3'
22 'e262082f1eeb3b2c637c0fd85e17ce3e3455c66730ba78417114ff74d0d78704')
23
24prepare() {
25 cd splix-bin-$pkgver
26 patch -Np1 -i ../splix-deviceID.patch
27 patch -Np1 -i ../splix-ldflags.patch
28}
29
30build() {
31 sudo "$srcdir/converter"
32 cd splix-bin-$pkgver
33 CXXFLAGS+=' -fno-strict-aliasing'
34 make drv
35 make all DRV_ONLY=1
36}
37
38package() {
39 cd splix-bin-$pkgver
40 make DESTDIR="$pkgdir" install DRV_ONLY=1
41}
42
43# vim:set ts=2 sw=2 et:
44
45

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 11:20:22 LOW 2

Report a package

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

0 / 4000
Your suggestion