summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo P2018-01-20 13:52:06 -0500
committerLeo P2018-01-20 13:52:06 -0500
commit282bda00a82f2c2c9f2b61f405b52027126d0424 (patch)
tree759dc3db23a46899beeb306ee77cfa94a682e485
parent09d883c87696d79e0b2b7a6973de50c15fedabe2 (diff)
downloadaur-282bda00a82f2c2c9f2b61f405b52027126d0424.tar.gz
makedepends on cmake
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 983a658a855a..f7ea23df3258 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
# Generated by mksrcinfo v8
-# Mon Jan 8 17:40:54 UTC 2018
+# Sat Jan 20 18:51:47 UTC 2018
pkgbase = raiblocks-git
pkgdesc = RaiBlocks is a cryptocurrency designed from the ground up for scalable instant transactions and zero transaction fees.
- pkgver = 9.0.r87.g52e0ef67
+ pkgver = 9.0.r136.g92169180
pkgrel = 1
url = http://raiblocks.com/
install = install
arch = i686
arch = x86_64
license = BSD 2-clause
+ makedepends = cmake
depends = qt5-base
depends = boost>=1.66.0
depends = boost-libs>=1.66.0
diff --git a/PKGBUILD b/PKGBUILD
index 2dfd00e3381f..f1bcff96fd64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
pkgname=raiblocks-git
-pkgver=9.0.r87.g52e0ef67
+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."
arch=('i686' 'x86_64')
url="http://raiblocks.com/"
license=('BSD 2-clause')
+makedepends=('cmake')
depends=('qt5-base' 'boost>=1.66.0' 'boost-libs>=1.66.0')
provides=(raiblocks)
install=install