Update to new release brach

This commit is contained in:
TomZ
2019-05-17 23:29:03 +02:00
parent 76162c08a5
commit 3010a3f61d
3 changed files with 12 additions and 15 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
pkgbase = flowee pkgbase = flowee
pkgdesc = Flowee the Hub pkgdesc = Flowee Bitcoin products
pkgver = 949d9c789 pkgver = 1.5.1
pkgrel = 1 pkgrel = 1
url = https://flowee.org/ url = https://flowee.org/
install = flowee.install install = flowee.install
@@ -13,14 +13,14 @@ pkgbase = flowee
depends = openssl depends = openssl
provides = flowee-hub provides = flowee-hub
backup = etc/flowee/flowee.conf backup = etc/flowee/flowee.conf
source = git+https://gitlab.com/FloweeTheHub/thehub.git#branch=2019.02 source = git+https://gitlab.com/FloweeTheHub/thehub.git#branch=2019.05
source = flowee.logrotate source = flowee.logrotate
source = flowee.conf source = flowee.conf
source = logs.conf source = logs.conf
sha256sums = SKIP sha256sums = SKIP
sha256sums = aff02b3312c88113fe7316152c15f1545233dc8c2062ee8c36d2dbcad4a9f5bf sha256sums = aff02b3312c88113fe7316152c15f1545233dc8c2062ee8c36d2dbcad4a9f5bf
sha256sums = bc14acf0d1b4064553756a1e81c0b943e842296f2a2af6442e480b846392e6bc sha256sums = bc14acf0d1b4064553756a1e81c0b943e842296f2a2af6442e480b846392e6bc
sha256sums = 3ec85358d1629a3d41e55710646be6b6a0cda322175779934439432615beba3c sha256sums = 1e74675c7e27837847d5ba0a72fb73ff52f919be5b6e0e630a07735336fe015a
pkgname = flowee pkgname = flowee
+7 -10
View File
@@ -1,9 +1,9 @@
# Maintainer: Tom Zander # Maintainer: Tom Zander
pkgname=flowee pkgname=flowee
pkgver=949d9c789 pkgver=1.5.1
pkgrel=1 pkgrel=1
pkgdesc="Flowee the Hub" pkgdesc="Flowee Bitcoin products"
arch=('x86_64') arch=('x86_64')
url="https://flowee.org/" url="https://flowee.org/"
license=('GPL') license=('GPL')
@@ -12,7 +12,7 @@ makedepends=('boost' 'cmake')
provides=('flowee-hub') provides=('flowee-hub')
backup=("etc/flowee/flowee.conf") backup=("etc/flowee/flowee.conf")
install=flowee.install install=flowee.install
source=("git+https://gitlab.com/FloweeTheHub/thehub.git#branch=2019.04" source=("git+https://gitlab.com/FloweeTheHub/thehub.git#branch=2019.05"
"flowee.logrotate" "flowee.logrotate"
"flowee.conf" "flowee.conf"
"logs.conf") "logs.conf")
@@ -20,17 +20,12 @@ source=("git+https://gitlab.com/FloweeTheHub/thehub.git#branch=2019.04"
sha256sums=('SKIP' sha256sums=('SKIP'
"aff02b3312c88113fe7316152c15f1545233dc8c2062ee8c36d2dbcad4a9f5bf" "aff02b3312c88113fe7316152c15f1545233dc8c2062ee8c36d2dbcad4a9f5bf"
"bc14acf0d1b4064553756a1e81c0b943e842296f2a2af6442e480b846392e6bc" "bc14acf0d1b4064553756a1e81c0b943e842296f2a2af6442e480b846392e6bc"
"3ec85358d1629a3d41e55710646be6b6a0cda322175779934439432615beba3c") "1e74675c7e27837847d5ba0a72fb73ff52f919be5b6e0e630a07735336fe015a")
pkgver() {
cd "$srcdir/thehub"
git rev-parse --short HEAD
}
build() { build() {
mkdir -p build mkdir -p build
cd build cd build
cmake -Dmark_release=true -Dbuild_tests=true -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=$pkgdir/usr/ ../thehub cmake -Dbuild_tests=true -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=$pkgdir/usr/ ../thehub
make -j1 univalue leveldb make -j1 univalue leveldb
make make
} }
@@ -50,4 +45,6 @@ package() {
install -Dm 664 "$srcdir/flowee.conf" -t "$pkgdir/etc/flowee" install -Dm 664 "$srcdir/flowee.conf" -t "$pkgdir/etc/flowee"
install -Dm 664 "$srcdir/logs.conf" -t "$pkgdir/etc/flowee" install -Dm 664 "$srcdir/logs.conf" -t "$pkgdir/etc/flowee"
install -Dm 644 "$srcdir/thehub/support/thehub.service" -t "$pkgdir/usr/lib/systemd/system" install -Dm 644 "$srcdir/thehub/support/thehub.service" -t "$pkgdir/usr/lib/systemd/system"
install -Dm 644 "$srcdir/thehub/support/indexer.service" -t "$pkgdir/usr/lib/systemd/system"
install -Dm 664 "$srcdir/thehub/support/indexer.conf" -t "$pkgdir/etc/flowee"
} }
+1 -1
View File
@@ -4,7 +4,7 @@
channel file channel file
# timestamp option takes [time, millisecond, date]. Any combination allowed. None of these 3 for no timestamps # timestamp option takes [time, millisecond, date]. Any combination allowed. None of these 3 for no timestamps
option timestamp time millisecond option timestamp time millisecond
option path /var/log/flowee/hub.log option path /var/log/flowee/
# this makes the log go to the journal. # this makes the log go to the journal.
channel console channel console