summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMika Hyttinen2024-01-22 17:24:13 +0200
committerMika Hyttinen2024-01-22 17:24:13 +0200
commit47f00d3b31f46d926cb3c47664c81143b5804ccb (patch)
tree758fe3dc95cb128955c7e3e07f6fca4777b1e061
parent1d13ac6bc4eb27d6c6d373bbcb5a3684f8ebc4cd (diff)
downloadaur-47f00d3b31f46d926cb3c47664c81143b5804ccb.tar.gz
Update to 5.2.419
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bcdd6e7fca43..de16b0ee5f5e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cellframe-node-debug
pkgdesc = Cellframe blockchain node with a powerful SDK
- pkgver = 5.2.417
+ pkgver = 5.2.419
pkgrel = 1
url = https://cellframe.net
install = cellframe-node.install
@@ -18,11 +18,9 @@ pkgbase = cellframe-node-debug
conflicts = cellframe-dashboard
conflicts = cellframe-wallet
conflicts = cellframe-node
- options = !buildflags
- options = !makeflags
- source = git+https://gitlab.demlabs.net/cellframe/cellframe-node.git#commit=7390b96d9b1b6057359fadd781524f8159b3ed4d
- source = git+https://gitlab.demlabs.net/cellframe/cellframe-sdk.git#commit=78c0966d46198a5b5392b318876a26d5936bcd93
- source = git+https://gitlab.demlabs.net/dap/dap-sdk.git#commit=ae38506844701817da1c6843031bb46aec184f5d
+ source = git+https://gitlab.demlabs.net/cellframe/cellframe-node.git#commit=a02263616eccbe3bfe516d341708c6dc02dcf5a2
+ source = git+https://gitlab.demlabs.net/cellframe/cellframe-sdk.git#commit=72c24618768ef047d797cacaa7f503cb0fba7517
+ source = git+https://gitlab.demlabs.net/dap/dap-sdk.git#commit=63a1ccd49a3c9447954add0213c28d353370063f
source = git+https://gitlab.demlabs.net/cellframe/python-cellframe.git#commit=8c61033d60fac596af8121998827394f6fc241c2
source = cellframe-node.logrotate
source = cellframe-node-logrotate.service
diff --git a/PKGBUILD b/PKGBUILD
index 0c3f5b76b1df..7745b35bb427 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.417
+pkgver=5.2.419
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=7390b96d9b1b6057359fadd781524f8159b3ed4d
- git+https://gitlab.demlabs.net/cellframe/cellframe-sdk.git#commit=78c0966d46198a5b5392b318876a26d5936bcd93
- git+https://gitlab.demlabs.net/dap/dap-sdk.git#commit=ae38506844701817da1c6843031bb46aec184f5d
+source=(git+https://gitlab.demlabs.net/cellframe/$_pkgname.git#commit=a02263616eccbe3bfe516d341708c6dc02dcf5a2
+ git+https://gitlab.demlabs.net/cellframe/cellframe-sdk.git#commit=72c24618768ef047d797cacaa7f503cb0fba7517
+ git+https://gitlab.demlabs.net/dap/dap-sdk.git#commit=63a1ccd49a3c9447954add0213c28d353370063f
git+https://gitlab.demlabs.net/cellframe/python-cellframe.git#commit=8c61033d60fac596af8121998827394f6fc241c2
cellframe-node.logrotate
cellframe-node-logrotate.service
@@ -28,7 +28,6 @@ md5sums=('SKIP'
'72472d529b38f06a78f37ac659b18d65')
install=$_pkgname.install
conflicts=(cellframe-dashboard cellframe-wallet cellframe-node)
-options=(!buildflags !makeflags)
prepare() {
rm -rf "$srcdir/$_pkgname/cellframe-sdk"