Update to next version

This commit is contained in:
TomZ
2020-08-16 13:47:40 +02:00
parent d3fb10f244
commit 5730f14292
3 changed files with 5 additions and 30 deletions
+3 -5
View File
@@ -1,6 +1,6 @@
pkgbase = flowee pkgbase = flowee
pkgdesc = Flowee Bitcoin products pkgdesc = Flowee Bitcoin products
pkgver = 2020.04.1 pkgver = 2020.05.1
pkgrel = 1 pkgrel = 1
url = https://flowee.org/ url = https://flowee.org/
install = flowee.install install = flowee.install
@@ -16,15 +16,13 @@ pkgbase = flowee
provides = flowee-hub provides = flowee-hub
provides = flowee-libs provides = flowee-libs
backup = etc/flowee/flowee.conf backup = etc/flowee/flowee.conf
source = https://gitlab.com/FloweeTheHub/thehub/-/archive/2020.04.1/thehub-2020.04.1.tar.gz source = https://gitlab.com/FloweeTheHub/thehub/-/archive/2020.05.1/thehub-2020.05.1.tar.gz
source = flowee.logrotate source = flowee.logrotate
source = flowee.conf source = flowee.conf
source = testing_patch.diff
source = logs.conf source = logs.conf
sha256sums = 0ce651e4fe2b68339629888f31846bdde889b9013b67425177379c356a579bef sha256sums = 29bb480720d28d3a4652699b4952314dd91daa18cec69afe1e83630a51ad43ab
sha256sums = aff02b3312c88113fe7316152c15f1545233dc8c2062ee8c36d2dbcad4a9f5bf sha256sums = aff02b3312c88113fe7316152c15f1545233dc8c2062ee8c36d2dbcad4a9f5bf
sha256sums = bc14acf0d1b4064553756a1e81c0b943e842296f2a2af6442e480b846392e6bc sha256sums = bc14acf0d1b4064553756a1e81c0b943e842296f2a2af6442e480b846392e6bc
sha256sums = b03221ef5cd56f22c6755bc617a8caed39a1dd603c0cc0fee8c05b53c4ddbdfe
sha256sums = 2c94fbbccd6981a22951e4696f72d26aa0b5f7ea32aa48e46a0b6ded909fc3db sha256sums = 2c94fbbccd6981a22951e4696f72d26aa0b5f7ea32aa48e46a0b6ded909fc3db
pkgname = flowee pkgname = flowee
+2 -5
View File
@@ -1,7 +1,7 @@
# Maintainer: Tom Zander # Maintainer: Tom Zander
pkgname=flowee pkgname=flowee
pkgver=2020.04.1 pkgver=2020.05.1
pkgrel=1 pkgrel=1
pkgdesc="Flowee Bitcoin products" pkgdesc="Flowee Bitcoin products"
arch=('x86_64') arch=('x86_64')
@@ -16,17 +16,14 @@ install=flowee.install
source=("https://gitlab.com/FloweeTheHub/thehub/-/archive/$pkgver/thehub-$pkgver.tar.gz" source=("https://gitlab.com/FloweeTheHub/thehub/-/archive/$pkgver/thehub-$pkgver.tar.gz"
"flowee.logrotate" "flowee.logrotate"
"flowee.conf" "flowee.conf"
"testing_patch.diff"
"logs.conf") "logs.conf")
sha256sums=("0ce651e4fe2b68339629888f31846bdde889b9013b67425177379c356a579bef" sha256sums=("29bb480720d28d3a4652699b4952314dd91daa18cec69afe1e83630a51ad43ab"
"aff02b3312c88113fe7316152c15f1545233dc8c2062ee8c36d2dbcad4a9f5bf" "aff02b3312c88113fe7316152c15f1545233dc8c2062ee8c36d2dbcad4a9f5bf"
"bc14acf0d1b4064553756a1e81c0b943e842296f2a2af6442e480b846392e6bc" "bc14acf0d1b4064553756a1e81c0b943e842296f2a2af6442e480b846392e6bc"
"b03221ef5cd56f22c6755bc617a8caed39a1dd603c0cc0fee8c05b53c4ddbdfe"
"2c94fbbccd6981a22951e4696f72d26aa0b5f7ea32aa48e46a0b6ded909fc3db") "2c94fbbccd6981a22951e4696f72d26aa0b5f7ea32aa48e46a0b6ded909fc3db")
build() { build() {
(cd thehub-$pkgver && patch -p1 -i ../testing_patch.diff)
mkdir -p build mkdir -p build
cd build cd build
cmake -Denable_gui=false -Dbuild_tests=true -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=$pkgdir/usr/ ../thehub-$pkgver cmake -Denable_gui=false -Dbuild_tests=true -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=$pkgdir/usr/ ../thehub-$pkgver
-20
View File
@@ -1,20 +0,0 @@
diff --git a/testing/CMakeLists.txt b/testing/CMakeLists.txt
index 57a12d203..0d54841a9 100644
--- a/testing/CMakeLists.txt
+++ b/testing/CMakeLists.txt
@@ -29,7 +29,6 @@ if (${Qt5Core_FOUND})
add_subdirectory(networkmanager)
add_subdirectory(hashstorage)
add_subdirectory(blockvalidation)
- add_subdirectory(api)
find_package(Qt5Network)
if (${Qt5Network_FOUND})
@@ -47,7 +46,6 @@ if (${Qt5Core_FOUND})
test_networkmanager
test_hashstorage
test_blockvalidation
- test_api
${testHttp}
)
else ()