summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGoran Nushkov2019-04-06 04:05:27 +0200
committerGoran Nushkov2019-04-06 04:05:27 +0200
commited975bb478c237345ac4aa0fe6ee1253b1c0b47e (patch)
tree70bcd040a56966eae8a6b68bb85787ededc6415d /PKGBUILD
parentab4782f475354f93dc723339cf1cf61412b5d9bb (diff)
downloadaur-ed975bb478c237345ac4aa0fe6ee1253b1c0b47e.tar.gz
Fixed openresty location
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 26b15cb09c3d..5ef30a066405 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('any')
url="https://getkong.org"
license=('Apache')
groups=('')
-depends=('libyaml' 'luajit' 'openresty' 'openssl' 'pcre' 'zlib' 'rsync')
+depends=('libyaml' 'luajit' 'luarocks' 'openresty' 'openssl' 'pcre' 'zlib' 'rsync')
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")