armasync-bin
maintainer Pekuru
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt .deb from the project's official GitHub releases, which is a normal distribution method for this AUR package; the binary is unpacked and installed without modification, posing no inherent risk beyond the trustworthiness of the upstream 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 downloads a prebuilt .deb from the project's official GitHub releases, which is a normal distribution method for this AUR package; the binary is unpacked and installed without modification, posing no inherent risk beyond the trustworthiness of the upstream source.
PKGBUILD
1
# Maintainer: Pekururu
2
pkgname=armasync-bin
3
pkgver=0.3.0
4
pkgrel=1
5
pkgdesc="Native Linux Arma 3 launcher and addon manager (Arma3Sync-compatible)"
6
arch=('x86_64')
7
url="https://github.com/Pekururu/Armasync-Linux"
8
license=('GPL-3.0-only')
9
depends=('webkit2gtk-4.1' 'gtk3')
10
optdepends=('steam: install and launch Arma 3 with Proton'
11
'protontricks: TeamSpeak/ACRE voice setup'
12
'wireplumber: audio device detection'
13
'pipewire-pulse: TeamSpeak audio under Proton'
14
'zstd: restore points and support bundles')
15
provides=('armasync')
16
conflicts=('armasync')
17
options=('!debug' '!strip')
18
source=("armasync-$pkgver.deb::https://github.com/Pekururu/Armasync-Linux/releases/download/v$pkgver/Armasync_${pkgver}_amd64.deb")
19
sha256sums=('bf4cde2451c6482bc51218eab5db9e28387464f5ca1093a2bf0c86609fe58cf5')
20
21
package() {
22
cd "$srcdir"
23
bsdtar -xf "armasync-$pkgver.deb"
24
bsdtar -xf data.tar.* -C "$pkgdir/"
25
}
26
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 13:27:52 | LOW | 2 |