summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74043bd30412..c8761b946f0a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = concourse-fly
pkgdesc = A command line interface that runs a build in a container with ATC.
- pkgver = 4.2.2
+ pkgver = 4.2.3
pkgrel = 1
url = https://concourse-ci.org/fly.html
arch = x86_64
license = Apache
makedepends = go-pie
+ makedepends = git
provides = concourse-fly
conflicts = concourse-fly-bin
conflicts = concourse-fly-git
- source = git+https://github.com/concourse/concourse.git#tag=v4.2.2
+ source = git+https://github.com/concourse/concourse.git#tag=v4.2.3
sha512sums = SKIP
pkgname = concourse-fly
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}")