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

Anatol Pomozov anatolik at archlinux.org
Wed Apr 6 18:36:22 UTC 2016


    Date: Wednesday, April 6, 2016 @ 20:36:22
  Author: anatolik
Revision: 169591

upgpkg: rethinkdb 2.3.0-1

Modified:
  rethinkdb/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-06 18:15:23 UTC (rev 169590)
+++ PKGBUILD	2016-04-06 18:36:22 UTC (rev 169591)
@@ -4,7 +4,7 @@
 # Contributor: Sigmund Lahn <sigmund at lahn.no>
 
 pkgname=rethinkdb
-pkgver=2.2.6
+pkgver=2.3.0
 _tag=rethinkdb-$pkgver
 pkgrel=1
 pkgdesc='Distributed powerful and scalable NoSQL database'
@@ -20,12 +20,10 @@
   http://download.rethinkdb.com/dist/$_tag.tgz
   rethinkdb-tmpfile.conf
   rethinkdb.service
-  fix_isinf.patch::https://github.com/rethinkdb/rethinkdb/commit/84be09f314c4cbf88b4ac8fe9dbff1d36f0f5781.patch
 )
-sha256sums=('9222d24d9da07d2a324965139c8e6bf00c790aeb09761d5f18dd2fdea870525f'
+sha256sums=('8b059ce9f19dc6bba0fe303d238daa91485aef23dd1bc4e3f5f1d76c573ce82c'
             '656d3a42e75d087e723f71aa320fdd91cbbb82071ef72eb11fd3e4a619b429a4'
-            'e56bffa2b9ebc3a00ef566ab2be0719a633c89d961a2461dfa2d9ffdb258c1a2'
-            'ca21f7ae633118a57ed7cc69ee959db925ec59cbef2ebd5cbcd6504849b17a9b')
+            'e56bffa2b9ebc3a00ef566ab2be0719a633c89d961a2461dfa2d9ffdb258c1a2')
 
 prepare() {
   cd $_tag
@@ -36,9 +34,6 @@
     -i scripts/*.py external/v8_*/tools/*.py
   sed -e 's|exec python|exec python2|g' -i external/v8_*/build/gyp/gyp
   sed -e 's|\bpython\b|python2|g' -i external/v8_*/{Makefile,*/*.gyp,*/*.gypi,*/*/*.gyp}
-
-  # https://github.com/rethinkdb/rethinkdb/issues/5450
-  patch -p1 < ../fix_isinf.patch
 }
 
 build() {



More information about the arch-commits mailing list