summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJulien Nicoulaud2018-12-08 12:28:39 +0100
committerJulien Nicoulaud2018-12-08 12:28:39 +0100
commit07a430b8363bb1aa6b9314efa8902466930a211c (patch)
tree28b6f53b4e4b2a2352193a47e5478d10198225ff /PKGBUILD
parentf57cf7b1983eb74fcf6d54e58c633b09e058bd5f (diff)
downloadaur-07a430b8363bb1aa6b9314efa8902466930a211c.tar.gz
fix version number containing leading "v"
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ffdfbacdd764..dd74d3625e77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
# Maintainer: Julien Nicoulaud <julien dot nicoulaud at gmail dot com>
pkgname='concourse-fly'
-pkgver=v4.2.1
-pkgrel=1
+pkgver=4.2.1
+pkgrel=2
pkgdesc="A command line interface that runs a build in a container with ATC."
arch=(x86_64)
url="https://concourse-ci.org/fly.html"
license=('Apache')
makedepends=('go')
-source=("git+https://github.com/concourse/concourse.git#tag=${pkgver}")
+source=("git+https://github.com/concourse/concourse.git#tag=v${pkgver}")
sha512sums=('SKIP')
provides=('fly')