summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcelogeek2020-06-06 12:14:57 +0200
committercelogeek2020-06-06 12:14:57 +0200
commita0e89a96f18789d9955fb0003efdf5199621d671 (patch)
tree3fb52fa214bf5efdfaa3f31a4284af49b0163225
parent33b9ac30f172f795717177fe63cc90ba6575609d (diff)
downloadaur-a0e89a96f18789d9955fb0003efdf5199621d671.tar.gz
fetch protobuf
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8486dc63c50c..ac8e824d747b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,12 +7,12 @@
pkgname=rethinkdb
pkgver=2.4.0
_node=6.11.0
-pkgrel=5
+pkgrel=6
pkgdesc='Distributed NoSQL database for realtime applications'
arch=(x86_64)
url=https://www.rethinkdb.com
license=(Apache)
-depends=(protobuf curl)
+depends=(curl)
makedepends=(clang protobuf boost jemalloc git python2 make)
backup=(etc/rethinkdb/instances.d/default.conf)
install=rethinkdb.install
@@ -59,6 +59,7 @@ prepare() {
--dynamic jemalloc \
--allow-fetch \
--fetch npm \
+ --fetch protobuf \
CXX=clang++
# Manually fetch the Node version used, so we can patch it