Package Details: borgtui-git r179.a0f03da-1

Git Clone URL: https://aur.archlinux.org/borgtui-git.git (read-only, click to copy)
Package Base: borgtui-git
Description: Like borgmatic, but with a TUI to help automate borg backups :^)
Upstream URL: https://www.github.com/dpbriggs/borgtui
Licenses: GPL3
Conflicts: borgtui
Provides: borgtui
Submitter: dpbriggs
Maintainer: dpbriggs
Last Packager: dpbriggs
Votes: 2
Popularity: 0.000000
First Submitted: 2023-05-22 00:12 (UTC)
Last Updated: 2025-09-07 16:10 (UTC)

Required by (0)

Sources (1)

Latest Comments

gyscos commented on 2025-10-09 19:52 (UTC)

Is it possible to enable the rustic feature?

https://github.com/dpbriggs/borgtui?tab=readme-ov-file#upgrading-to-060---rustic-is-now-optional

Thanks!

gyscos commented on 2025-10-09 19:41 (UTC) (edited on 2025-10-09 20:32 (UTC) by gyscos)

Hi! Does this package really need rustup, or could it just list rust as a makedepend?

rustup provides rust, so if you have rustup installed, that'll work. Requiring rust is more flexible this way. In particular, it seems that makechrootpkg (used, among other things, by paru to build packages in a chroot) does not work well with rustup.

Also, note that both rustup and rust now provide cargo, no need to list it separately.

ryonia commented on 2025-08-14 08:26 (UTC)

Unable to compile my end:

Caused by:
failed to download `base64ct v1.8.0`

Caused by:
unable to get packages from source

Caused by:
failed to parse manifest at `/home/ryonia/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64ct-1.8.0/Cargo.toml`

Caused by:
feature `edition2024` is required

The package requires the Cargo feature called `edition2024`, but that feature is not stabilized in this version of Cargo (1.81.0 (2dbb1af80 2024-08-20)).
Consider trying a newer version of Cargo (this may require the nightly release).
See https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#edition-2024 for more information about the status of this feature.
==> ERROR: A failure occurred in build().
Aborting...
error: failed to build 'borgtui-git-r173.fdcf13b-1':
error: packages failed to build: borgtui-git-r173.fdcf13b-1

dpbriggs commented on 2024-08-13 23:52 (UTC)

I've updated the PKGBUILD to include that, thanks!

gyscos commented on 2024-08-12 18:06 (UTC)

Hi,

I believe makepkg recently starting enabling the lto option by default, which can cause issues on rust packages that link to C libraries.

On my machine, this package does not build unless options=('!lto') is used.