summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMika Hyttinen2024-06-19 04:41:54 +0300
committerMika Hyttinen2024-06-19 04:41:54 +0300
commit5529c253d337f3f984c684f6b4b67c5040e72eae (patch)
tree522a696de4c54d48660e11e8ac1137b1c2357350
parent86f43b84611c8e2ead75bdb3081e6f92dca0e423 (diff)
downloadaur-5529c253d337f3f984c684f6b4b67c5040e72eae.tar.gz
Update to 2.15.15
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--cellframe-dashboard.install4
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02bd101ebc39..02baa32bb480 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cellframe-dashboard
pkgdesc = Super application for managing Cellframe node
- pkgver = 2.15.10
+ pkgver = 2.15.15
pkgrel = 1
url = https://cellframe.net
install = cellframe-dashboard.install
@@ -22,7 +22,7 @@ pkgbase = cellframe-dashboard
conflicts = cellframe-wallet
conflicts = cellframe-node-debug
options = !debug
- source = git+https://gitlab.demlabs.net/cellframe/cellframe-dashboard.git#commit=5fd18089bb6a6e4fb45f1cb3b9b74608fbccb7b3
+ source = git+https://gitlab.demlabs.net/cellframe/cellframe-dashboard.git#commit=5555facf496c0d9098ed48182b73f594690f612d
source = cellframe-node.logrotate
source = cellframe-node-logrotate.timer
source = cellframe-node-logrotate.service
diff --git a/PKGBUILD b/PKGBUILD
index 9e623fc166b6..e523d91e8750 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mika Hyttinen <mika dot hyttinen+arch ät gmail dot com>
pkgname="cellframe-dashboard"
_nodename="cellframe-node"
-pkgver=2.15.10
+pkgver=2.15.15
pkgrel=1
pkgdesc="Super application for managing Cellframe node"
arch=(x86_64 aarch64)
@@ -10,7 +10,7 @@ license=(GPL3)
depends=(qt5-graphicaleffects qt5-base qt5-quickcontrols2 qt5-quickcontrols logrotate libxcrypt-compat)
makedepends=(git qt5-base qt5-declarative cmake python3)
options=(!debug)
-source=(git+https://gitlab.demlabs.net/cellframe/$pkgname.git#commit=5fd18089bb6a6e4fb45f1cb3b9b74608fbccb7b3
+source=(git+https://gitlab.demlabs.net/cellframe/$pkgname.git#commit=5555facf496c0d9098ed48182b73f594690f612d
cellframe-node.logrotate
cellframe-node-logrotate.timer
cellframe-node-logrotate.service
diff --git a/cellframe-dashboard.install b/cellframe-dashboard.install
index 9754103d1784..9aecb194a0a1 100644
--- a/cellframe-dashboard.install
+++ b/cellframe-dashboard.install
@@ -72,7 +72,7 @@ post_install() {
pre_upgrade() {
for _active in cellframe-dashboard.service cellframe-node.service cellframe-node-logrotate.timer
do
- systemctl is-active --quiet $_active.service && systemctl stop $_active.service && echo "+++ Stopped $_active service..."
+ systemctl is-active --quiet $_active.service && systemctl stop --quiet $_active.service && echo "+++ Stopped $_active service..."
done
}
@@ -80,7 +80,7 @@ post_upgrade() {
systemctl daemon-reload
for _active in cellframe-dashboard.service cellframe-node.service cellframe-node-logrotate.timer
do
- systemctl is-enabled --quiet $_active && systemctl start $_active && echo "+++ Started $_active..."
+ systemctl is-enabled --quiet $_active && systemctl restart --quiet $_active && echo "+++ Started $_active..."
done
_showmsg
}