summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMika Hyttinen2024-02-09 07:14:24 +0200
committerMika Hyttinen2024-02-09 07:14:24 +0200
commit9a7d55146399a477a99e1c57aeaf2321f1b02762 (patch)
tree81133516adf7797e7a32d8012967682eba9ea61a
parentc8bab8c44681ad74f5c7bf9baaa1ef10cc906bf6 (diff)
downloadaur-9a7d55146399a477a99e1c57aeaf2321f1b02762.tar.gz
Update
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
-rw-r--r--cellframe-node.install12
3 files changed, 5 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 863e844369cc..8c525eb91e7a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cellframe-node-debug
pkgdesc = Cellframe blockchain node with a powerful SDK
- pkgver = 5.2.457
+ pkgver = 5.2.458
pkgrel = 1
url = https://cellframe.net
install = cellframe-node.install
@@ -19,6 +19,7 @@ pkgbase = cellframe-node-debug
conflicts = cellframe-wallet
conflicts = cellframe-node
options = !strip
+ options = !debug
source = git+https://gitlab.demlabs.net/cellframe/cellframe-node.git#commit=4f4d30090a10c1b554f09f1e3ec75713cf7354f1
source = git+https://gitlab.demlabs.net/cellframe/cellframe-sdk.git#commit=b68cf8f6fe8d9d65c1b4e6e13c09b5fef0429359
source = git+https://gitlab.demlabs.net/dap/dap-sdk.git#commit=2c859604bfefbdf0abfce1a3f325bb705326d50c
diff --git a/PKGBUILD b/PKGBUILD
index f7bc1cc7635a..2618ecf97add 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.457
+pkgver=5.2.458
pkgrel=1
pkgdesc="Cellframe blockchain node with a powerful SDK"
arch=('x86_64' 'aarch64')
@@ -30,7 +30,7 @@ md5sums=('SKIP'
'42a6fdb6b79a93d0a31dd33a40456c9c')
install=$_pkgname.install
conflicts=(cellframe-dashboard cellframe-wallet cellframe-node)
-options=(!strip)
+options=(!strip !debug)
prepare() {
rm -rf "$srcdir/$_pkgname/cellframe-sdk"
diff --git a/cellframe-node.install b/cellframe-node.install
index cca07597208d..b641368201bd 100644
--- a/cellframe-node.install
+++ b/cellframe-node.install
@@ -68,18 +68,8 @@ post_install() {
showmsg
}
-pre_upgrade() {
- for _executables in cellframe-node-cli cellframe-node-tool cellframe-node
- do
- if [[ -f "/usr/bin/$_executables" ]]; then unlink "/usr/bin/$_executables" && echo "==> Removing old symlink: ${_executables}"; fi
- done
-}
-
post_upgrade() {
- systemctl is-active --quiet cellframe-node.service && systemctl daemon-reload && systemctl restart cellframe-node.service
- if [[ $(vercmp $2 5.2.400-3) -lt 0 ]]; then
- echo "==> It's recommended to enable cellframe-node-logrotate.timer with: systemctl enable --now cellframe-node-logrotate.timer"
- fi
+ showmsg
}
pre_remove() {