bounce

maintainer hkparker · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from the project's own Git repositories, 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 90%): The package builds from the project's own Git repositories, which is normal for AUR packages; the low severity is due to few votes and recent upload, not malicious content.

PKGBUILD

1# Maintainer: Hayden Parker <hayden@bounce.chat>
2pkgname=bounce
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=('git' 'go')
12depends=('hicolor-icon-theme' 'glibc' 'libxcursor' 'libglvnd' 'libxxf86vm' 'libxi' 'libxkbcommon' 'wayland' 'libx11' 'libxrandr' 'libxinerama')
13options+=( !debug )
14source=("${pkgname}::git+https://github.com/${pkgname}-chat/${pkgname}.git#tag=v${pkgver}"
15 "${pkgname}-fyne::git+https://github.com/${pkgname}-chat/fyne.git"
16 "${pkgname}-fyne-tools::git+https://github.com/${pkgname}-chat/tools.git")
17sha256sums=('77ecaea879decf2b4c5a44dc7a907f969383e8af5b038ef084cca92de7045b93'
18 'SKIP'
19 'SKIP')
20
21prepare() {
22 cd "${srcdir}/${pkgname}"
23
24 git config submodule.fyne-tools.url ${srcdir}/${pkgname}-fyne-tools
25 git config submodule.fyne.url ${srcdir}/${pkgname}-fyne
26 git -c protocol.file.allow=always submodule update
27}
28
29build() {
30 cd "${srcdir}/${pkgname}"
31
32 go build -tags migrated_fynedo
33}
34
35package() {
36 cd "${srcdir}/${pkgname}"
37
38 install -Dm755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
39 install -Dm644 "pkg/${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
40 install -Dm644 "ui/assets/icon.svg" "${pkgdir}/usr/share/icons/hicolor/scalable/apps/${pkgname}.svg"
41 install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
42}
43

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
-pkgver=0.1.0
+pkgver=0.2.0
pkgrel=1
pkgdesc="A metadata-protecting distributed group chat application"
arch=('x86_64')
@@ -14,7 +14,7 @@
source=("${pkgname}::git+https://github.com/${pkgname}-chat/${pkgname}.git#tag=v${pkgver}"
"${pkgname}-fyne::git+https://github.com/${pkgname}-chat/fyne.git"
"${pkgname}-fyne-tools::git+https://github.com/${pkgname}-chat/tools.git")
-sha256sums=('153b0585c94b1b2b979d21854938766d51b1294c28829b7e618607addb336351'
+sha256sums=('77ecaea879decf2b4c5a44dc7a907f969383e8af5b038ef084cca92de7045b93'
'SKIP'
'SKIP')

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