summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoran Nushkov2019-04-06 04:05:27 +0200
committerGoran Nushkov2019-04-06 04:05:27 +0200
commited975bb478c237345ac4aa0fe6ee1253b1c0b47e (patch)
tree70bcd040a56966eae8a6b68bb85787ededc6415d
parentab4782f475354f93dc723339cf1cf61412b5d9bb (diff)
downloadaur-ed975bb478c237345ac4aa0fe6ee1253b1c0b47e.tar.gz
Fixed openresty location
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e798acac235..73501bdfb250 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = kong-community-edition
license = Apache
depends = libyaml
depends = luajit
+ depends = luarocks
depends = openresty
depends = openssl
depends = pcre
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")