summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoran Nushkov2019-04-02 05:08:24 +0200
committerGoran Nushkov2019-04-02 05:08:24 +0200
commit1362952dea7bb2f252f9a56726bc657a2855c10f (patch)
treec6483952d8a9a225896d5897dc4501d8fa3a935b
parenta48d6cd182c7d883802e1e2b7892bdf5818fa1ec (diff)
downloadaur-1362952dea7bb2f252f9a56726bc657a2855c10f.tar.gz
Added PKGBUILD/tar.xz
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d33decb92f7..1ccf870a8a04 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,8 @@ pkgbase = kong-community-edition
depends = zlib
options = !strip
options = !emptydirs
- source = git+https://github.com/Kong/kong.git#1.1.0
+ 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
pkgname = kong-community-edition
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}"