summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimir Krivopalov2018-07-17 18:23:46 -0700
committerVladimir Krivopalov2018-07-17 18:23:46 -0700
commit6f7fa719d924bde7d12e72f81402ce77dc24ea6b (patch)
tree853ccb38d10328cc955b7c09ac1de9607b79e880
parent1201f50fa1ef65c0de220a8b4eb639bf25021890 (diff)
downloadaur-6f7fa719d924bde7d12e72f81402ce77dc24ea6b.tar.gz
Add xxHash submodule
Signed-off-by: Vladimir Krivopalov <vladimir.krivopalov@gmail.com>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c75a8fa229c..12135aa32398 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -66,6 +66,8 @@ pkgbase = scylla
source = git+https://github.com/scylladb/fmt.git
source = git+https://github.com/scylladb/dpdk.git
source = git+https://github.com/scylladb/c-ares.git
+ source = git+https://github.com/scylladb/xxHash.git
+ md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index dd5a9151ff85..a72d54e2e6e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -44,9 +44,10 @@ source=("git+https://github.com/scylladb/scylla.git#tag=scylla-${pkgver}"
'git+https://github.com/scylladb/fmt.git'
'git+https://github.com/scylladb/dpdk.git'
'git+https://github.com/scylladb/c-ares.git'
+ 'git+https://github.com/scylladb/xxHash.git'
)
-md5sums=('SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP')
+md5sums=('SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP')
prepare() {
cd "$srcdir/${pkgname}"