diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-04-12 03:59:45 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-04-12 03:59:45 +0000 |
commit | d8679f0250762892ab1e1a6d71badc2e9d42a526 (patch) | |
tree | 2c5893ffb5a88532e043973210221d10ce07f808 /community/rethinkdb/PKGBUILD | |
parent | 10cc2a54e50ad4aeffd7152937670c8673a096f9 (diff) |
Sat Apr 12 03:57:05 UTC 2014
Diffstat (limited to 'community/rethinkdb/PKGBUILD')
-rw-r--r-- | community/rethinkdb/PKGBUILD | 9 |
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! } |