summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2017-03-09 19:46:49 -0800
committerAndy Weidenbaum2017-03-09 19:46:49 -0800
commitc1de67b93cc17421783b916b860f4641cce5576e (patch)
tree169d53e08eeeb6849ad2d1dee7a00f93f0e32452
parent395772957654b034cb792407336c31b16c99891c (diff)
downloadaur-c1de67b93cc17421783b916b860f4641cce5576e.tar.gz
increment pkgrel to 4; log cfg, optdepends+=statsd
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e2a3c0d8501..d85147e1144a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Mar 9 23:43:47 UTC 2017
+# Fri Mar 10 03:45:44 UTC 2017
pkgbase = libbitcoin-server
pkgdesc = Bitcoin Full Node and Query Server
pkgver = 3.0.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/libbitcoin/libbitcoin-server
install = bs.install
arch = i686
@@ -32,6 +32,7 @@ pkgbase = libbitcoin-server
depends = libsecp256k1
depends = zeromq
optdepends = libbitcoin-explorer: CurveZMQ client/server authentication
+ optdepends = statsd: log to statistics collection server
backup = etc/obelisk/bs/bs.cfg
backup = etc/logrotate.d/bs
source = libbitcoin-server-3.0.0.tar.gz::https://codeload.github.com/libbitcoin/libbitcoin-server/tar.gz/v3.0.0
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
}