summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 13 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd33e9efcbc2..539589abb97f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
-pkgbase = flowee
+pkgbase = flowee-git
pkgdesc = Flowee the Hub
- pkgver = 0.1
+ pkgver = git
pkgrel = 1
url = http://flowee.org/
install = flowee.install
@@ -12,6 +12,10 @@ pkgbase = flowee
depends = boost-libs
depends = libevent
depends = openssl
+ optdepends = zeromq: for backwards compatibility in the hub,
+ optdepends = miniupnpc: allows the hub to open port-forwarding,
+ optdepends = qt5-base: for the hub-gui,
+ optdepends = qt5-quickcontrols2: builds the Point-of-Sales component
provides = flowee-hub
backup = etc/flowee/flowee.conf
source = git+https://github.com/floweethehub/hub.git#branch=master
@@ -23,5 +27,5 @@ pkgbase = flowee
sha256sums = c02e66610a93f1f8b302b5409aa094ec8fd842698f2f7b54d8645bebae3da98b
sha256sums = 635bf93ae346f7a8f4baf61d2d8316aa24647e87d23847876302330cb1e1191b
-pkgname = flowee
+pkgname = flowee-git
diff --git a/PKGBUILD b/PKGBUILD
index 175f9fbea787..383555e1dc46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tom Zander
-pkgname=flowee
-pkgver=ecc0613f
+pkgname=flowee-git
+pkgver=git
pkgrel=1
pkgdesc="Flowee the Hub"
arch=('i686' 'x86_64')
@@ -9,6 +9,10 @@ url="http://flowee.org/"
license=('GPL')
depends=('boost-libs' 'libevent' 'openssl')
makedepends=('boost' 'cmake')
+optdepends=('zeromq: for backwards compatibility in the hub',
+ 'miniupnpc: allows the hub to open port-forwarding',
+ 'qt5-base: for the hub-gui',
+ 'qt5-quickcontrols2: builds the Point-of-Sales component')
provides=('flowee-hub')
backup=("etc/flowee/flowee.conf")
install=flowee.install