serein
LOW
maintainer nanoka
0 votes
scanned 2026-09-18 15:28:46.039977
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'
3
pkgname='serein'
4
pkgver="${_upver/-/pre.}"
5
pkgrel=1
6
pkgdesc='Unofficial native Discord client'
7
arch=('x86_64')
8
url='https://github.com/ViceVerse-cz/Serein'
9
license=('MIT' 'Apache-2.0')
10
depends=(
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
)
30
makedepends=('cmake' 'desktop-file-utils' 'git' 'pkgconf' 'python' 'rust')
31
optdepends=(
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
)
38
options=('!debug' '!lto')
39
source=("$pkgname::git+$url.git#tag=v$_upver")
40
sha256sums=('SKIP')
41
42
prepare() {
43
cd "$srcdir/$pkgname"
44
python3 .github/release/version.py "$_upver"
45
}
46
47
build() {
48
cd "$srcdir/$pkgname"
49
rm -rf -- dist
50
cargo xtask package --format dir
51
}
52
53
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-18 15:28:46 | Low | 2 |