summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoran Nushkov2019-04-06 01:14:03 +0200
committerGoran Nushkov2019-04-06 01:14:03 +0200
commit0e22cf565f1e9d7f7fb35a5b1e39a9c5bb9f8f5e (patch)
tree071bd2e05c5b20fc5518ce73624ed0028dc30659
parent0a9e5454947f00fd3fb5713827fcd87a188dae50 (diff)
downloadaur-0e22cf565f1e9d7f7fb35a5b1e39a9c5bb9f8f5e.tar.gz
Fixed openresty
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dadcb23eddf9..8b749cd2adf5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,6 +12,7 @@ pkgbase = kong-community-edition
depends = pcre
depends = zlib
depends = openresty
+ depends = rsync
options = !strip
options = !emptydirs
source = https://bintray.com/kong/kong-community-edition-deb/download_file?file_path=dists/kong-community-edition-1.1.0.stretch.all.deb
diff --git a/PKGBUILD b/PKGBUILD
index 0763d91f37e3..67aede8ab261 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('any')
url="https://getkong.org"
license=('Apache')
groups=('')
-depends=('libyaml' 'luajit' 'openssl' 'pcre' 'zlib' 'openresty')
+depends=('libyaml' 'luajit' 'openssl' 'pcre' 'zlib' 'openresty' '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")