summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo P2018-01-08 12:05:59 -0500
committerLeo P2018-01-08 12:05:59 -0500
commitdb8b93fed4d0368fd5a33c293e98b352ea5b2816 (patch)
tree854d2e3d54e0effbb24d21c534e4120b89e66ade
parentf043ffb869ce3bbc25ddb01aa8a906870d3fc9a3 (diff)
downloadaur-db8b93fed4d0368fd5a33c293e98b352ea5b2816.tar.gz
boost 1.66 is in
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 3 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a62ab7186a2..b7c611d34d11 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Jan 5 15:20:26 UTC 2018
+# Mon Jan 8 17:05:46 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
@@ -11,7 +11,7 @@ pkgbase = raiblocks-git
license = BSD 2-clause
depends = qt5-base
depends = boost
- depends = boost-libs
+ depends = boost-libs=>1.66
provides = raiblocks
source = raiblocks.desktop
source = raiblocks128.png
diff --git a/PKGBUILD b/PKGBUILD
index 52d125abf547..c7e4690e275e 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')
+depends=('qt5-base' 'boost' 'boost-libs=>1.66')
provides=(raiblocks)
install=install
pkgver() {
@@ -35,12 +35,6 @@ sha256sums=('74b9bc75c3d5596603e54e2553ff69d367f384789c7565437a72a64dc22f0fdd'
prepare() {
cd "$srcdir/raiblocks"
-
- #revert boost 1.66 commit until it makes it out of [testing] so we can use Arch's 1.65
- git revert -v fda5cae96163571b0926d21f967fc2c59ecee68e --no-edit --no-commit
- git revert -v 1530785edf358de5ef50cb430656981e67686bac --no-edit --no-commit
- #it's ok if it fails on some file we don't need for building
-
git submodule init