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 5922394bf896..c4520dafb2c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = dokku
pkgdesc = Docker powered mini-Heroku in around 100 lines of Bash.
pkgver = 0.18.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/dokku/dokku
install = dokku.install
arch = any
license = MIT
depends = bind-tools
depends = docker
+ depends = dos2unix
depends = go
depends = gliderlabs-sigil
depends = herokuish
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'