[arch-commits] Commit in rethinkdb/trunk (PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Fri Sep 26 20:46:54 UTC 2014


    Date: Friday, September 26, 2014 @ 22:46:54
  Author: anatolik
Revision: 119630

upgpkg: rethinkdb 1.15.0-1

Modified:
  rethinkdb/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-26 19:33:55 UTC (rev 119629)
+++ PKGBUILD	2014-09-26 20:46:54 UTC (rev 119630)
@@ -4,7 +4,8 @@
 # Contributor: Sigmund Lahn <sigmund at lahn.no>
 
 pkgname=rethinkdb
-pkgver=1.14.1
+pkgver=1.15.0
+_tag=rethinkdb-$pkgver-1
 pkgrel=1
 pkgdesc='An open-source distributed database built with love.'
 arch=(i686 x86_64)
@@ -16,18 +17,18 @@
 install=rethinkdb.install
 options=(!emptydirs)
 source=(
-  http://download.rethinkdb.com/dist/rethinkdb-$pkgver.tgz
+  http://download.rethinkdb.com/dist/$_tag.tgz
   rethinkdb-tmpfile.conf
   rethinkdb.service
   boost_1.56_compat.patch
 )
-sha256sums=('a8c3625a2cc916b17633841b2f9ce34fe18b677e3a13556fac9ac184c45a3a2f'
+sha256sums=('8cb1cdd176d9a6e87b315c65de084158a1b2fc9910127d21ec930181c52d838e'
             '656d3a42e75d087e723f71aa320fdd91cbbb82071ef72eb11fd3e4a619b429a4'
             'e56bffa2b9ebc3a00ef566ab2be0719a633c89d961a2461dfa2d9ffdb258c1a2'
             '1c55b12df452ceb2470d3ec48dde21bcdc2785be371f6f0858af034e282b1f21')
 
 prepare() {
-  cd rethinkdb-$pkgver
+  cd $_tag
   # boost 1.56 workaround https://github.com/rethinkdb/rethinkdb/issues/3044
   rm src/unittest/print_secondary.cc
   patch -p1 < ../boost_1.56_compat.patch
@@ -34,7 +35,7 @@
 }
 
 build() {
-  cd rethinkdb-$pkgver
+  cd $_tag
   export PYTHON=/usr/bin/python2
   ./configure CXXFLAGS="-DBOOST_VARIANT_DO_NOT_USE_VARIADIC_TEMPLATES" --fetch v8 --dynamic all --enable-precompiled-web --prefix=/usr --sysconfdir=/etc
   make
@@ -41,16 +42,15 @@
 }
 
 check() {
-  cd rethinkdb-$pkgver
+  cd $_tag
 
   make build/release/rethinkdb-unittest
-  # SindexEraseRange failure https://github.com/rethinkdb/rethinkdb/issues/2042
-  ./build/release/rethinkdb-unittest #--gtest_filter=-RDBBtree.SindexEraseRange
+  ./build/release/rethinkdb-unittest
   # some tests might be flaky on btrfs filesystem!
 }
 
 package() {
-  cd rethinkdb-$pkgver
+  cd $_tag
   make DESTDIR="$pkgdir" install
 
   install -Dm644 "$srcdir"/rethinkdb-tmpfile.conf "$pkgdir"/usr/lib/tmpfiles.d/rethinkdb.conf



More information about the arch-commits mailing list