summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD1ceWard2022-07-12 09:48:19 +0200
committerD1ceWard2022-07-12 09:48:19 +0200
commite9c7f487a95f2040811dcf603b0cf805acdda283 (patch)
tree5d40178bdf36e5e639d1054b493be6669c529661
parent1b410dfd749b8fa972c7e90742fe312a00ff9bff (diff)
downloadaur-e9c7f487a95f2040811dcf603b0cf805acdda283.tar.gz
upgpkg: dokku 0.27.5-2
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f7382737158..a45196263375 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = dokku
pkgdesc = Docker-powered PaaS that helps build and manage the lifecycle of applications
pkgver = 0.27.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/dokku/dokku
install = dokku.install
arch = any
license = MIT
depends = bash-completion
+ depends = bind
depends = cpio
depends = curl
depends = docker
diff --git a/PKGBUILD b/PKGBUILD
index 9003c0e2aeef..f41a0423b2f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
pkgname=dokku
pkgver=0.27.5
-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'
license=('MIT')
depends=(
'bash-completion'
+ 'bind'
'cpio'
'curl'
'docker'