bclone

LOW
maintainer FabioLolix 0 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package builds from a publicly accessible git repository with a verifiable tag and fixed checksum; the source is not a prebuilt binary, and the build process is transparent and standard for Go applications.

Triggered rules

Low AI review downgraded a static finding llm_review

The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package builds from a publicly accessible git repository with a verifiable tag and fixed checksum; the source is not a prebuilt binary, and the build process is transparent and standard for Go applications.

1 higher static finding superseded - not the current verdict (shown for transparency)
Medium Recently orphaned & re-adopted orphaned_readopted

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

PKGBUILD

1# Maintainer: taxin-404 <taxin404@duck.com>
2
3pkgname=bclone
4pkgver=1.75.2
5pkgrel=2
6pkgdesc="rclone with Alist, Alldebrid, iCloud Photos, Teldrive, Terabox, Tmpfs, and unofficial Google Photos (gotohp) support"
7arch=(x86_64 aarch64 armv7h)
8url="https://github.com/BenjiThatFoxGuy/bclone"
9license=(MIT)
10depends=(glibc)
11makedepends=(go git)
12optdepends=('fuse3: for rclone mount')
13provides=(rclone bclone)
14conflicts=(rclone bclone-bin bclone-git)
15options=(!strip)
16source=("git+https://github.com/BenjiThatFoxGuy/bclone.git#tag=v${pkgver}")
17sha256sums=('904f79d06781a78bf572117fd693f8c53dde57560d7dc33a8628363edfc42fd3')
18
19build() {
20 cd "$srcdir/$pkgname"
21 export GOPATH="$srcdir/go"
22 export CGO_ENABLED=0
23 go build -mod=mod -ldflags="-s -w \
24 -X 'github.com/rclone/rclone/fs.VersionTag=v${pkgver}' \
25 -X 'github.com/rclone/rclone/fs.VersionSuffix=' \
26 " \
27 -o rclone .
28}
29
30package() {
31 cd "$srcdir/$pkgname"
32 install -Dm755 rclone "$pkgdir/usr/bin/rclone"
33 install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
34 install -Dm644 rclone.1 "$pkgdir/usr/share/man/man1/rclone.1"
35 install -Dm644 MANUAL.txt "$pkgdir/usr/share/doc/$pkgname/MANUAL.txt"
36 install -Dm644 CONTRIBUTING.md "$pkgdir/usr/share/doc/$pkgname/CONTRIBUTING.md"
37
38 # Install bash/zsh/fish completions if available
39 if [ -f completions/bash/rclone ]; then
40 install -Dm644 completions/bash/rclone "$pkgdir/usr/share/bash-completion/completions/rclone"
41 fi
42 if [ -f completions/zsh/rclone ]; then
43 install -Dm644 completions/zsh/rclone "$pkgdir/usr/share/zsh/site-functions/_rclone"
44 fi
45 if [ -f completions/fish/rclone.fish ]; then
46 install -Dm644 completions/fish/rclone.fish "$pkgdir/usr/share/fish/vendor_completions.d/rclone.fish"
47 fi
48}
49

Changes since previous scan

--- PKGBUILD @ 2026-09-04 00:03
+++ PKGBUILD @ 2026-09-17 00:27
@@ -1,4 +1,4 @@
-# Maintainer: taxin <unknownbrofrombd@duck.com>
+# Maintainer: taxin-404 <taxin404@duck.com>
pkgname=bclone
pkgver=1.75.2
@@ -11,7 +11,7 @@
makedepends=(go git)
optdepends=('fuse3: for rclone mount')
provides=(rclone bclone)
-conflicts=(rclone bclone)
+conflicts=(rclone bclone-bin bclone-git)
options=(!strip)
source=("git+https://github.com/BenjiThatFoxGuy/bclone.git#tag=v${pkgver}")
sha256sums=('904f79d06781a78bf572117fd693f8c53dde57560d7dc33a8628363edfc42fd3')

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Low 2
2026-09-16 00:03:17 Low 2
2026-09-15 00:25:31 Low 2
2026-09-14 00:27:57 Low 2
2026-09-13 00:19:54 Low 2
2026-09-12 00:25:17 Low 2
2026-09-11 00:19:22 Low 2
2026-09-10 00:22:44 Low 2
2026-09-09 00:04:09 Low 2
2026-09-08 00:18:08 Low 2
2026-09-07 00:30:15 Low 2
2026-09-06 00:17:06 Low 2
2026-09-05 00:16:27 Low 2
2026-09-04 17:58:35 Medium 1
2026-09-04 11:57:41 Medium 1
2026-09-04 00:03:13 Low 2
2026-09-03 00:15:47 Low 2
2026-09-02 00:02:31 Low 2
2026-09-01 00:11:19 Low 2
2026-08-31 00:19:57 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