summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Aranguren2020-02-13 10:09:28 +1100
committerLuis Aranguren2020-02-13 10:09:28 +1100
commit44b6b0dcfbc4c20711a4b8d67d4d6524b8046e67 (patch)
tree5d44fef1922c852f1673a82fc705f8b9d421a7c4
parent7d8f631dcf8ac7b25f05771f0a69be6087536d41 (diff)
downloadaur-44b6b0dcfbc4c20711a4b8d67d4d6524b8046e67.tar.gz
pkgrel=3, added boost and boost-libs dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d12c4ff8007d..f4ae32ddc833 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dashcore-git
pkgdesc = Dash Core (DASH, Dashpay, formerly Darkcoin) is an open source, privacy-centric digital currency. (Includes the qt-client, the headless daemon and the command-line tool). WARNING: Unstable, development version.
pkgver = v0.14.0.5.r0.g2ae1ce480
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/dashpay/dash
arch = x86_64
license = MIT
@@ -18,6 +18,8 @@ pkgbase = dashcore-git
makedepends = cmake
makedepends = codablock-bls-signatures
depends = qt5-base
+ depends = boost
+ depends = boost-libs
depends = miniupnpc
depends = protobuf
depends = db4.8
diff --git a/PKGBUILD b/PKGBUILD
index 513d85e7290f..b0fcaf8adc1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,10 +10,10 @@ pkgname='dashcore-git'
_gitname='dash'
_gitbranch='master'
pkgver=v0.14.0.5.r0.g2ae1ce480
-pkgrel=2
+pkgrel=3
arch=('x86_64')
url="https://github.com/dashpay/dash"
-depends=('qt5-base' 'miniupnpc' 'protobuf' 'db4.8' 'zeromq' 'libevent' 'qrencode')
+depends=('qt5-base' 'boost' 'boost-libs' 'miniupnpc' 'protobuf' 'db4.8' 'zeromq' 'libevent' 'qrencode')
makedepends=('autoconf' 'automake' 'binutils' 'gcc' 'libtool' 'make' 'pkg-config' 'git' 'qt5-tools' 'python3' 'cmake' 'codablock-bls-signatures')
license=('MIT')
pkgdesc="Dash Core (DASH, Dashpay, formerly Darkcoin) is an open source, privacy-centric digital currency. (Includes the qt-client, the headless daemon and the command-line tool). WARNING: Unstable, development version."