summaryrefslogtreecommitdiff
path: root/community/rethinkdb/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/rethinkdb/PKGBUILD')
-rw-r--r--community/rethinkdb/PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/community/rethinkdb/PKGBUILD b/community/rethinkdb/PKGBUILD
index 0e6d247e8..92030aeba 100644
--- a/community/rethinkdb/PKGBUILD
+++ b/community/rethinkdb/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 108699 2014-04-01 14:35:41Z anatolik $
+# $Id: PKGBUILD 109136 2014-04-10 17:21:08Z anatolik $
# Maintainer: Anatol Pomozov <anatol.pomozov@gmail.com>
# Contributor: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
# Contributor: Sigmund Lahn <sigmund@lahn.no>
pkgname=rethinkdb
-pkgver=1.12.1
+pkgver=1.12.2
pkgrel=1
pkgdesc='An open-source distributed database built with love.'
arch=(i686 x86_64)
@@ -20,7 +20,7 @@ source=(
rethinkdb-tmpfile.conf
rethinkdb.service
)
-sha256sums=('422e2046fe1136e63c5c2ed03c9bebffcb085211128984f605128f2ee85baa68'
+sha256sums=('bf6f69ab963e8eb60301dde203f33ae112c7f005e19697be073369b2d4aef492'
'656d3a42e75d087e723f71aa320fdd91cbbb82071ef72eb11fd3e4a619b429a4'
'e56bffa2b9ebc3a00ef566ab2be0719a633c89d961a2461dfa2d9ffdb258c1a2')
@@ -33,8 +33,7 @@ build() {
check() {
cd rethinkdb-$pkgver
make build/release/rethinkdb-unittest
- # https://github.com/rethinkdb/rethinkdb/issues/2187 PageTest.* tests are hanging
- ./build/release/rethinkdb-unittest --gtest_filter=-PageTest.BiggerTestTightMemory:PageTest.BiggerTestSuperTightMemory:PageTest.BiggerTestNoMemory
+ ./build/release/rethinkdb-unittest
# some tests might be flaky on btrfs filesystem!
}