summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpancho horrillo2018-05-02 20:56:51 +0200
committerpancho horrillo2018-05-02 20:56:51 +0200
commitdb7cbe88d435b46733193f3d6b2bd5894a56a78b (patch)
tree75faf51038d454089bd04aed0b87e5da01fe1548
parent664613c42ab786dd05d554772a14c72369f439d2 (diff)
downloadaur-db7cbe88d435b46733193f3d6b2bd5894a56a78b.tar.gz
Update upstream URL
A couple of months ago the concourse folks lost their concourse.ci domain, and are now using concourse-ci.org
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de3ac0157532..96378aa7b3ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = concourse-bin
pkgdesc = Concourse is a pipeline-based CI system written in Go.
pkgver = v3.13.0
- pkgrel = 1
- url = https://concourse.ci/introduction.html
+ pkgrel = 2
+ url = https://concourse-ci.org
arch = x86_64
license = Apache
provides = concourse
diff --git a/PKGBUILD b/PKGBUILD
index 85213c98011a..0530d3b018ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@
_pkgname='concourse'
pkgname="${_pkgname}-bin"
pkgver=v3.13.0
-pkgrel=1
+pkgrel=2
pkgdesc='Concourse is a pipeline-based CI system written in Go.'
arch=(x86_64)
-url='https://concourse.ci/introduction.html'
+url='https://concourse-ci.org'
license=('Apache')
provides=("${_pkgname}")
replaces=("${_pkgname}")