summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOnishin2016-01-09 23:11:23 +0100
committerOnishin2016-01-09 23:11:23 +0100
commit4c3f1ed0a654e8ff4bc7acabbb688099a568ab5b (patch)
tree58608922aaa0b78715f5b4ec8d6bf44805a34857 /PKGBUILD
parent5232ff8c1acf31ada8dbed0bfd3bcbb42beed098 (diff)
downloadaur-4c3f1ed0a654e8ff4bc7acabbb688099a568ab5b.tar.gz
Fix dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')