summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsetBoolean2021-05-01 13:59:49 +0200
committersetBoolean2021-05-01 13:59:49 +0200
commita7a63622d9cc871544ba44299d2c7d47b2f47649 (patch)
tree36f5bd8f84823e0284443db104dc4f486ffdfcf7
parentcdef61335fb475306b279ccd99cdc86fe93949a9 (diff)
downloadaur-a7a63622d9cc871544ba44299d2c7d47b2f47649.tar.gz
add config warning
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rwxr-xr-xgoshimmer.install6
3 files changed, 8 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 887078f207a3..b6f59074f1db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = goshimmer-bin
pkgdesc = GoShimmer implementation of Coordicide (official precompiled binary)
pkgver = 0.5.7
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/iotaledger/goshimmer
install = goshimmer.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index a8f6f7556849..622f4a387fb9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="goshimmer-bin"
_pkgname="goshimmer"
pkgver="0.5.7"
-pkgrel="1"
+pkgrel="2"
pkgdesc="GoShimmer implementation of Coordicide (official precompiled binary)"
arch=('x86_64')
url="https://github.com/iotaledger/goshimmer"
diff --git a/goshimmer.install b/goshimmer.install
index b5e0bd5cb226..83ac78ade406 100755
--- a/goshimmer.install
+++ b/goshimmer.install
@@ -13,6 +13,12 @@ post_install() {
post_upgrade() {
chown -R goshimmer:goshimmer /var/lib/goshimmer /etc/goshimmer
+
+ printf "#############################################################################################\
+ \n# Please diff your config in /etc/goshimmer/config.json with the new one provided by the #\
+ \n# package in /etc/goshimmer/config.json.pacnew for any changes made upstream as the upgrade #\
+ \n# process doesn't touch your existing configuration. #\
+ \n#############################################################################################\n"
}
pre_remove() {