omarchy-flux
LOW
maintainer bjarneo
0 votes
scanned 2026-09-27 13:18:29.354985
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
4
pkgname=omarchy-flux
5
pkgver='0.3.0'
6
pkgrel=1
7
pkgdesc='Connect an Omarchy computer to your phone with Flux for Android'
8
arch=('x86_64' 'aarch64')
9
url='https://github.com/bjarneo/flux'
10
# The repository has no license yet.
11
license=('LicenseRef-unknown')
12
depends=('qt6-base' 'qt6-declarative' 'qt6-svg' 'qt6-wayland' 'ttf-font-nerd' 'wl-clipboard' 'pipewire' 'sound-theme-freedesktop' 'avahi' 'xdg-utils')
13
optdepends=(
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
)
19
makedepends=('go>=1.27.1' 'cmake' 'ninja' 'git')
20
install=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
26
if [[ -n $_source_url ]]; then
27
source=("${pkgname}-${pkgver}.tar.gz::${_source_url}")
28
sha256sums=("$_source_sha256")
29
else
30
pkgver() {
31
_src
32
printf '0.1.0.r%s.g%s' "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
33
}
34
fi
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
44
build() {
45
_src
46
make build VERSION="$pkgver"
47
}
48
49
check() {
50
_src
51
make test vet
52
}
53
54
package() {
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) | Severity | Rules |
|---|---|---|
| 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 |