summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMika Hyttinen2024-03-22 17:51:41 +0200
committerMika Hyttinen2024-03-22 17:51:41 +0200
commit2ba03b98d15606a9471695ed8ea53aa9f38ba90f (patch)
tree03f5800e88551a4afc8d772d7edec74f6085cafe
parent6d1cba9051536e227292dcb3096baf4a9aa1c8bb (diff)
downloadaur-2ba03b98d15606a9471695ed8ea53aa9f38ba90f.tar.gz
Back to default flags
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5c4ff5a0c22..5e9a40f2d51f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cellframe-node-debug
pkgdesc = Cellframe blockchain node with a powerful SDK
pkgver = 5.2.483
- pkgrel = 2
+ pkgrel = 3
url = https://cellframe.net
install = cellframe-node.install
arch = x86_64
@@ -20,8 +20,6 @@ pkgbase = cellframe-node-debug
conflicts = cellframe-node
options = !strip
options = !debug
- options = !buildflags
- options = !makeflags
source = git+https://gitlab.demlabs.net/cellframe/cellframe-node.git#commit=952b0eb04830e3a27f3f051f429479703ece87f6
source = git+https://gitlab.demlabs.net/cellframe/cellframe-sdk.git#commit=13a58fc4c50b0756c9f3485067f9e693c2150ca6
source = git+https://gitlab.demlabs.net/dap/dap-sdk.git#commit=482a2f13f982ee33fcff4863041b3db2eda1a00d
diff --git a/PKGBUILD b/PKGBUILD
index f9e3fc4307ab..be249482e95d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=cellframe-node-debug
_pkgname=cellframe-node
pkgver=5.2.483
-pkgrel=2
+pkgrel=3
pkgdesc="Cellframe blockchain node with a powerful SDK"
arch=('x86_64' 'aarch64')
url="https://cellframe.net"
@@ -30,7 +30,7 @@ md5sums=('SKIP'
'42a6fdb6b79a93d0a31dd33a40456c9c')
install=$_pkgname.install
conflicts=(cellframe-dashboard cellframe-wallet cellframe-node)
-options=(!strip !debug !buildflags !makeflags)
+options=(!strip !debug)
prepare() {
rm -rf "$srcdir/$_pkgname/cellframe-sdk"