summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorD1ceWard2022-03-30 02:00:06 +0200
committerD1ceWard2022-03-30 02:00:06 +0200
commit654a454685184d140a77022eec5dc4035b87a567 (patch)
tree6140675e133b7a2d748d2f20d36c1e368f1cf470 /PKGBUILD
parent9b5751dc18459cc98e153f4874ae4d20061d7674 (diff)
downloadaur-654a454685184d140a77022eec5dc4035b87a567.tar.gz
upgpkg: dokku 0.27.0-2
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'