summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMika Hyttinen2024-02-14 04:51:15 +0200
committerMika Hyttinen2024-02-14 04:51:15 +0200
commit863ec2b9f94176a0552a2fa8b66454004c170856 (patch)
treec5001d2e4b3067fe64b8b9bc77976ff2aa1b18bf
parent05168057d0e3eb448818f249cb2347060a95daef (diff)
downloadaur-863ec2b9f94176a0552a2fa8b66454004c170856.tar.gz
Update to 5.2.460
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
-rw-r--r--cellframe-node.install2
3 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03fd20aef24b..181f9e677cc1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cellframe-node-debug
pkgdesc = Cellframe blockchain node with a powerful SDK
- pkgver = 5.2.459
+ pkgver = 5.2.460
pkgrel = 1
url = https://cellframe.net
install = cellframe-node.install
@@ -20,9 +20,9 @@ pkgbase = cellframe-node-debug
conflicts = cellframe-node
options = !strip
options = !debug
- source = git+https://gitlab.demlabs.net/cellframe/cellframe-node.git#commit=72b6407e3c1e2b21d35d8d7deb3b498d6f2db2f0
+ source = git+https://gitlab.demlabs.net/cellframe/cellframe-node.git#commit=54306339c8f737b88ddcf494bef9be791c7854ba
source = git+https://gitlab.demlabs.net/cellframe/cellframe-sdk.git#commit=b68cf8f6fe8d9d65c1b4e6e13c09b5fef0429359
- source = git+https://gitlab.demlabs.net/dap/dap-sdk.git#commit=00041d31b97faeaf3a552de1a5a5a9f9946566aa
+ source = git+https://gitlab.demlabs.net/dap/dap-sdk.git#commit=1ebe163b570bd03b299e5ef073ba15a2cd0b077e
source = git+https://gitlab.demlabs.net/cellframe/python-cellframe.git#commit=30ec106625c937bd56cf79b1e6e6baf649a0c31e
source = cellframe-node.logrotate
source = cellframe-node-logrotate.service
diff --git a/PKGBUILD b/PKGBUILD
index 76f7ad55d565..bf5cd44f6784 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mika Hyttinen <mika dot hyttinen+arch ät gmail dot com>
pkgname=cellframe-node-debug
_pkgname=cellframe-node
-pkgver=5.2.459
+pkgver=5.2.460
pkgrel=1
pkgdesc="Cellframe blockchain node with a powerful SDK"
arch=('x86_64' 'aarch64')
@@ -10,9 +10,9 @@ license=('LGPL3')
makedepends=(git cmake python3)
depends=(logrotate libxcrypt-compat)
provides=("cellframe-node" "cellframe-node-cli" "cellframe-node-tool")
-source=(git+https://gitlab.demlabs.net/cellframe/$_pkgname.git#commit=72b6407e3c1e2b21d35d8d7deb3b498d6f2db2f0
+source=(git+https://gitlab.demlabs.net/cellframe/$_pkgname.git#commit=54306339c8f737b88ddcf494bef9be791c7854ba
git+https://gitlab.demlabs.net/cellframe/cellframe-sdk.git#commit=b68cf8f6fe8d9d65c1b4e6e13c09b5fef0429359
- git+https://gitlab.demlabs.net/dap/dap-sdk.git#commit=00041d31b97faeaf3a552de1a5a5a9f9946566aa
+ git+https://gitlab.demlabs.net/dap/dap-sdk.git#commit=1ebe163b570bd03b299e5ef073ba15a2cd0b077e
git+https://gitlab.demlabs.net/cellframe/python-cellframe.git#commit=30ec106625c937bd56cf79b1e6e6baf649a0c31e
cellframe-node.logrotate
cellframe-node-logrotate.service
diff --git a/cellframe-node.install b/cellframe-node.install
index b641368201bd..aa58000ecbe3 100644
--- a/cellframe-node.install
+++ b/cellframe-node.install
@@ -69,6 +69,8 @@ post_install() {
}
post_upgrade() {
+ systemctl daemon-reload
+ systemctl is-active --quiet cellframe-node.service && systemctl restart cellframe-node.service
showmsg
}