summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTom Whitwell2020-09-29 11:53:11 +0100
committerTom Whitwell2020-09-29 11:53:11 +0100
commitfa30f6bba11b39dc0e43773cb2f20a1088ecb6d4 (patch)
tree18422c06f43e150911e191d700b0d00e6eeb32fa /PKGBUILD
parent23e3ca77268a18314e8d5d3f846c9d6473c83b36 (diff)
downloadaur-gds-cli-git.tar.gz
Hardcode branch name to main
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7e1e19e6e098..7c8f9b961a01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Tom Whitwell <tom.whitwell@digital.cabinet-office.gov.uk>
pkgname=gds-cli-git
-pkgver=2.5.0.r4.g0d39742
+pkgver=3.0.0.r11.g52ceac3
pkgrel=1
pkgdesc="CLI for GDS Staff"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ optdepends=("aws-cli: CLI for Amazon AWS"
makedepends=('git' 'go-pie')
provides=("gds-cli=${pkgver}")
conflicts=('gds-cli')
-source=("${pkgname}"::"git+https://github.com/alphagov/gds-cli")
+source=("${pkgname}"::"git+https://github.com/alphagov/gds-cli#branch=main")
sha512sums=('SKIP')
pkgver() {