bclone
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
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)
orphaned_readopted
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
PKGBUILD
# Maintainer: taxin-404 <taxin404@duck.com>
pkgname=bclone
pkgver=1.75.2
pkgrel=2
pkgdesc="rclone with Alist, Alldebrid, iCloud Photos, Teldrive, Terabox, Tmpfs, and unofficial Google Photos (gotohp) support"
arch=(x86_64 aarch64 armv7h)
url="https://github.com/BenjiThatFoxGuy/bclone"
license=(MIT)
depends=(glibc)
makedepends=(go git)
optdepends=('fuse3: for rclone mount')
provides=(rclone bclone)
conflicts=(rclone bclone-bin bclone-git)
options=(!strip)
source=("git+https://github.com/BenjiThatFoxGuy/bclone.git#tag=v${pkgver}")
sha256sums=('904f79d06781a78bf572117fd693f8c53dde57560d7dc33a8628363edfc42fd3')
build() {
cd "$srcdir/$pkgname"
export GOPATH="$srcdir/go"
export CGO_ENABLED=0
go build -mod=mod -ldflags="-s -w \
-X 'github.com/rclone/rclone/fs.VersionTag=v${pkgver}' \
-X 'github.com/rclone/rclone/fs.VersionSuffix=' \
" \
-o rclone .
}
package() {
cd "$srcdir/$pkgname"
install -Dm755 rclone "$pkgdir/usr/bin/rclone"
install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
install -Dm644 rclone.1 "$pkgdir/usr/share/man/man1/rclone.1"
install -Dm644 MANUAL.txt "$pkgdir/usr/share/doc/$pkgname/MANUAL.txt"
install -Dm644 CONTRIBUTING.md "$pkgdir/usr/share/doc/$pkgname/CONTRIBUTING.md"
# Install bash/zsh/fish completions if available
if [ -f completions/bash/rclone ]; then
install -Dm644 completions/bash/rclone "$pkgdir/usr/share/bash-completion/completions/rclone"
fi
if [ -f completions/zsh/rclone ]; then
install -Dm644 completions/zsh/rclone "$pkgdir/usr/share/zsh/site-functions/_rclone"
fi
if [ -f completions/fish/rclone.fish ]; then
install -Dm644 completions/fish/rclone.fish "$pkgdir/usr/share/fish/vendor_completions.d/rclone.fish"
fi
}
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) | Severity | Rules |
|---|---|---|
| 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 |