You've already forked thehub-aur
Update to new release brach
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
pkgbase = flowee
|
||||
pkgdesc = Flowee the Hub
|
||||
pkgver = 949d9c789
|
||||
pkgdesc = Flowee Bitcoin products
|
||||
pkgver = 1.5.1
|
||||
pkgrel = 1
|
||||
url = https://flowee.org/
|
||||
install = flowee.install
|
||||
@@ -13,14 +13,14 @@ pkgbase = flowee
|
||||
depends = openssl
|
||||
provides = flowee-hub
|
||||
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.conf
|
||||
source = logs.conf
|
||||
sha256sums = SKIP
|
||||
sha256sums = aff02b3312c88113fe7316152c15f1545233dc8c2062ee8c36d2dbcad4a9f5bf
|
||||
sha256sums = bc14acf0d1b4064553756a1e81c0b943e842296f2a2af6442e480b846392e6bc
|
||||
sha256sums = 3ec85358d1629a3d41e55710646be6b6a0cda322175779934439432615beba3c
|
||||
sha256sums = 1e74675c7e27837847d5ba0a72fb73ff52f919be5b6e0e630a07735336fe015a
|
||||
|
||||
pkgname = flowee
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# Maintainer: Tom Zander
|
||||
|
||||
pkgname=flowee
|
||||
pkgver=949d9c789
|
||||
pkgver=1.5.1
|
||||
pkgrel=1
|
||||
pkgdesc="Flowee the Hub"
|
||||
pkgdesc="Flowee Bitcoin products"
|
||||
arch=('x86_64')
|
||||
url="https://flowee.org/"
|
||||
license=('GPL')
|
||||
@@ -12,7 +12,7 @@ makedepends=('boost' 'cmake')
|
||||
provides=('flowee-hub')
|
||||
backup=("etc/flowee/flowee.conf")
|
||||
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.conf"
|
||||
"logs.conf")
|
||||
@@ -20,17 +20,12 @@ source=("git+https://gitlab.com/FloweeTheHub/thehub.git#branch=2019.04"
|
||||
sha256sums=('SKIP'
|
||||
"aff02b3312c88113fe7316152c15f1545233dc8c2062ee8c36d2dbcad4a9f5bf"
|
||||
"bc14acf0d1b4064553756a1e81c0b943e842296f2a2af6442e480b846392e6bc"
|
||||
"3ec85358d1629a3d41e55710646be6b6a0cda322175779934439432615beba3c")
|
||||
|
||||
pkgver() {
|
||||
cd "$srcdir/thehub"
|
||||
git rev-parse --short HEAD
|
||||
}
|
||||
"1e74675c7e27837847d5ba0a72fb73ff52f919be5b6e0e630a07735336fe015a")
|
||||
|
||||
build() {
|
||||
mkdir -p 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
|
||||
}
|
||||
@@ -50,4 +45,6 @@ package() {
|
||||
install -Dm 664 "$srcdir/flowee.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/indexer.service" -t "$pkgdir/usr/lib/systemd/system"
|
||||
install -Dm 664 "$srcdir/thehub/support/indexer.conf" -t "$pkgdir/etc/flowee"
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
channel file
|
||||
# timestamp option takes [time, millisecond, date]. Any combination allowed. None of these 3 for no timestamps
|
||||
option timestamp time millisecond
|
||||
option path /var/log/flowee/hub.log
|
||||
option path /var/log/flowee/
|
||||
|
||||
# this makes the log go to the journal.
|
||||
channel console
|
||||
|
||||
Reference in New Issue
Block a user