reinamanager-bin

LOW
maintainer aozaki 0 votes scanned 2026-08-27 17:33:13.062181
View on AUR
Why flagged

The package downloads prebuilt .deb binaries from the project's official GitHub releases, which is a normal distribution method; while the binaries are not built from source, they come from the official and likely legitimate project repository, reducing 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 downloads prebuilt .deb binaries from the project's official GitHub releases, which is a normal distribution method; while the binaries are not built from source, they come from the official and likely legitimate project repository, reducing risk.

PKGBUILD

1# Maintainer: ycna07 <aozakitouko at foxmail dot com>
2pkgname=reinamanager-bin
3_pkgname=ReinaManager
4pkgver=0.29.1
5pkgrel=2
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')
11options=('!strip' '!emptydirs')
12source_x86_64=("${url}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_amd64.deb")
13source_aarch64=("${url}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_arm64.deb")
14sha256sums_x86_64=('b790d738e53ab579fb6fc7d89d2b840e0fbd2e17eb654beb58f7fb95ee33e6f8')
15sha256sums_aarch64=('675693d878b4872ac8cad1b589fcda587cfe648382e7d185c4875758dec6a0ef')
16
17prepare(){
18 ar -x ${_pkgname}_${pkgver}_amd64.deb
19 mkdir -p ${_pkgname}
20 tar -xf data.tar.gz --directory="${_pkgname}"
21}
22
23package() {
24 cd "${_pkgname}"
25 cp -r ./ ${pkgdir}/
26}
27

Changes since previous scan

--- PKGBUILD @ 2026-08-27 15:32
+++ PKGBUILD @ 2026-08-27 17:33
@@ -1,12 +1,13 @@
+# Maintainer: ycna07 <aozakitouko at foxmail dot com>
pkgname=reinamanager-bin
_pkgname=ReinaManager
pkgver=0.29.1
-pkgrel=1
+pkgrel=2
pkgdesc="A lightweight galgame/visual-novel manager,Under development..."
arch=('x86_64' 'aarch64')
url="https://github.com/huoshen80/ReinaManager"
-license=('MIT')
-depends=('cairo' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'gtk3' 'hicolor-icon-theme' 'pango' 'webkit2gtk-4.1')
+license=('AGPL-3.0-only')
+depends=( 'openssl' 'libxcb' 'libsoup3' 'dbus' 'cairo' 'gdk-pixbuf2' 'glib2' 'gtk3' 'hicolor-icon-theme' 'webkit2gtk-4.1')
options=('!strip' '!emptydirs')
source_x86_64=("${url}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_amd64.deb")
source_aarch64=("${url}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_arm64.deb")
@@ -15,6 +16,7 @@
prepare(){
ar -x ${_pkgname}_${pkgver}_amd64.deb
+ mkdir -p ${_pkgname}
tar -xf data.tar.gz --directory="${_pkgname}"
}

Scan history

Scanned at (UTC)SeverityRules
2026-08-27 17:33:13 Low 2
2026-08-27 15:32:51 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