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
1
source=( '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
7
pkgname=splix-bin
8
pkgver=2.0.1
9
pkgrel=2
10
pkgdesc="CUPS drivers for SPL (Samsung Printer Language) printers"
11
arch=('x86_64')
12
url="https://openprinting.github.io/splix/"
13
license=('GPL-2.0-only')
14
depends=('libcups' 'gcc-libs' 'ghostscript' 'jbigkit')
15
makedepends=('krb5')
16
install=splix.install
17
source=(https://github.com/OpenPrinting/splix/releases/download/$pkgver/splix-bin-$pkgver.tar.xz
18
splix-deviceID.patch
19
splix-ldflags.patch)
20
sha256sums=('533946d57897bf62a2cf8f74e488258e11fa0c55028fad43ada24c5686f38a06'
21
'83bdee7236d577bee20d2ba38e1586e17702001c0c7e665cf54d7f0f156e50c3'
22
'e262082f1eeb3b2c637c0fd85e17ce3e3455c66730ba78417114ff74d0d78704')
23
24
prepare() {
25
cd splix-bin-$pkgver
26
patch -Np1 -i ../splix-deviceID.patch
27
patch -Np1 -i ../splix-ldflags.patch
28
}
29
30
build() {
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
38
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 11:20:22 | LOW | 2 |