summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57c2bb7004b0..49a2ec83553a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Dec 21 05:11:07 UTC 2015
+# Sat Jan 9 22:11:00 UTC 2016
pkgbase = hyperstake-git
pkgdesc = Peer-to-peer network based digital currency (QT)
- pkgver = 20151221
+ pkgver = 20160901
pkgrel = 1
url = https://bitcointalk.org/index.php?topic=678849.0
install = hyperstake-git.install
@@ -26,6 +26,7 @@ pkgbase = hyperstake-git
depends = openssl
depends = db
depends = protobuf
+ depends = boost-libs
provides = hyperstake
provides = hyperstake-qt
provides = hyperstaked
diff --git a/PKGBUILD b/PKGBUILD
index dce6227bd27b..d50d59b02f23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=hyperstake-git
_gitname=hyperstake
-pkgver=20151221
+pkgver=20160901
pkgrel=1
pkgdesc="Peer-to-peer network based digital currency (QT)"
arch=('i686' 'x86_64')
url="https://bitcointalk.org/index.php?topic=678849.0"
license=('MIT')
-depends=('qt4' 'gcc-libs' 'miniupnpc' 'openssl' 'db' 'protobuf')
+depends=('qt4' 'gcc-libs' 'miniupnpc' 'openssl' 'db' 'protobuf' 'boost-libs' )
makedepends=('pkg-config' 'git' 'boost-libs' 'boost' 'gcc' 'qrencode' 'make' 'automoc4' 'automake' 'autoconf' 'libtool')
provides=('hyperstake' 'hyperstake-qt' 'hyperstaked' 'hyperstake-bin' 'hyperstake-daemon')
conflicts=('hyperstake' 'hyperstake-qt' 'hyperstaked' 'hyperstake-bin' 'hyperstake-daemon')