summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7a2f36c6d072..d4c621b55fd5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=dokku
pkgver=0.18.2
-pkgrel=1
+pkgrel=2
pkgdesc="Docker powered mini-Heroku in around 100 lines of Bash."
arch=(any)
url="https://github.com/dokku/dokku"
@@ -12,6 +12,7 @@ license=(MIT)
depends=(
'bind-tools'
'docker'
+ 'dos2unix'
'go'
'gliderlabs-sigil'
'herokuish'