podman-bcachefs-bin

LOW
maintainer ticpu 0 votes scanned 2026-09-01 00:11:19.967602
View on AUR
Why flagged

The package re-archives a prebuilt binary from the project's own GitHub release, which is signed and verifiable; the risk is low as it relies on trusted upstream artifacts but does not build from source.

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.

Low AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package re-archives a prebuilt binary from the project's own GitHub release, which is signed and verifiable; the risk is low as it relies on trusted upstream artifacts but does not build from source.

PKGBUILD

1# Maintainer: Jérôme Poulin <jeromepoulin@gmail.com>
2
3# Repackages the podman-bcachefs artifact published by the bcachefs-storage-driver
4# release workflow. Building it from source means compiling podman, which is what
5# packaging/arch/PKGBUILD in that repository does.
6
7pkgname=podman-bcachefs-bin
8_pkgname=podman-bcachefs
9pkgver=6.1.0
10pkgrel=1
11# pkgrel of the published artifact; independent of this package's pkgrel so an
12# AUR-only revision does not break the download URL.
13_binrel=1
14_reltag=v1.3.0
15pkgdesc='A tool for managing OCI containers and pods, with the bcachefs graphdriver compiled in'
16arch=('x86_64')
17url='https://github.com/ticpu/bcachefs-storage-driver'
18license=('Apache-2.0')
19depends=(
20 catatonit
21 conmon
22 containers-common
23 oci-runtime
24 glibc
25 nftables
26 gpgme libgpgme.so
27 libgcc
28 libseccomp libseccomp.so
29 passt
30 shadow
31 sqlite
32)
33optdepends=(
34 'apparmor: for AppArmor support'
35 'bcachefs-tools: inspect the bcachefs backend subvolumes'
36 'btrfs-progs: support btrfs backend devices'
37 'fuse-overlayfs: for deprecated storage driver in rootless environment'
38 'podlet: Generate Podman Quadlet files from a Podman command, compose file, or existing object'
39 'podman-compose: for docker-compose compatibility'
40 'podman-desktop: GUI and tray to manage Podman containers (and Kubernetes pods)'
41)
42provides=("podman=$pkgver" "$_pkgname=$pkgver")
43conflicts=(podman "$_pkgname")
44backup=(etc/containers/storage.conf.d/00-storage-arch.conf)
45options=('!strip' '!debug')
46validpgpkeys=('E5998E49DC9E1DCFDB9B46EC77EBA10790CFFCCD')
47source=("$_pkgname-$pkgver-$_binrel-$CARCH.pkg.tar.zst::$url/releases/download/$_reltag/$_pkgname-$pkgver-$_binrel-$CARCH.pkg.tar.zst"
48 "$_pkgname-$pkgver-$_binrel-$CARCH.pkg.tar.zst.asc::$url/releases/download/$_reltag/$_pkgname-$pkgver-$_binrel-$CARCH.pkg.tar.zst.asc")
49sha256sums=('348aec3e8c4d222c1cc9bd3ece59a5b42776d78766c7138a4f47f4a0af6bd563'
50 'SKIP')
51
52package() {
53 cp -a "$srcdir/etc" "$srcdir/usr" "$pkgdir/"
54}
55

Scan history

Scanned at (UTC)SeverityRules
2026-09-01 00:11:19 Low 2
2026-08-31 23:46:20 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