Search Criteria
Package Details: aws-rotate-key 1.2.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/aws-rotate-key.git (read-only, click to copy) |
|---|---|
| Package Base: | aws-rotate-key |
| Description: | Easily rotate your AWS access key. 🔑 |
| Upstream URL: | https://github.com/stefansundin/aws-rotate-key |
| Keywords: | aws |
| Licenses: | MIT |
| Submitter: | stefansundin |
| Maintainer: | stefansundin |
| Last Packager: | stefansundin |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2023-10-20 04:32 (UTC) |
| Last Updated: | 2024-11-21 09:02 (UTC) |
Dependencies (1)
- go (go-gitAUR, gcc-go-gitAUR, goup-rsAUR, gcc-go-snapshotAUR, go-binAUR, gcc-go) (make)
Latest Comments
stefansundin commented on 2024-05-18 19:25 (UTC)
Thank you Tom. I believe I have fixed the problem. Sorry for the inconvenience.
TomBoshoven commented on 2024-05-17 22:02 (UTC)
Current PKGBUILD is not functioning due to a directory name mismatch.
It works if you replace
cd "$srcdir/$pkgname"bycd "$srcdir/$pkgname-$pkgver"(two locations).