summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTom Whitwell2020-02-14 14:49:28 +0000
committerTom Whitwell2020-02-14 14:49:28 +0000
commit23e3ca77268a18314e8d5d3f846c9d6473c83b36 (patch)
treed56284cb49c024c8eef3beee0dfa9b1c798b120a /PKGBUILD
parenta7d367d43ed7a9cf9beab2c367ebbfa03d804fdb (diff)
downloadaur-23e3ca77268a18314e8d5d3f846c9d6473c83b36.tar.gz
Add opt depend for govuk-guix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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')