bankai-bin

maintainer juicerq · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package installs a prebuilt AppImage from the project's GitHub releases, which is a normal distribution method; the source is verifiable via checksum and the project is legitimate, though the low vote count and recent upload are minor trust concerns.

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 installs a prebuilt AppImage from the project's GitHub releases, which is a normal distribution method; the source is verifiable via checksum and the project is legitimate, though the low vote count and recent upload are minor trust concerns.

PKGBUILD

1# Maintainer: juicerq <julio.cerqueiira@gmail.com>
2pkgname=bankai-bin
3pkgver=0.2.44
4pkgrel=1
5pkgdesc="Focused Electron workspace for persistent project shell sessions"
6arch=('x86_64')
7url="https://github.com/juicerq/bankai-2"
8license=('MIT')
9depends=('gtk3' 'nss' 'alsa-lib' 'libxss' 'libnotify' 'hicolor-icon-theme' 'git')
10makedepends=('imagemagick')
11provides=('bankai')
12conflicts=('bankai')
13options=('!strip' '!debug')
14source=("bankai-$pkgver.AppImage::$url/releases/download/v$pkgver/Bankai-$pkgver.AppImage")
15noextract=("bankai-$pkgver.AppImage")
16sha256sums=('e2018c3fa61aaab1fb07fd412885b072f4e79fa4c3a34fb9139a5115c98f06fd')
17
18prepare() {
19 chmod +x "bankai-$pkgver.AppImage"
20 "./bankai-$pkgver.AppImage" --appimage-extract >/dev/null
21}
22
23package() {
24 install -d "$pkgdir/opt/bankai"
25 cp -a squashfs-root/. "$pkgdir/opt/bankai/"
26
27 rm -f "$pkgdir/opt/bankai/AppRun" "$pkgdir/opt/bankai/bankai.desktop" "$pkgdir/opt/bankai/bankai.png" "$pkgdir/opt/bankai/.DirIcon"
28 rm -rf "$pkgdir/opt/bankai/usr"
29
30 find "$pkgdir/opt/bankai" -type d -exec chmod 755 {} +
31
32 chmod 4755 "$pkgdir/opt/bankai/chrome-sandbox"
33
34 install -d "$pkgdir/usr/bin"
35 ln -s /opt/bankai/bankai "$pkgdir/usr/bin/bankai"
36
37 for size in 128 256 512; do
38 magick "$srcdir/squashfs-root/usr/share/icons/hicolor/1024x1024/apps/bankai.png" \
39 -resize "${size}x${size}" "$srcdir/bankai-$size.png"
40 install -Dm644 "$srcdir/bankai-$size.png" \
41 "$pkgdir/usr/share/icons/hicolor/${size}x${size}/apps/bankai.png"
42 done
43
44 install -Dm644 /dev/stdin "$pkgdir/usr/share/applications/bankai.desktop" <<-EOF
45 [Desktop Entry]
46 Name=Bankai
47 Comment=$pkgdesc
48 Exec=bankai %U
49 Icon=bankai
50 Terminal=false
51 Type=Application
52 Categories=Utility;
53 StartupWMClass=Bankai
54 EOF
55}
56

Changes since previous scan

--- PKGBUILD @ 2026-07-31 15:18
+++ PKGBUILD @ 2026-08-03 00:08
@@ -1,6 +1,6 @@
# Maintainer: juicerq <julio.cerqueiira@gmail.com>
pkgname=bankai-bin
-pkgver=0.2.41
+pkgver=0.2.44
pkgrel=1
pkgdesc="Focused Electron workspace for persistent project shell sessions"
arch=('x86_64')
@@ -13,7 +13,7 @@
options=('!strip' '!debug')
source=("bankai-$pkgver.AppImage::$url/releases/download/v$pkgver/Bankai-$pkgver.AppImage")
noextract=("bankai-$pkgver.AppImage")
-sha256sums=('e9a9d0b59a777a9dd7db72ff8d3bf944bf171fdc7ba664cd9ab3497c0688044e')
+sha256sums=('e2018c3fa61aaab1fb07fd412885b072f4e79fa4c3a34fb9139a5115c98f06fd')
prepare() {
chmod +x "bankai-$pkgver.AppImage"

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 LOW 2
2026-08-02 00:16:08 LOW 2
2026-08-01 00:11:18 LOW 2
2026-07-31 21:18:45 LOW 2
2026-07-31 15:18:17 LOW 2
2026-07-31 13:18:10 LOW 2
2026-07-31 00:14:10 MEDIUM 2
2026-07-30 19:16:23 MEDIUM 2
2026-07-30 00:17:23 MEDIUM 2
2026-07-29 01:40:32 MEDIUM 2
2026-07-29 00:25:53 LOW 2
2026-07-28 21:39:42 LOW 2
2026-07-28 19:39:35 LOW 2
2026-07-28 17:39:33 LOW 2
2026-07-28 15:39:03 LOW 2
2026-07-28 13:38:59 LOW 2
2026-07-28 00:07:28 LOW 2
2026-07-27 23:36:42 LOW 2
2026-07-27 19:35:21 LOW 2
2026-07-27 13:35:00 MEDIUM 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion