summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien Nicoulaud2018-12-11 19:20:38 +0100
committerJulien Nicoulaud2018-12-11 19:20:38 +0100
commit81c143c664a03ef2afaa579e728c16de3178783f (patch)
tree01ce29d9ed6793348a945e0f8cc01a93652aee72
parentf1b89d10e3f1e4c7834e8728765d30d53ef63357 (diff)
downloadaur-81c143c664a03ef2afaa579e728c16de3178783f.tar.gz
4.2.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD7
2 files changed, 10 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aaea247f41d4..74043bd30412 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
pkgbase = concourse-fly
pkgdesc = A command line interface that runs a build in a container with ATC.
- pkgver = 4.2.1
- pkgrel = 3
+ pkgver = 4.2.2
+ pkgrel = 1
url = https://concourse-ci.org/fly.html
arch = x86_64
license = Apache
makedepends = go-pie
- provides = fly
- source = git+https://github.com/concourse/concourse.git#tag=v4.2.1
+ provides = concourse-fly
+ conflicts = concourse-fly-bin
+ conflicts = concourse-fly-git
+ source = git+https://github.com/concourse/concourse.git#tag=v4.2.2
sha512sums = SKIP
pkgname = concourse-fly
diff --git a/PKGBUILD b/PKGBUILD
index 71c8cb2befa1..b25493d1362d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,17 @@
# Maintainer: Julien Nicoulaud <julien dot nicoulaud at gmail dot com>
pkgname='concourse-fly'
-pkgver=4.2.1
-pkgrel=3
+pkgver=4.2.2
+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')
+provides=("${pkgname}")
+conflicts=("${pkgname}-bin" "${pkgname}-git")
source=("git+https://github.com/concourse/concourse.git#tag=v${pkgver}")
sha512sums=('SKIP')
-provides=('fly')
prepare() {
cd "${srcdir}/concourse"