uah-bin

LOW
maintainer vikimaster2 0 votes scanned 2026-09-25 01:45:24.583274
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

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.

PKGBUILD

1# Maintainer: Viktor Danov <orangeleaf12@gmail.com>
2# SPDX-License-Identifier: 0BSD
3pkgname=uah-bin
4pkgver=1.0.2
5pkgrel=1
6pkgdesc='Terminal coding agent that works like Codex, built on unreal-agent'
7arch=('x86_64' 'aarch64')
8url='https://github.com/viktordanov/uagent-harness'
9license=('Apache-2.0')
10depends=('bubblewrap')
11optdepends=('wl-clipboard: paste images on Wayland'
12 'xclip: paste images on X11'
13 'git: repository context for the agent')
14provides=("uah=${pkgver}")
15conflicts=('uah')
16options=('!strip' '!debug')
17_archive="uah-${pkgver}-${CARCH}-unknown-linux-gnu"
18source_x86_64=("${url}/releases/download/v${pkgver}/uah-${pkgver}-x86_64-unknown-linux-gnu.tar.gz")
19source_aarch64=("${url}/releases/download/v${pkgver}/uah-${pkgver}-aarch64-unknown-linux-gnu.tar.gz")
20sha256sums_x86_64=('617ab6d196cb4c2bd03e1d492ae1bf9969b71ea3bf7cb845661514eaffdea2de')
21sha256sums_aarch64=('50ed0104fb1e82b90ca7f299d9d028be2c88ef31e3f06a85df70316c5fca5d4a')
22
23build() {
24 cd "${_archive}"
25 ./uah completion bash > uah.bash
26 ./uah completion zsh > _uah
27 ./uah completion fish > uah.fish
28}
29
30check() {
31 cd "${_archive}"
32 [[ $(./uah --version) == "uah version v${pkgver}" ]]
33 test -s uah.bash
34 test -s _uah
35 test -s uah.fish
36}
37
38package() {
39 cd "${_archive}"
40 install -Dm755 uah "${pkgdir}/usr/bin/uah"
41 install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
42 install -Dm644 NOTICE "${pkgdir}/usr/share/licenses/${pkgname}/NOTICE"
43 install -Dm644 THIRD_PARTY_NOTICES.md "${pkgdir}/usr/share/licenses/${pkgname}/THIRD_PARTY_NOTICES.md"
44 install -Dm644 uah.bash "${pkgdir}/usr/share/bash-completion/completions/uah"
45 install -Dm644 _uah "${pkgdir}/usr/share/zsh/site-functions/_uah"
46 install -Dm644 uah.fish "${pkgdir}/usr/share/fish/vendor_completions.d/uah.fish"
47}
48

Changes since previous scan

--- PKGBUILD @ 2026-09-25 00:03
+++ PKGBUILD @ 2026-09-25 01:45
@@ -1,7 +1,7 @@
# Maintainer: Viktor Danov <orangeleaf12@gmail.com>
# SPDX-License-Identifier: 0BSD
pkgname=uah-bin
-pkgver=1.0.1
+pkgver=1.0.2
pkgrel=1
pkgdesc='Terminal coding agent that works like Codex, built on unreal-agent'
arch=('x86_64' 'aarch64')
@@ -17,8 +17,8 @@
_archive="uah-${pkgver}-${CARCH}-unknown-linux-gnu"
source_x86_64=("${url}/releases/download/v${pkgver}/uah-${pkgver}-x86_64-unknown-linux-gnu.tar.gz")
source_aarch64=("${url}/releases/download/v${pkgver}/uah-${pkgver}-aarch64-unknown-linux-gnu.tar.gz")
-sha256sums_x86_64=('4d10dd54dff5bb322262a8ab5b22b51cc70418ae822d1419f2b328ad5fa3e772')
-sha256sums_aarch64=('07a05056cd5c9e283d09efef450b88d026c277dbef49d1598d3f00508a6102fe')
+sha256sums_x86_64=('617ab6d196cb4c2bd03e1d492ae1bf9969b71ea3bf7cb845661514eaffdea2de')
+sha256sums_aarch64=('50ed0104fb1e82b90ca7f299d9d028be2c88ef31e3f06a85df70316c5fca5d4a')
build() {
cd "${_archive}"

Scan history

Scanned at (UTC)SeverityRules
2026-09-25 01:45:24 Low 1
2026-09-25 00:03:36 Clean 2
2026-09-24 23:44:46 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion