summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo P2018-01-08 12:19:49 -0500
committerLeo P2018-01-08 12:19:49 -0500
commit6e524e619fff621ad6cc35c920d033f7a1323c17 (patch)
tree34a0de11d1747c1d59894ef9ab8309161292cf04
parent227bbcd66e3a917f1778dda98174aaa3d5f412aa (diff)
downloadaur-6e524e619fff621ad6cc35c920d033f7a1323c17.tar.gz
really 1.66.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26ffa41d50bd..69fd18df02c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Jan 8 17:15:45 UTC 2018
+# Mon Jan 8 17:19:31 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
@@ -10,7 +10,7 @@ pkgbase = raiblocks-git
arch = x86_64
license = BSD 2-clause
depends = qt5-base
- depends = boost
+ depends = boost>=1.66.0
depends = boost-libs>=1.66.0
provides = raiblocks
source = raiblocks.desktop
diff --git a/PKGBUILD b/PKGBUILD
index d5d818b17cbd..b3daa768bf6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgdesc="RaiBlocks is a cryptocurrency designed from the ground up for scalable
arch=('i686' 'x86_64')
url="http://raiblocks.com/"
license=('BSD 2-clause')
-depends=('qt5-base' 'boost' 'boost-libs>=1.66.0')
+depends=('qt5-base' 'boost>=1.66.0' 'boost-libs>=1.66.0')
provides=(raiblocks)
install=install
pkgver() {