Package Details: btrbk-git 0.32.6.r0.g5e44bc6-1

Git Clone URL: https://aur.archlinux.org/btrbk-git.git (read-only, click to copy)
Package Base: btrbk-git
Description: Tool for creating snapshots and remote backups of btrfs subvolumes
Upstream URL: https://digint.ch/btrbk/
Licenses: GPL3
Conflicts: btrbk
Provides: btrbk
Submitter: TH3L0N3W0LF
Maintainer: willemw
Last Packager: willemw
Votes: 4
Popularity: 0.000024
First Submitted: 2015-04-02 14:50 (UTC)
Last Updated: 2023-03-26 06:54 (UTC)

Dependencies (9)

Required by (1)

Sources (1)

Latest Comments

milkii commented on 2022-12-31 18:35 (UTC)

Needs not just a provides but a conflicts for btrbk.

error: failed to commit transaction (conflicting files)
btrbk-git: /etc/btrbk/btrbk.conf.example exists in filesystem (owned by btrbk)
btrbk-git: /usr/bin/btrbk exists in filesystem (owned by btrbk)
btrbk-git: /usr/bin/lsbtr exists in filesystem (owned by btrbk)
btrbk-git: /usr/lib/systemd/system/btrbk.service exists in filesystem (owned by btrbk)
btrbk-git: /usr/lib/systemd/system/btrbk.timer exists in filesystem (owned by btrbk)
btrbk-git: /usr/share/bash-completion/completions/btrbk exists in filesystem (owned by btrbk)
btrbk-git: /usr/share/bash-completion/completions/lsbtr exists in filesystem (owned by btrbk)
btrbk-git: /usr/share/btrbk/scripts/btrbk-mail exists in filesystem (owned by btrbk)
btrbk-git: /usr/share/btrbk/scripts/btrbk-verify exists in filesystem (owned by btrbk)
btrbk-git: /usr/share/btrbk/scripts/btrbk_restore_raw.py exists in filesystem (owned by btrbk)
btrbk-git: /usr/share/btrbk/scripts/kdf_pbkdf2.py exists in filesystem (owned by btrbk)
btrbk-git: /usr/share/btrbk/scripts/raw_suffix2sidecar exists in filesystem (owned by btrbk)
btrbk-git: /usr/share/btrbk/scripts/ssh_filter_btrbk.sh exists in filesystem (owned by btrbk)
btrbk-git: /usr/share/doc/btrbk/ChangeLog exists in filesystem (owned by btrbk)
btrbk-git: /usr/share/doc/btrbk/FAQ.md exists in filesystem (owned by btrbk)
btrbk-git: /usr/share/doc/btrbk/README.md exists in filesystem (owned by btrbk)
btrbk-git: /usr/share/doc/btrbk/upgrade_to_v0.23.0.md exists in filesystem (owned by btrbk)
btrbk-git: /usr/share/man/man1/btrbk.1.gz exists in filesystem (owned by btrbk)
btrbk-git: /usr/share/man/man1/lsbtr.1.gz exists in filesystem (owned by btrbk)
btrbk-git: /usr/share/man/man1/ssh_filter_btrbk.1.gz exists in filesystem (owned by btrbk)
btrbk-git: /usr/share/man/man5/btrbk.conf.5.gz exists in filesystem (owned by btrbk)
Errors occurred, no packages were upgraded.
error: could not set install reason for package btrbk-git (could not find or read package)

willemw commented on 2018-10-26 11:28 (UTC)

'v' should be stripped from pkgver (also removed --tags):

git describe --long | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'

akurei commented on 2018-10-26 11:00 (UTC)

Done. Thanks.

willemw commented on 2018-10-26 10:48 (UTC)

Is 'perl-date-calc' still required?

Omar007 commented on 2018-10-26 10:41 (UTC)

This can't currently be build in a clean chroot. The PKGBUILD should declare 'git' in the makedepends.

Also, as this provides btrbk, the PKGBUILD should also specify that it does. Add; provides=('btrbk')