summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcelogeek2020-12-26 11:52:00 +0100
committercelogeek2020-12-26 11:52:00 +0100
commit29d7d8c19a70b07884090b37375833973aa5dfac (patch)
treefc3555d8fcfff2bcc237f3b904ea687342d8029e
parentca7c9276a96384e9432a9ec3c77c0585af862bc9 (diff)
downloadaur-29d7d8c19a70b07884090b37375833973aa5dfac.tar.gz
fetch boost
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da28f70c96d3..d3ff3e6a583f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rethinkdb
pkgdesc = Distributed NoSQL database for realtime applications
pkgver = 2.4.1
- pkgrel = 1
+ pkgrel = 2
url = https://www.rethinkdb.com
install = rethinkdb.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 68232f9f3927..b585c26fc6f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=rethinkdb
pkgver=2.4.1
_node=6.11.0
-pkgrel=1
+pkgrel=2
pkgdesc='Distributed NoSQL database for realtime applications'
arch=(x86_64)
url=https://www.rethinkdb.com
@@ -60,6 +60,7 @@ prepare() {
--allow-fetch \
--fetch npm \
--fetch protobuf \
+ --fetch boost \
CXX=clang++
# Manually fetch the Node version used, so we can patch it