lsoff-bin

LOW
maintainer Dominiquini 1 votes scanned 2026-08-25 03:25:42.010142
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=yutat23
4_gitname=lsoff
5_appname=${_gitname}
6pkgname=${_appname}-bin
7pkgdesc="CLI / TUI that lists listening TCP/UDP ports"
8
9pkgver=0.1.4
10pkgrel=1
11_gitversion=v${pkgver}
12
13arch=('x86_64' 'aarch64')
14_barch=('linux-amd64' 'linux-arm64')
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=("README-${pkgver}.md::${_ghurlraw}/README.md"
28 "LICENSE-${pkgver}::${_ghurlraw}/LICENSE")
29source_x86_64=("${_appname}-${arch[0]}-${pkgver}::${_ghurl}/releases/download/${_gitversion}/${_appname}-${_barch[0]}")
30source_aarch64=("${_appname}-${arch[1]}-${pkgver}::${_ghurl}/releases/download/${_gitversion}/${_appname}-${_barch[1]}")
31sha256sums=('5cd4bf733f0d2ed2c74af030ac170b9e2c2b54bdf2b06b53c9e625666acf95a5'
32 '8fa6650c7c9bea4113c2981b4859e8b547ef5ceae3747d5aa3f5d2d7e6a5bad1')
33sha256sums_x86_64=('7f909c43d9427f2f518804fd9abf7dea6b792df59dfbed9d5b9573f42ea2c38e')
34sha256sums_aarch64=('e491f0bd2e4699277e6bc5a8ed84a24fae7b996588be2097f41a06552b060830')
35
36
37package() {
38 cd "${srcdir}/" || exit
39
40 install -Dm755 "${_appname}-${CARCH}-${pkgver}" "${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-17 00:18
+++ PKGBUILD @ 2026-08-25 03:25
@@ -6,7 +6,7 @@
pkgname=${_appname}-bin
pkgdesc="CLI / TUI that lists listening TCP/UDP ports"
-pkgver=0.1.3
+pkgver=0.1.4
pkgrel=1
_gitversion=v${pkgver}
@@ -28,10 +28,10 @@
"LICENSE-${pkgver}::${_ghurlraw}/LICENSE")
source_x86_64=("${_appname}-${arch[0]}-${pkgver}::${_ghurl}/releases/download/${_gitversion}/${_appname}-${_barch[0]}")
source_aarch64=("${_appname}-${arch[1]}-${pkgver}::${_ghurl}/releases/download/${_gitversion}/${_appname}-${_barch[1]}")
-sha256sums=('af34f9abfa05014f00594d494f8a890ef5876e8f7498bbb2824596dfebfaeb61'
+sha256sums=('5cd4bf733f0d2ed2c74af030ac170b9e2c2b54bdf2b06b53c9e625666acf95a5'
'8fa6650c7c9bea4113c2981b4859e8b547ef5ceae3747d5aa3f5d2d7e6a5bad1')
-sha256sums_x86_64=('9bb5fa64a59ee05243728931796e059b9e0bcaecf1c3059ee884f6e98ca54857')
-sha256sums_aarch64=('9f502f77375e2e021e09e216ad8a964e913fe38982f2b105aae65a8d46fd5b8e')
+sha256sums_x86_64=('7f909c43d9427f2f518804fd9abf7dea6b792df59dfbed9d5b9573f42ea2c38e')
+sha256sums_aarch64=('e491f0bd2e4699277e6bc5a8ed84a24fae7b996588be2097f41a06552b060830')
package() {

Scan history

Scanned at (UTC)SeverityRules
2026-08-25 03:25:42 Low 1
2026-08-17 00:18:29 Clean 2
2026-08-16 15:32:49 Low 1
2026-08-16 00:03:42 Clean 2
2026-08-15 07:30:18 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