summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2eae922ebefd..c82598acc4c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Tue Oct 25 21:00:38 UTC 2016
pkgbase = helios-git
pkgdesc = Spotify Helios - Docker container orchestration platform
- pkgver = 0.8.420.r0.ga0381bc
+ pkgver = 0.9.45.r0.gc6779ee
pkgrel = 1
arch = any
license = Apache
@@ -9,7 +11,7 @@ pkgbase = helios-git
depends = docker
depends = java-runtime
depends = zookeeper
- source = helios-git::git+ssh://git@github.com/spotify/helios.git
+ source = helios-git::git+https://github.com/spotify/helios.git
source = helios-master.service
source = helios-agent.service
source = helios-env.sh
diff --git a/PKGBUILD b/PKGBUILD
index 27204becc53c..e2b78dbf7471 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: David Flemström <dflemstr@spotify.com>
pkgname=helios-git
-pkgver=0.8.420.r0.ga0381bc
+pkgver=0.9.45.r0.gc6779ee
pkgrel=1
pkgdesc="Spotify Helios - Docker container orchestration platform"
license=('Apache')
@@ -8,7 +8,7 @@ license=('Apache')
arch=('any')
depends=('docker' 'java-runtime' 'zookeeper')
makedepends=('git' 'maven')
-source=("$pkgname::git+ssh://git@github.com/spotify/helios.git"
+source=("$pkgname::git+https://github.com/spotify/helios.git"
'helios-master.service'
'helios-agent.service'
'helios-env.sh')