Search Criteria
Package Details: infracost 0.10.44-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/infracost.git (read-only, click to copy) |
|---|---|
| Package Base: | infracost |
| Description: | Cloud cost estimates for Terraform |
| Upstream URL: | https://github.com/infracost/infracost |
| Keywords: | iac infracost terraform |
| Licenses: | Apache |
| Conflicts: | infracost-bin |
| Provides: | infracost |
| Submitter: | raydelrosario |
| Maintainer: | SeniorDevOps |
| Last Packager: | SeniorDevOps |
| Votes: | 2 |
| Popularity: | 0.000000 |
| First Submitted: | 2021-02-19 21:52 (UTC) |
| Last Updated: | 2026-04-08 13:49 (UTC) |
Dependencies (4)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, go-binAUR, goup-rsAUR, gcc-go-snapshotAUR, gcc-go) (make)
Latest Comments
lmartinez-mirror commented on 2022-08-16 21:19 (UTC)
Thanks for the report, I'll push a fix soon.
asart commented on 2022-08-16 21:00 (UTC)
Infracost seems to be expecting a version in the form of
v0.10.10and currently the PKGBUILD sets'${url#https://}/internal/version.Version=$pkgver'"which omits thevin the front and thus results in infracost erroneously reporting a newer version available.A simple fix is to change the PKGBUILD to instead use
'${url#https://}/internal/version.Version=v$pkgver'".anthr76 commented on 2021-07-22 16:20 (UTC)
Does this package need a maintainer?