summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authord1ceward2019-08-14 17:52:33 +0200
committerd1ceward2019-08-14 17:52:33 +0200
commit8f967b89fd383a81fa2a792a3f2da81172bc22b7 (patch)
tree728dc353a7fc4d8339aa6f7f983f95db5c59204c
parent072fe6ae5f57422deb2e19b5cae273f4ebf45d64 (diff)
downloadaur-8f967b89fd383a81fa2a792a3f2da81172bc22b7.tar.gz
upgpkg: dokku 0.18.2-2
-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'