summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b705cfbdb6f8..7345eddba74f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dokku
pkgdesc = Docker-powered PaaS that helps build and manage the lifecycle of applications
pkgver = 0.31.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/dokku/dokku
install = dokku.install
arch = any
@@ -12,6 +12,7 @@ pkgbase = dokku
depends = curl
depends = docker
depends = docker-compose
+ depends = docker-container-healthchecker
depends = docker-image-labeler
depends = dos2unix
depends = git
diff --git a/PKGBUILD b/PKGBUILD
index 6bd1dcf4b9fa..ce67ebbcb38a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=dokku
pkgver=0.31.1
-pkgrel=1
+pkgrel=2
pkgdesc='Docker-powered PaaS that helps build and manage the lifecycle of applications'
arch=('any')
url='https://github.com/dokku/dokku'
@@ -14,6 +14,7 @@ depends=(
'curl'
'docker'
'docker-compose'
+ 'docker-container-healthchecker'
'docker-image-labeler'
'dos2unix'
'git'