summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimir Krivopalov2017-12-24 16:53:34 -0800
committerVladimir Krivopalov2017-12-24 16:53:34 -0800
commit379595ab20924954d0da6c690796508d234a6cbb (patch)
tree33bbb0357a5d0cf0fc8c750b272fedb2b9bc0943
parent883a98a70bcaa0b0bc4e2789145a4786a71ca3ed (diff)
downloadaur-379595ab20924954d0da6c690796508d234a6cbb.tar.gz
Use thrift-0.10.0 as a dependency as Scylla fails to compile with later versions
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f7b124eba0e..1b8284d48672 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Dec 25 00:15:05 UTC 2017
+# Mon Dec 25 00:52:47 UTC 2017
pkgbase = scylla
pkgdesc = Scylla is an open source NoSQL drop-in replacement for Apache Cassandra with fast throughput and low latency
pkgver = 2.0.2
- pkgrel = 1
+ pkgrel = 2
url = http://www.scylladb.com/
install = .install
arch = x86_64
@@ -27,7 +27,7 @@ pkgbase = scylla
makedepends = numactl
makedepends = libpciaccess
makedepends = libxml2
- makedepends = thrift
+ makedepends = thrift-0.10.0
makedepends = lksctp-tools
makedepends = protobuf
makedepends = libunwind
diff --git a/PKGBUILD b/PKGBUILD
index db202cbc6db3..401cfe163ce9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Main package information
pkgname=scylla
pkgver=2.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="Scylla is an open source NoSQL drop-in replacement for Apache Cassandra with fast throughput and low latency"
arch=('x86_64')
url="http://www.scylladb.com/"
@@ -20,7 +20,7 @@ optdepends=('scylla-jmx: JMX interface for compatibility with tooling such as no
makedepends=('git' 'gcc' 'antlr3-cpp-headers-git' 'libyaml' 'yaml-cpp'
'lz4' 'zlib' 'snappy' 'jsoncpp' 'gnutls' 'ninja'
'ragel' 'libaio' 'crypto++' 'xfsprogs' 'jre8-openjdk-headless'
- 'numactl' 'libpciaccess' 'libxml2' 'thrift' 'lksctp-tools'
+ 'numactl' 'libpciaccess' 'libxml2' 'thrift-0.10.0' 'lksctp-tools'
'protobuf' 'libunwind' 'systemtap' 'make' 'libtool' 'cmake')
# Relations
provides=('scylla')