Search Criteria
Package Details: resticprofile 0.30.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/resticprofile.git (read-only, click to copy) |
---|---|
Package Base: | resticprofile |
Description: | Configuration profiles manager and scheduler for restic backup |
Upstream URL: | https://github.com/creativeprojects/resticprofile |
Licenses: | GPL-3.0-only |
Submitter: | metalspork |
Maintainer: | yan12125 (lilac) |
Last Packager: | lilac |
Votes: | 9 |
Popularity: | 0.74 |
First Submitted: | 2021-02-09 03:30 (UTC) |
Last Updated: | 2025-04-05 04:57 (UTC) |
Dependencies (4)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- restic (restic-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, gcc-go) (make)
Latest Comments
« First ‹ Previous 1 2
yan12125 commented on 2024-01-06 05:23 (UTC)
Hmm, what's the benefit of avoiding Internet connection in build() while still allowing it in prepare()? In either cases, downloaded sources are not directly verified by makepkg. (still verified indirectly via go.sum included in the tarball in this case)
dreieck commented on 2024-01-05 14:48 (UTC)
Can you please move all that (go-specific) download stuff out from
build()
intoprepare()
, so that no internet connection is needed inbuild()
andpackage()
?:Regards and thanks for maintaining!
yan12125 commented on 2023-09-30 02:49 (UTC)
FWIW, here is a working PKGBUILD for 0.23.0
faisalm commented on 2021-10-14 03:39 (UTC)
Upgrade to 0.15.0 just requires a change to the version and sha256sum in the PKGBUILD.
« First ‹ Previous 1 2