summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGoran Nushkov2019-04-04 23:47:50 +0200
committerGoran Nushkov2019-04-04 23:47:50 +0200
commit72249e3579a325a9949f1c47e2e95dd9e259bb38 (patch)
tree4dfd36290ca062ea9071277511888ff8ea049fe7 /PKGBUILD
parent18b4159aedb7f83549294cfef24bd521984de660 (diff)
downloadaur-72249e3579a325a9949f1c47e2e95dd9e259bb38.tar.gz
Openresty added as dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 758241d70f06..c80de53b7b9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('any')
url="https://getkong.org"
license=('Apache')
groups=('')
-depends=('libyaml' 'luajit' 'openssl' 'pcre' 'zlib')
+depends=('libyaml' 'luajit' 'openssl' 'pcre' 'zlib' 'openresty')
options=('!strip' '!emptydirs')
install=${pkgname}.install
source=("https://bintray.com/kong/kong-community-edition-deb/download_file?file_path=dists/kong-community-edition-1.1.0.stretch.all.deb")