zrk-bin

LOW
maintainer Dominiquini 1 votes scanned 2026-08-21 21:15:20.444724
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: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
2
3_gitauthor=zoxy-io
4_gitname=zrk
5_appname=${_gitname}
6pkgname=${_appname}-bin
7pkgdesc="A constant/linear throughput load generator in Zig ⚡"
8
9pkgver=1.4.3
10pkgrel=1
11_gitversion=v${pkgver}
12
13arch=('x86_64' 'aarch64')
14_barch=('x86_64-linux' 'aarch64-linux')
15
16_ghurl="https://github.com/${_gitauthor}/${_gitname}"
17_ghurlraw="https://raw.githubusercontent.com/${_gitauthor}/${_gitname}/${_gitversion}"
18url=${_ghurl}
19
20license=('MIT')
21
22provides=("${_appname}")
23conflicts=("${_appname}")
24
25options=('!strip')
26
27source=("LICENSE-${pkgver}::${_ghurlraw}/LICENSE"
28 "README-${pkgver}.md::${_ghurlraw}/README.md")
29source_x86_64=("${_appname}-${arch[0]}-${pkgver}.tgz::${_ghurl}/releases/download/${_gitversion}/${_appname}-${pkgver}-${_barch[0]}.tar.gz")
30source_aarch64=("${_appname}-${arch[1]}-${pkgver}.tgz::${_ghurl}/releases/download/${_gitversion}/${_appname}-${pkgver}-${_barch[1]}.tar.gz")
31sha256sums=('a9e7a0b2ca0bb923c316c0cc1b9f60e8407ebbeb974467cea6b808644b5dd611'
32 '4a6cbec11ed13e709b8aa5049c55c08f5b9b46e77dd5cfb86b0adf561f77edab')
33sha256sums_x86_64=('867ddff3d5133d074700c984886f42fa32109333676fa7a9e34324d9a3c4a2ad')
34sha256sums_aarch64=('a1f7e1f9ac8e774d322ee87bb57e8136c86c74001a26bc0b45a40e46d1865c35')
35
36
37package() {
38 cd "${srcdir}/" || exit
39
40 install -Dm755 "${_appname}" "${pkgdir}/usr/bin/${_appname}"
41
42 install -Dm644 "README-${pkgver}.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
43
44 install -Dm644 "LICENSE-${pkgver}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
45}
46

Changes since previous scan

--- PKGBUILD @ 2026-08-12 00:27
+++ PKGBUILD @ 2026-08-21 21:15
@@ -6,7 +6,7 @@
pkgname=${_appname}-bin
pkgdesc="A constant/linear throughput load generator in Zig ⚡"
-pkgver=1.4.2
+pkgver=1.4.3
pkgrel=1
_gitversion=v${pkgver}
@@ -30,8 +30,8 @@
source_aarch64=("${_appname}-${arch[1]}-${pkgver}.tgz::${_ghurl}/releases/download/${_gitversion}/${_appname}-${pkgver}-${_barch[1]}.tar.gz")
sha256sums=('a9e7a0b2ca0bb923c316c0cc1b9f60e8407ebbeb974467cea6b808644b5dd611'
'4a6cbec11ed13e709b8aa5049c55c08f5b9b46e77dd5cfb86b0adf561f77edab')
-sha256sums_x86_64=('b0fc0c3e73c7541721e0a665c52f1e414c41010d2866f9867b637409dcb1dbb2')
-sha256sums_aarch64=('10c0e3b593d1667fcf60a7e139f757b8740a7c0f6f110a6ef53febe8254d0693')
+sha256sums_x86_64=('867ddff3d5133d074700c984886f42fa32109333676fa7a9e34324d9a3c4a2ad')
+sha256sums_aarch64=('a1f7e1f9ac8e774d322ee87bb57e8136c86c74001a26bc0b45a40e46d1865c35')
package() {

Scan history

Scanned at (UTC)SeverityRules
2026-08-21 21:15:20 Low 1
2026-08-12 00:27:08 Clean 2
2026-08-11 13:21:13 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