summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7a2797ad8636..e37b3f12a565 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,13 @@
pkgname=dokku
pkgver=0.27.0
-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'
@@ -23,7 +22,6 @@ depends=(
'jq'
'man-db'
'netrc'
- 'net-tools'
'nginx'
'openbsd-netcat'
'parallel'