summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Whitwell2020-02-07 17:00:47 +0000
committerTom Whitwell2020-02-07 17:00:47 +0000
commita3d7b59c0011435e459c43660d22d548d4648e74 (patch)
treea1d1e25965a91a5fe8a15e1b803988cada572f05
parent30dcb2e4a9ace26f59e65a8008d91e79cf5f401d (diff)
downloadaur-a3d7b59c0011435e459c43660d22d548d4648e74.tar.gz
fix a flub of the provides flag, plus add gitignore
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore4
-rw-r--r--.python-version1
-rw-r--r--PKGBUILD2
4 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 648b42259c96..f7b2799bec1c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +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
- provides = gds-cli=${pkgver}
+ provides = gds-cli=535.f8b405e
conflicts = gds-cli
source = gds-cli-git::git+https://github.com/alphagov/gds-cli
sha512sums = SKIP
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..fcb263cd7395
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+gds-cli-git
+pkg
+src
+*.tar.xz
diff --git a/.python-version b/.python-version
new file mode 100644
index 000000000000..bec3a35ee8b4
--- /dev/null
+++ b/.python-version
@@ -0,0 +1 @@
+system
diff --git a/PKGBUILD b/PKGBUILD
index 23dc02c52199..8a4957267860 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ optdepends=("aws-cli: CLI for Amazon AWS"
"aws-vault: Manager for AWS Credentials"
"yubikey-manager: Manager for yubikey")
makedepends=('git' 'go')
-provides=('gds-cli=${pkgver}')
+provides=("gds-cli=${pkgver}")
conflicts=('gds-cli')
source=("${pkgname}"::"git+https://github.com/alphagov/gds-cli")
sha512sums=('SKIP')