bounce-bin

maintainer hkparker · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package installs a prebuilt binary from the project's official GitHub release, which is a normal practice for AUR packages; the low severity is due to the unverifiable binary release and recent upload with few votes, but it comes from a legitimate project source.

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 binary from the project's official GitHub release, which is a normal practice for AUR packages; the low severity is due to the unverifiable binary release and recent upload with few votes, but it comes from a legitimate project source.

PKGBUILD

1# Maintainer: Hayden Parker <hayden@bounce.chat>
2pkgname=bounce-bin
3pkgver=0.2.0
4pkgrel=1
5pkgdesc="A metadata-protecting distributed group chat application"
6arch=('x86_64')
7url="https://github.com/bounce-chat/bounce"
8license=('MIT')
9provides=("${pkgname}")
10conflicts=('bounce' 'bounce-bin')
11makedepends=('binutils')
12depends=('hicolor-icon-theme' 'libglvnd' 'wayland')
13options+=( !debug )
14source=(
15 "https://github.com/bounce-chat/bounce/releases/download/v${pkgver}/bounce-${pkgver}.deb"
16 "LICENSE"
17)
18sha256sums=('87b3762afd8a216fc5183947a65def0e81090351a841e71f8ac023ee78494a64'
19 'e52465d21d1b91e02357470ae262725b8f73d7ecc271a8d1ed7ff2e49f3bc6dc')
20
21package() {
22 ar x "${srcdir}/bounce-${pkgver}.deb"
23 tar xf "${srcdir}/data.tar.xz"
24
25 install -Dm755 "${srcdir}/usr/local/bin/bounce" "${pkgdir}/usr/bin/bounce"
26 install -Dm644 "${srcdir}/usr/share/applications/bounce.desktop" "${pkgdir}/usr/share/applications/bounce.desktop"
27 install -Dm644 "${srcdir}/usr/share/icons/hicolor/scalable/apps/bounce.svg" "${pkgdir}/usr/share/icons/hicolor/scalable/apps/bounce.svg"
28 install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
29}
30

Changes since previous scan

--- PKGBUILD @ 2026-07-27 00:24
+++ PKGBUILD @ 2026-08-03 00:08
@@ -1,6 +1,6 @@
# Maintainer: Hayden Parker <hayden@bounce.chat>
pkgname=bounce-bin
-pkgver=0.1.0
+pkgver=0.2.0
pkgrel=1
pkgdesc="A metadata-protecting distributed group chat application"
arch=('x86_64')
@@ -15,7 +15,7 @@
"https://github.com/bounce-chat/bounce/releases/download/v${pkgver}/bounce-${pkgver}.deb"
"LICENSE"
)
-sha256sums=('c2eae492c08af5460f4a53f7f0f6e0abb92aed624589e930e50040d610dbb519'
+sha256sums=('87b3762afd8a216fc5183947a65def0e81090351a841e71f8ac023ee78494a64'
'e52465d21d1b91e02357470ae262725b8f73d7ecc271a8d1ed7ff2e49f3bc6dc')
package() {

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 00:14:10 LOW 2
2026-07-30 00:17:23 LOW 2
2026-07-29 00:25:53 LOW 2
2026-07-28 00:07:28 LOW 2
2026-07-27 21:35:42 LOW 2
2026-07-27 00:24:32 LOW 2
2026-07-26 00:07:32 LOW 2
2026-07-25 21:31:00 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