omarchy-flux

LOW
maintainer bjarneo 0 votes scanned 2026-09-27 13:18:29.354985
View on AUR
Why flagged

The package builds from a verifiable GitHub source with a known hash, and the install hooks run local scripts; the only concern is low votes and recent upload, but no malicious behavior is evident.

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 builds from a verifiable GitHub source with a known hash, and the install hooks run local scripts; the only concern is low votes and recent upload, but no malicious behavior is evident.

PKGBUILD

1# Build from this checkout with: makepkg -si
2# scripts/prepare-aur.py sets the release source fields for AUR builds.
3
4pkgname=omarchy-flux
5pkgver='0.3.0'
6pkgrel=1
7pkgdesc='Connect an Omarchy computer to your phone with Flux for Android'
8arch=('x86_64' 'aarch64')
9url='https://github.com/bjarneo/flux'
10# The repository has no license yet.
11license=('LicenseRef-unknown')
12depends=('qt6-base' 'qt6-declarative' 'qt6-svg' 'qt6-wayland' 'ttf-font-nerd' 'wl-clipboard' 'pipewire' 'sound-theme-freedesktop' 'avahi' 'xdg-utils')
13optdepends=(
14 'quickshell: the flux plugin for omarchy-shell'
15 'ffmpeg: the phone as webcam'
16 'v4l2loopback-dkms: the phone as webcam'
17 'mpv: the phone screen mirror'
18)
19makedepends=('go>=1.27.1' 'cmake' 'ninja' 'git')
20install=omarchy-flux.install
21
22_source_url='https://github.com/bjarneo/flux/archive/refs/tags/v0.3.0.tar.gz'
23_source_sha256='9c14ebb0efa19d7819aa5575497faa295ba62e68aa6b06fc4dfa75d6858f44a3'
24_source_dir='flux-0.3.0'
25
26if [[ -n $_source_url ]]; then
27 source=("${pkgname}-${pkgver}.tar.gz::${_source_url}")
28 sha256sums=("$_source_sha256")
29else
30 pkgver() {
31 _src
32 printf '0.1.0.r%s.g%s' "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
33 }
34fi
35
36_src() {
37 if [[ -n $_source_url ]]; then
38 cd "$srcdir/$_source_dir" || return 1
39 else
40 cd "$startdir/../.." || return 1
41 fi
42}
43
44build() {
45 _src
46 make build VERSION="$pkgver"
47}
48
49check() {
50 _src
51 make test vet
52}
53
54package() {
55 _src
56 make install DESTDIR="$pkgdir" PREFIX=/usr
57}
58

Changes since previous scan

--- PKGBUILD @ 2026-09-26 19:15
+++ PKGBUILD @ 2026-09-27 13:18
@@ -2,7 +2,7 @@
# scripts/prepare-aur.py sets the release source fields for AUR builds.
pkgname=omarchy-flux
-pkgver='0.1.0'
+pkgver='0.3.0'
pkgrel=1
pkgdesc='Connect an Omarchy computer to your phone with Flux for Android'
arch=('x86_64' 'aarch64')
@@ -19,9 +19,9 @@
makedepends=('go>=1.27.1' 'cmake' 'ninja' 'git')
install=omarchy-flux.install
-_source_url='https://github.com/bjarneo/flux/archive/refs/tags/v0.1.0.tar.gz'
-_source_sha256='8e4a8b428ca9a29c415568e0df27936fc44defffe34a268528636af9f5ccf55d'
-_source_dir='flux-0.1.0'
+_source_url='https://github.com/bjarneo/flux/archive/refs/tags/v0.3.0.tar.gz'
+_source_sha256='9c14ebb0efa19d7819aa5575497faa295ba62e68aa6b06fc4dfa75d6858f44a3'
+_source_dir='flux-0.3.0'
if [[ -n $_source_url ]]; then
source=("${pkgname}-${pkgver}.tar.gz::${_source_url}")

Scan history

Scanned at (UTC)SeverityRules
2026-09-27 13:18:29 Low 2
2026-09-27 00:07:07 Low 2
2026-09-26 21:15:27 Low 2
2026-09-26 19:15:27 Low 2
2026-09-26 11:15:02 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