summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')