summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndy Weidenbaum2017-03-09 19:46:49 -0800
committerAndy Weidenbaum2017-03-09 19:46:49 -0800
commitc1de67b93cc17421783b916b860f4641cce5576e (patch)
tree169d53e08eeeb6849ad2d1dee7a00f93f0e32452 /PKGBUILD
parent395772957654b034cb792407336c31b16c99891c (diff)
downloadaur-c1de67b93cc17421783b916b860f4641cce5576e.tar.gz
increment pkgrel to 4; log cfg, optdepends+=statsd
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5a1e94e8608f..02cefedac6f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=libbitcoin-server
pkgver=3.0.0
-pkgrel=3
+pkgrel=4
pkgdesc="Bitcoin Full Node and Query Server"
arch=('i686' 'x86_64')
depends=('boost'
@@ -25,7 +25,8 @@ makedepends=('autoconf'
'm4'
'make'
'pkg-config')
-optdepends=('libbitcoin-explorer: CurveZMQ client/server authentication')
+optdepends=('libbitcoin-explorer: CurveZMQ client/server authentication'
+ 'statsd: log to statistics collection server')
groups=('libbitcoin' 'obelisk')
url="https://github.com/libbitcoin/libbitcoin-server"
license=('AGPL3')
@@ -54,6 +55,9 @@ prepare() {
-e 's@^error_file.*@error_file = /var/log/obelisk/bs/error.log@' \
-e 's@^hosts_file.*@hosts_file = /etc/obelisk/hosts.cache@' \
-e 's@^archive_directory.*@archive_directory = /var/log/obelisk/bs@' \
+ -e 's@^rotation_size.*@rotation_size = 5000000@' \
+ -e 's@^maximum_archive_size.*@maximum_archive_size = 35000000@' \
+ -e 's@^maximum_archive_files.*@maximum_archive_files = 7@' \
data/bs.cfg.in
}