Search Criteria
Package Details: borgtui-git r179.a0f03da-1
Package Actions
| 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) |
Dependencies (8)
- borg (borg-gitAUR, borg2AUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR)
- python-llfuse
- cargo (rust-gitAUR, rust-beta-binAUR, rustup-gitAUR, rust-nightly-binAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
- rustup (rustup-gitAUR) (make)
- restic (restic-gitAUR) (optional)
Latest Comments
gyscos commented on 2025-10-09 19:52 (UTC)
Is it possible to enable the
rusticfeature?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?
rustupprovidesrust, so if you have rustup installed, that'll work. Requiringrustis more flexible this way. In particular, it seems thatmakechrootpkg(used, among other things, byparuto build packages in a chroot) does not work well with rustup.Also, note that both
rustupandrustnow providecargo, no need to list it separately.ryonia commented on 2025-08-14 08:26 (UTC)
Unable to compile my end:
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.