regionlock

maintainer gegnep · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from source hosted on the project's own GitHub repository, which is normal for AUR packages; the only concerns are a SKIP'd checksum and low votes, but no evidence of malicious behavior or untrusted prebuilt code.

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 source hosted on the project's own GitHub repository, which is normal for AUR packages; the only concerns are a SKIP'd checksum and low votes, but no evidence of malicious behavior or untrusted prebuilt code.

PKGBUILD

1# Maintainer: gegnep <96670443+gegnep@users.noreply.github.com>
2pkgname=regionlock
3pkgver=1.0.2
4pkgrel=1
5pkgdesc='Linux CLI server picker for Steam Datagram Relay games (Deadlock, CS2, Dota 2)'
6arch=('x86_64')
7url='https://github.com/gegnep/regionlock'
8license=('GPL-3.0-only')
9depends=('nftables' 'systemd' 'iputils' 'polkit')
10makedepends=('cargo')
11source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
12# Replace with the real checksum: `updpkgsums` or `makepkg -g`.
13sha256sums=('SKIP')
14
15prepare() {
16 cd "$pkgname-$pkgver"
17 export RUSTUP_TOOLCHAIN=stable
18 cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
19}
20
21build() {
22 cd "$pkgname-$pkgver"
23 export RUSTUP_TOOLCHAIN=stable
24 export CARGO_TARGET_DIR=target
25 cargo build --frozen --release
26}
27
28check() {
29 cd "$pkgname-$pkgver"
30 export RUSTUP_TOOLCHAIN=stable
31 cargo test --frozen --release --workspace
32}
33
34package() {
35 cd "$pkgname-$pkgver"
36 # The Makefile install phase does not rebuild; it stages the binaries
37 # built above and rewrites the polkit path to /usr/bin.
38 make DESTDIR="$pkgdir" PREFIX=/usr install
39}
40

Changes since previous scan

--- PKGBUILD @ 2026-07-24 00:02
+++ PKGBUILD @ 2026-08-03 00:08
@@ -1,6 +1,6 @@
# Maintainer: gegnep <96670443+gegnep@users.noreply.github.com>
pkgname=regionlock
-pkgver=1.0.1
+pkgver=1.0.2
pkgrel=1
pkgdesc='Linux CLI server picker for Steam Datagram Relay games (Deadlock, CS2, Dota 2)'
arch=('x86_64')

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 00:24:32 LOW 2
2026-07-26 00:07:32 LOW 2
2026-07-25 00:13:44 LOW 2
2026-07-24 17:28:09 LOW 2
2026-07-24 00:02:28 LOW 2
2026-07-23 17:25:21 LOW 2
2026-07-23 00:14:47 LOW 2
2026-07-22 00:29:32 LOW 2
2026-07-21 23:18:24 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