summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Bruguera2021-01-06 17:12:40 +0100
committerJoan Bruguera2021-01-06 17:12:40 +0100
commit8efb154a125b5af75be023f403c245f4a624e3f1 (patch)
tree064f1da754cfebb093da8b56b48f8915beceabbf
parent7fff90a00b191a2d883c2842f2e17123b1cb1299 (diff)
downloadaur-8efb154a125b5af75be023f403c245f4a624e3f1.tar.gz
Improvement: Add another interesting link about analytics.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rwxr-xr-xinstall.sh1
3 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 344cd270198a..53a67c615fd4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = deck
pkgdesc = decK: Configuration management and drift detection for Kong and Kong Enterprise
pkgver = 1.2.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Kong/deck
install = install.sh
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 54654548a183..fc133cbae901 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Joan Bruguera Micó <joanbrugueram@gmail.com>
pkgname=deck
pkgver=1.2.4
-pkgrel=1
+pkgrel=2
pkgdesc='decK: Configuration management and drift detection for Kong and Kong Enterprise'
arch=('x86_64')
url="https://github.com/Kong/$pkgname"
diff --git a/install.sh b/install.sh
index 3794e709bd09..ddb90781ece4 100755
--- a/install.sh
+++ b/install.sh
@@ -4,6 +4,7 @@ post_install() {
echo "! decK collects anonymized analytics by default"
echo "! It can be disabled by setting the environment variable DECK_ANALYTICS to off"
echo "! For more information, see https://docs.konghq.com/deck/commands/"
+ echo "! https://github.com/Kong/deck/issues/136"
}
post_upgrade() {