serein

LOW
maintainer nanoka 0 votes scanned 2026-09-18 15:28:46.039977
View on AUR
Why flagged

The package builds from the project's own git repository, which is normal for AUR packages; the low severity is due to few votes and recent upload, not malicious content.

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 the project's own git repository, which is normal for AUR packages; the low severity is due to few votes and recent upload, not malicious content.

PKGBUILD

1# Maintainer: Nguyen Ky <nhktmdzhg at google mail>
2_upver='1.0.0-nightly.20260918.37'
3pkgname='serein'
4pkgver="${_upver/-/pre.}"
5pkgrel=1
6pkgdesc='Unofficial native Discord client'
7arch=('x86_64')
8url='https://github.com/ViceVerse-cz/Serein'
9license=('MIT' 'Apache-2.0')
10depends=(
11 'alsa-lib'
12 'dbus'
13 'glib2'
14 'glibc'
15 'gst-plugin-pipewire'
16 'gst-plugins-base'
17 'gst-plugins-base-libs'
18 'gst-plugins-good'
19 'gstreamer'
20 'gtk4'
21 'hicolor-icon-theme'
22 'libgcc'
23 'libpulse'
24 'libsoup3'
25 'libstdc++'
26 'libxkbcommon-x11'
27 'webkitgtk-6.0'
28 'xdg-desktop-portal'
29)
30makedepends=('cmake' 'desktop-file-utils' 'git' 'pkgconf' 'python' 'rust')
31optdepends=(
32 'gnome-keyring: Secret Service credential provider'
33 'gst-plugins-bad: hardware screen encoding'
34 'gst-libav: inline video'
35 'xdg-desktop-portal-gtk: screen sharing and global shortcuts on GTK desktops'
36 'xdg-desktop-portal-kde: screen sharing and global shortcuts on KDE Plasma'
37)
38options=('!debug' '!lto')
39source=("$pkgname::git+$url.git#tag=v$_upver")
40sha256sums=('SKIP')
41
42prepare() {
43 cd "$srcdir/$pkgname"
44 python3 .github/release/version.py "$_upver"
45}
46
47build() {
48 cd "$srcdir/$pkgname"
49 rm -rf -- dist
50 cargo xtask package --format dir
51}
52
53package() {
54 cd "$srcdir/$pkgname"
55 install -d "$pkgdir"
56 cp -a -- dist/linux-root/usr "$pkgdir/"
57 install -d "$pkgdir/usr/share/licenses/$pkgname"
58 install -m644 LICENSE-MIT LICENSE-APACHE "$pkgdir/usr/share/licenses/$pkgname/"
59}
60

Scan history

Scanned at (UTC)SeverityRules
2026-09-18 15:28:46 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