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

Anatol Pomozov anatolik at archlinux.org
Tue May 10 02:35:37 UTC 2016


    Date: Tuesday, May 10, 2016 @ 04:35:36
  Author: anatolik
Revision: 174473

Add gcc6 patch

Modified:
  rethinkdb/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-10 01:31:28 UTC (rev 174472)
+++ PKGBUILD	2016-05-10 02:35:36 UTC (rev 174473)
@@ -4,7 +4,7 @@
 # Contributor: Sigmund Lahn <sigmund at lahn.no>
 
 pkgname=rethinkdb
-pkgver=2.3.1
+pkgver=2.3.2
 _tag=rethinkdb-$pkgver
 pkgrel=1
 pkgdesc='Distributed powerful and scalable NoSQL database'
@@ -20,14 +20,18 @@
   http://download.rethinkdb.com/dist/$_tag.tgz
   rethinkdb-tmpfile.conf
   rethinkdb.service
+  gcc6.patch::https://github.com/rethinkdb/rethinkdb/commit/cde984c20524fc12874028c1dfa41cbe1162160e.patch
 )
-sha256sums=('4a2a84a57a5a03523b66d9ec551e92d5e8bd6b04b7275db1aae890d357387ceb'
+sha256sums=('af8760271c63496fdeaa8de8bae834febd4b6c09a57743570b30134e9837eaac'
             '656d3a42e75d087e723f71aa320fdd91cbbb82071ef72eb11fd3e4a619b429a4'
-            'e56bffa2b9ebc3a00ef566ab2be0719a633c89d961a2461dfa2d9ffdb258c1a2')
+            'e56bffa2b9ebc3a00ef566ab2be0719a633c89d961a2461dfa2d9ffdb258c1a2'
+            '7fe271cd90703f2024dce8fd260713189ec97b6ead4cca47007e457a7370c47f')
 
 prepare() {
   cd $_tag
 
+  patch -p1 < ../gcc6.patch # https://github.com/rethinkdb/rethinkdb/issues/5757
+
   sed \
     -e 's|#!/usr/bin/python|#!/usr/bin/python2|' \
     -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \



More information about the arch-commits mailing list