Search Criteria
Package Details: concourse-git v7.9.0.r17.gf3cb492d1-3
Package Actions
| Git Clone URL: | https://aur.archlinux.org/concourse-git.git (read-only, click to copy) |
|---|---|
| Package Base: | concourse-git |
| Description: | Concourse is a container-based continuous thing-doer written in Go and Elm |
| Upstream URL: | https://concourse-ci.org |
| Licenses: | custom:Apache-2.0 |
| Conflicts: | concourse, concourse-bin |
| Submitter: | cheatsc |
| Maintainer: | cheatsc |
| Last Packager: | cheatsc |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2021-10-28 00:34 (UTC) |
| Last Updated: | 2023-01-05 19:03 (UTC) |
Dependencies (6)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, go-binAUR, goup-rsAUR, gcc-go) (make)
- yarn (yarn-berryAUR, corepackerAUR, yarn-corepackAUR) (make)
- cni-plugins (cni-plugins-binAUR) (optional)
- concourse-resource-typesAUR (optional)
- containerd (cri-containerd-binAUR) (optional)
- postgresql (postgresql-12AUR, postgresql-gitAUR, postgresql16-docsAUR, postgresql16AUR, postgresql13AUR, postgresql15-docsAUR, postgresql15AUR, postgresql18-docsAUR, postgresql18AUR) (optional)
Latest Comments
cheatsc commented on 2023-01-05 18:31 (UTC)
@ei-grad Thank you for your comment! I updated the PKGBUILD to set the concourse version without commit id.
ei-grad commented on 2023-01-03 09:05 (UTC)
Maybe
pkgvercould be adjusted to contain onlyv7.9.0part without-rXXX.<commit_sha>? Like thegit describe --abbrev=0 --tagsoutput.With current
v7.9.0.r2.g724f1ea0bfly says "error: Wrong number of components" - https://github.com/concourse/concourse/blob/5d931af/fly/version/version.go#L15-L22.