Search Criteria
Package Details: repman 0.7.11-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/repman.git (read-only, click to copy) |
---|---|
Package Base: | repman |
Description: | Manage (remote) custom repositories for Arch Linux packages |
Upstream URL: | https://gitlab.com/mipimipi/repman |
Licenses: | GPL3 |
Conflicts: | repman-git |
Submitter: | mipi |
Maintainer: | mipi |
Last Packager: | mipi |
Votes: | 1 |
Popularity: | 0.001605 |
First Submitted: | 2023-04-02 13:43 (UTC) |
Last Updated: | 2024-10-13 08:06 (UTC) |
Dependencies (17)
- binutils
- devtools (devtools32-gitAUR, devtools-gitAUR, devtools-doasAUR)
- devtools-alarm
- pacman (pacman-gitAUR, pacman-stable-fancy-progressAUR)
- asciidoctor (make)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR) (make)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust, rustup) (make)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- make (make-gitAUR) (make)
- distcc (distcc-gitAUR, distcc-arm-avahiAUR) (optional) – for distributed builds
- git (git-gitAUR, git-glAUR) (optional) – to manage packages from AUR
- gnupg (gnupg-gitAUR, gnupg-largekeysAUR) (optional) – in case packages and/or repository DB's should be signed
- google-cloud-cliAUR (google-cloud-cli-liteAUR) (optional) – support of Google Cloud Platform
- openssh (openssh-gitAUR, openssh-gssapiAUR, openssh-dotconfigAUR, openssh-dotconfig-binAUR, openssh-hpn-shimAUR, openssh-selinuxAUR) (optional) – support of SSH-accessible remote storage locations
- rsync (rsync-gitAUR, rsync-reflinkAUR, rsync-reflink-gitAUR) (optional) – support of SSH-accessible remote storage locations
- s3cmd (s3cmd-gitAUR) (optional) – support of AWS S3
Latest Comments
Aftermath commented on 2023-12-24 10:59 (UTC)
Thanks for maintaining this package.
mipi commented on 2023-11-30 07:04 (UTC)
@smorks: I was able to install repman with the latest version of paru (2.0).
mipi commented on 2023-10-26 10:12 (UTC)
In the meantime, I did some tests. It turned out that also yay does not seem to handle architecture-specific dependencies properly (see this issue). However, I was able to install repman with trizen :-)
mipi commented on 2023-10-25 05:54 (UTC) (edited on 2023-10-26 13:31 (UTC) by mipi)
@smorks: repman is available for the architectures x86_64 and Aarch64. Each of these architectures requires a different version of the Arch Linux devtools package (x86_64 requires the package devtools, Aarch64 requires the devtools-alarm package from Arch Linux ARM - and btw: different from what @nachtjasmin wrote in his/her comment, this package exists as you can see here). In the repman PKGBUILD, the architecture-specific declaration of dependencies is done as described in the PKGBUILD doc. Thus, I suspect, that paru does not handle architecture-specific dependencies correctly. To verify this, I suggest that you try out a different AUR helper - maybe yay.
smorks commented on 2023-10-24 18:50 (UTC)
@mipi: i think i can shed some light on this. when i just clone and build directly from the AUR using git, it works fine. however, using an AUR helper (i'm using paru), it complains about the devtools-alarm package missing:
error: could not find all required packages: devtools-alarm (wanted by: repman)
so i'm not sure if this is an issue with this package or with paru.
mipi commented on 2023-10-16 19:19 (UTC)
@nachtjasmin: I could not reproduce the problem. Which command(s) do you execute and which error message do you get?
nachtjasmin commented on 2023-10-16 18:27 (UTC)
The
devtools-alarm
package does not exist, causing the installation to fail even on x64 systems.