summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLeo P2018-01-08 12:05:59 -0500
committerLeo P2018-01-08 12:05:59 -0500
commitdb8b93fed4d0368fd5a33c293e98b352ea5b2816 (patch)
tree854d2e3d54e0effbb24d21c534e4120b89e66ade /PKGBUILD
parentf043ffb869ce3bbc25ddb01aa8a906870d3fc9a3 (diff)
downloadaur-db8b93fed4d0368fd5a33c293e98b352ea5b2816.tar.gz
boost 1.66 is in
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 1 insertions, 7 deletions
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