summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoran Nushkov2019-04-02 04:55:49 +0200
committerGoran Nushkov2019-04-02 04:55:49 +0200
commita48d6cd182c7d883802e1e2b7892bdf5818fa1ec (patch)
tree0a6ec58229af8fa92539c86c437f569d46a45b05
parent6ac1c7c5f4f9c17757ab6f99e95b29cef497eab6 (diff)
downloadaur-a48d6cd182c7d883802e1e2b7892bdf5818fa1ec.tar.gz
Added PKGBUILD/tar.xz
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ddf00ad33e5..9d33decb92f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,7 +14,6 @@ pkgbase = kong-community-edition
options = !strip
options = !emptydirs
source = git+https://github.com/Kong/kong.git#1.1.0
- sha512sums = 755e7b1b2cfae427c1dc49ef5bd0dff72b06fda690438f2b831762268313ce53aa14d3f42d2b8f13f6c3cb3643ef1aa74ffde7ccac14b80dd3fc527d3be5204b
pkgname = kong-community-edition
diff --git a/PKGBUILD b/PKGBUILD
index a881d8e021bb..e3aebc375252 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,11 +12,11 @@ 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')
+# sha512sums=('755e7b1b2cfae427c1dc49ef5bd0dff72b06fda690438f2b831762268313ce53aa14d3f42d2b8f13f6c3cb3643ef1aa74ffde7ccac14b80dd3fc527d3be5204b')
package(){
# Enter the dir
- cd "$srcdir"
+ # cd "$srcdir"
# Extract package data
# tar xzf data.tar.gz -C "${pkgdir}"