summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Whitwell2020-02-14 14:49:28 +0000
committerTom Whitwell2020-02-14 14:49:28 +0000
commit23e3ca77268a18314e8d5d3f846c9d6473c83b36 (patch)
treed56284cb49c024c8eef3beee0dfa9b1c798b120a
parenta7d367d43ed7a9cf9beab2c367ebbfa03d804fdb (diff)
downloadaur-23e3ca77268a18314e8d5d3f846c9d6473c83b36.tar.gz
Add opt depend for govuk-guix
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec45fb472962..05b69af91432 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,7 @@ pkgbase = gds-cli-git
optdepends = aws-cli: CLI for Amazon AWS
optdepends = aws-vault: Manager for AWS Credentials
optdepends = yubikey-manager: Manager for yubikey
+ optdepends = govuk-guix: CLI tool for managing GOV.UK services
provides = gds-cli=2.5.0.r4.g0d39742
conflicts = gds-cli
source = gds-cli-git::git+https://github.com/alphagov/gds-cli
diff --git a/PKGBUILD b/PKGBUILD
index 6968e40661eb..7e1e19e6e098 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,8 @@ url="https://github.com/alphagov/gds-cli"
license=('unknown')
optdepends=("aws-cli: CLI for Amazon AWS"
"aws-vault: Manager for AWS Credentials"
- "yubikey-manager: Manager for yubikey")
+ "yubikey-manager: Manager for yubikey"
+ "govuk-guix: CLI tool for managing GOV.UK services")
makedepends=('git' 'go-pie')
provides=("gds-cli=${pkgver}")
conflicts=('gds-cli')