summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGoran Nushkov2019-04-02 05:08:24 +0200
committerGoran Nushkov2019-04-02 05:08:24 +0200
commit1362952dea7bb2f252f9a56726bc657a2855c10f (patch)
treec6483952d8a9a225896d5897dc4501d8fa3a935b /PKGBUILD
parenta48d6cd182c7d883802e1e2b7892bdf5818fa1ec (diff)
downloadaur-1362952dea7bb2f252f9a56726bc657a2855c10f.tar.gz
Added PKGBUILD/tar.xz
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e3aebc375252..91625df605d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,15 +11,13 @@ groups=('')
depends=('libyaml' 'luajit' 'openssl' 'pcre' 'zlib')
options=('!strip' '!emptydirs')
install=${pkgname}.install
-source=("git+https://github.com/Kong/kong.git#1.1.0")
-# sha512sums=('755e7b1b2cfae427c1dc49ef5bd0dff72b06fda690438f2b831762268313ce53aa14d3f42d2b8f13f6c3cb3643ef1aa74ffde7ccac14b80dd3fc527d3be5204b')
+source=("https://bintray.com/kong/kong-community-edition-deb/download_file?file_path=dists/kong-community-edition-1.1.0.stretch.all.deb")
+sha512sums=('755e7b1b2cfae427c1dc49ef5bd0dff72b06fda690438f2b831762268313ce53aa14d3f42d2b8f13f6c3cb3643ef1aa74ffde7ccac14b80dd3fc527d3be5204b')
package(){
- # Enter the dir
- # cd "$srcdir"
# Extract package data
- # tar xzf data.tar.gz -C "${pkgdir}"
+ tar xzf data.tar.gz -C "${pkgdir}"
# Fix directories structure differencies
cd "${pkgdir}"