single-file-cli-bin

LOW
maintainer Dominiquini 1 votes scanned 2026-09-01 01:46:26.700662
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=gildas-lormeau
4_gitname=single-file-cli
5_appname=${_gitname%-cli}
6pkgname=${_gitname}-bin
7pkgdesc="CLI tool for saving a faithful copy of a complete web page in a single HTML file"
8
9pkgver=2.6.4
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=('AGPL-3.0')
21
22provides=("${_appname}")
23conflicts=("${pkgname%-bin}")
24
25depends=('glibc' 'libgcc')
26
27options=('!strip')
28
29source=("README-${pkgver}.md::${_ghurlraw}/README.MD"
30 "LICENSE-${pkgver}::${_ghurlraw}/LICENSE")
31source_x86_64=("${_appname}-${arch[0]}-${pkgver}::${_ghurl}/releases/download/${_gitversion}/${_appname}-${_barch[0]}")
32source_aarch64=("${_appname}-${arch[1]}-${pkgver}::${_ghurl}/releases/download/${_gitversion}/${_appname}-${_barch[1]}")
33sha256sums=('d4532d95487d6692fb3ff51e33fc54a756d0f066e205575977808c6c9b77b491'
34 '8486a10c4393cee1c25392769ddd3b2d6c242d6ec7928e1414efff7dfb2f07ef')
35sha256sums_x86_64=('77387f7ade5668d2cdc255eb2eed4093b8dfa87a900ddb0795802bd732b2def3')
36sha256sums_aarch64=('8e92c0d77595800aabcae2eb21d1325662861f75f39ce666a6d61bfe12cab928')
37
38
39package() {
40 cd "${srcdir}/" || exit
41
42 install -Dm755 "${_appname}-${CARCH}-${pkgver}" "${pkgdir}/usr/bin/${_appname}"
43
44 install -Dm644 "README-${pkgver}.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
45
46 install -Dm644 "LICENSE-${pkgver}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
47}
48

Changes since previous scan

--- PKGBUILD @ 2026-08-31 00:19
+++ PKGBUILD @ 2026-09-01 01:46
@@ -6,7 +6,7 @@
pkgname=${_gitname}-bin
pkgdesc="CLI tool for saving a faithful copy of a complete web page in a single HTML file"
-pkgver=2.6.2
+pkgver=2.6.4
pkgrel=1
_gitversion=v${pkgver}
@@ -32,8 +32,8 @@
source_aarch64=("${_appname}-${arch[1]}-${pkgver}::${_ghurl}/releases/download/${_gitversion}/${_appname}-${_barch[1]}")
sha256sums=('d4532d95487d6692fb3ff51e33fc54a756d0f066e205575977808c6c9b77b491'
'8486a10c4393cee1c25392769ddd3b2d6c242d6ec7928e1414efff7dfb2f07ef')
-sha256sums_x86_64=('894d8af978bf76a876255cfd07ca5b92bfb99af4ff38fe7313af6d524e131c4a')
-sha256sums_aarch64=('2b75f193001213ba16e22d1082035b8f3822a64b57cc95f89f1a293c8cefd6bb')
+sha256sums_x86_64=('77387f7ade5668d2cdc255eb2eed4093b8dfa87a900ddb0795802bd732b2def3')
+sha256sums_aarch64=('8e92c0d77595800aabcae2eb21d1325662861f75f39ce666a6d61bfe12cab928')
package() {

Scan history

Scanned at (UTC)SeverityRules
2026-09-01 01:46:26 Low 1
2026-08-31 00:19:57 Clean 2
2026-08-30 23:44:22 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