summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorAxel Gembe2020-08-26 18:32:12 +0700
committerAxel Gembe2020-08-26 18:32:12 +0700
commit5e6ad6387e506ba830377c0f9cbf5a4556465e54 (patch)
tree34ea195d0142db0110543f1c4f5adfc6f1a23c56 /.SRCINFO
parent6d1cc2585cac27e39fc7082fa15b1d37be81f27c (diff)
downloadaur-fulcrum-git.tar.gz
Version 1.2.9.r22.g22d3d8f
* Removed features= setting, the upstream project can now automatically detect the presence of system rocksdb. * Added optional dependency on jemalloc. Jemalloc is better suited for the memory usage pattern of Fulcrum, which is allocating/freeing lots of random sized buffers from multiple threads, resulting in lots of fragmentation.
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO3
1 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ecadb6d76cd..6d745a0d28c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fulcrum-git
pkgdesc = A fast & nimble SPV server for Bitcoin Cash
- pkgver = 1.1.1.r0.g2bc06f1
+ pkgver = 1.2.9.r22.g22d3d8f
pkgrel = 1
url = https://github.com/cculianu/Fulcrum
arch = any
@@ -8,6 +8,7 @@ pkgbase = fulcrum-git
depends = qt5-base
depends = rocksdb
depends = python
+ optdepends = jemalloc: reduce memory fragmentation (recommended)
provides = fulcrum
conflicts = fulcrum
source = fulcrum-git::git+https://github.com/cculianu/Fulcrum.git