summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLeo P2018-01-20 14:25:05 -0500
committerLeo P2018-01-20 14:25:05 -0500
commite8668986e8eacd1909771faa469a3cbb9ea0791c (patch)
treef2efb4c3dc9784438f499bfbf0e6b8811fe135e4 /PKGBUILD
parentd3e7c7ea9ed97c8e17d1dd682316b12651894b4f (diff)
downloadaur-raiblocks-cli-git.tar.gz
add makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c89afee9f0bf..453b221f542c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
pkgname=raiblocks-cli-git
-pkgver=9.0.r127.g8145ae1e
+pkgver=9.0.r136.g92169180
pkgrel=1
pkgdesc="RaiBlocks is a cryptocurrency designed from the ground up for scalable instant transactions and zero transaction fees. Command-line version without wallet GUI or Qt dependencies."
arch=('i686' 'x86_64')
url="http://raiblocks.net/"
license=('BSD 2-clause')
+makedepends=('cmake')
depends=('boost>=1.66.0' 'boost-libs>=1.66.0')
provides=(raiblocks)
conflicts=(raiblocks-git)