summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabien LEFEBVRE (d1ceward)2023-08-23 18:49:15 +0200
committerFabien LEFEBVRE (d1ceward)2023-08-23 18:49:15 +0200
commit3d5ba10fba065ba709cff06f61e47c9237b8b5a4 (patch)
treee04cf01803c36996ad025747ee38a4b9a6017b3e
parent7346a3e6595c52fb5d071d5f70256af624262912 (diff)
downloadaur-3d5ba10fba065ba709cff06f61e47c9237b8b5a4.tar.gz
upgpkg: dokku 0.31.1-2
-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'