[arch-commits] Commit in rethinkdb/trunk (PKGBUILD)
Anatol Pomozov
anatolik at archlinux.org
Tue Apr 21 16:26:29 UTC 2015
Date: Tuesday, April 21, 2015 @ 18:26:28
Author: anatolik
Revision: 131851
upgpkg: rethinkdb 2.0.1-1
Modified:
rethinkdb/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-04-21 15:24:06 UTC (rev 131850)
+++ PKGBUILD 2015-04-21 16:26:28 UTC (rev 131851)
@@ -4,8 +4,8 @@
# Contributor: Sigmund Lahn <sigmund at lahn.no>
pkgname=rethinkdb
-pkgver=2.0.0
-_tag=rethinkdb-$pkgver-1
+pkgver=2.0.1
+_tag=rethinkdb-$pkgver
pkgrel=1
pkgdesc='Distributed powerful and scalable NoSQL database'
arch=(i686 x86_64)
@@ -21,7 +21,7 @@
rethinkdb-tmpfile.conf
rethinkdb.service
)
-sha256sums=('ec267cf6341e8be091b944b9134da69ee33db2efc48158b35bf3555a9fd17d39'
+sha256sums=('2cf843a7026c8f0f4560be98cf28da033ff9889fd452c684f6d64c003df95474'
'656d3a42e75d087e723f71aa320fdd91cbbb82071ef72eb11fd3e4a619b429a4'
'e56bffa2b9ebc3a00ef566ab2be0719a633c89d961a2461dfa2d9ffdb258c1a2')
@@ -46,6 +46,7 @@
check() {
cd $_tag
+ # these tests are flaky and extremely slow
# make build/release/rethinkdb-unittest
# ./build/release/rethinkdb-unittest --gtest_filter=-RDBBtree.*:RDBInterrupt.*
# some tests might be flaky on btrfs filesystem
More information about the arch-commits
mailing list