summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJulien Nicoulaud2019-02-19 16:19:20 +0100
committerJulien Nicoulaud2019-02-19 16:19:20 +0100
commit3dacdc1bf3dc9f81734f2f1b9217d2cfacd47a58 (patch)
tree37e25de0e44f25bc45da0f60998d11415c3c60f1 /PKGBUILD
parent81c143c664a03ef2afaa579e728c16de3178783f (diff)
downloadaur-3dacdc1bf3dc9f81734f2f1b9217d2cfacd47a58.tar.gz
4.2.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b25493d1362d..f776c8ee91c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
# Maintainer: Julien Nicoulaud <julien dot nicoulaud at gmail dot com>
pkgname='concourse-fly'
-pkgver=4.2.2
+pkgver=4.2.3
pkgrel=1
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-pie')
+makedepends=('go-pie' 'git')
provides=("${pkgname}")
conflicts=("${pkgname}-bin" "${pkgname}-git")
source=("git+https://github.com/concourse/concourse.git#tag=v${pkgver}")