summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMika Hyttinen2024-01-22 17:59:02 +0200
committerMika Hyttinen2024-01-22 17:59:02 +0200
commita79e205740e06305d0e04addc0e79028e8db096e (patch)
tree7c908481cc455228e250aae35a324810288b6251
parent47f00d3b31f46d926cb3c47664c81143b5804ccb (diff)
downloadaur-a79e205740e06305d0e04addc0e79028e8db096e.tar.gz
Fix stripping of debug symbols
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de16b0ee5f5e..2061df85683b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cellframe-node-debug
pkgdesc = Cellframe blockchain node with a powerful SDK
pkgver = 5.2.419
- pkgrel = 1
+ pkgrel = 2
url = https://cellframe.net
install = cellframe-node.install
arch = x86_64
@@ -18,6 +18,7 @@ pkgbase = cellframe-node-debug
conflicts = cellframe-dashboard
conflicts = cellframe-wallet
conflicts = cellframe-node
+ options = !strip
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
diff --git a/PKGBUILD b/PKGBUILD
index 7745b35bb427..d9c2c522d02a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=cellframe-node-debug
_pkgname=cellframe-node
pkgver=5.2.419
-pkgrel=1
+pkgrel=2
pkgdesc="Cellframe blockchain node with a powerful SDK"
arch=('x86_64' 'aarch64')
url="https://cellframe.net"
@@ -28,6 +28,7 @@ md5sums=('SKIP'
'72472d529b38f06a78f37ac659b18d65')
install=$_pkgname.install
conflicts=(cellframe-dashboard cellframe-wallet cellframe-node)
+options=(!strip)
prepare() {
rm -rf "$srcdir/$_pkgname/cellframe-sdk"