reinamanager

LOW
maintainer aozaki 0 votes scanned 2026-08-28 07:34:53.969727
View on AUR
Why flagged

Package builds from source hosted on the project's own GitHub repository, uses standard build流程 with pnpm and cargo, and disables auto-updates; the only concern is a low-activity project with few votes, but no malicious or unverifiable remote code execution.

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%): Package builds from source hosted on the project's own GitHub repository, uses standard build流程 with pnpm and cargo, and disables auto-updates; the only concern is a low-activity project with few votes, but no malicious or unverifiable remote code execution.

PKGBUILD

1# Maintainer: ycna07 <aozakitouko at foxmail dot com>
2pkgname=reinamanager
3_pkgname=ReinaManager
4pkgver=0.29.1
5pkgrel=1
6pkgdesc="A lightweight galgame/visual-novel manager,Under development..."
7arch=('x86_64' 'aarch64')
8url="https://github.com/huoshen80/ReinaManager"
9license=('AGPL-3.0-only')
10depends=('openssl' 'libxcb' 'libsoup3' 'dbus' 'cairo' 'gdk-pixbuf2' 'glib2' 'gtk3' 'hicolor-icon-theme' 'webkit2gtk-4.1')
11makedepends=(
12 'rustup'
13 )
14provides=("${pkgname}")
15conflicts=("${pkgname}-bin" "${pkgname}-git")
16options=('!lto' '!strip' '!emptydirs')
17source=("${url}/archive/refs/tags/v${pkgver}.zip")
18sha256sums=('ce63ebf015cb2f749bb4d4ee2e833ef9a1dce8234f4ec8db6d3f298890ba86e5')
19
20
21
22
23prepare(){
24 cd "$srcdir/${_pkgname}-${pkgver}"
25
26 pnpm install --frozen-lockfile
27
28 # export CARGO_HOME="${srcdir}/${_pkgname}/.cargo" # Download all to src directory, not in ~/.cargo
29 cd src-tauri
30 cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
31}
32
33build(){
34 cd "$srcdir/${_pkgname}-${pkgver}"
35
36 # disable auto update
37 sed -i '/"createUpdaterArtifacts":/s/true/false/' src-tauri/tauri.conf.json
38
39
40 #FIXME faile to build due to ring link fail
41 pnpm tauri build -b deb
42}
43
44package() {
45 cd "$srcdir/${_pkgname}-${pkgver}"
46 cp -a src-tauri/target/release/bundle/deb/${_pkgname}_${pkgver}_*/data/* "${pkgdir}"
47}
48

Scan history

Scanned at (UTC)SeverityRules
2026-08-28 07:34:53 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