Date: Monday, June 15, 2015 @ 18:19:14 Author: anatolik Revision: 135431
upgpkg: rethinkdb 2.0.3-1 Modified: rethinkdb/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-06-15 15:58:38 UTC (rev 135430) +++ PKGBUILD 2015-06-15 16:19:14 UTC (rev 135431) @@ -4,7 +4,7 @@ # Contributor: Sigmund Lahn <[email protected]> pkgname=rethinkdb -pkgver=2.0.2 +pkgver=2.0.3 _tag=rethinkdb-$pkgver pkgrel=1 pkgdesc='Distributed powerful and scalable NoSQL database' @@ -18,13 +18,10 @@ options=(!emptydirs) source=( http://download.rethinkdb.com/dist/$_tag.tgz - # https://github.com/rethinkdb/rethinkdb/issues/4264 - gcc-51-compat.patch::https://github.com/rethinkdb/rethinkdb/commit/242a351024fa7f11013b95e33a5ef52a790a0555.patch rethinkdb-tmpfile.conf rethinkdb.service ) -sha256sums=('e618607afc51b8ebc2ecd03b321061c19670fb537d871b30c9baa1b183ec929e' - '6d56265635dc8b264c5d4b6e4db73ac2f602e8c7e380946ad8d03c61d88ae581' +sha256sums=('4d0fa17521d88594491a5550d18adc42f14115724af1b45abe13f14959810095' '656d3a42e75d087e723f71aa320fdd91cbbb82071ef72eb11fd3e4a619b429a4' 'e56bffa2b9ebc3a00ef566ab2be0719a633c89d961a2461dfa2d9ffdb258c1a2') @@ -37,8 +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} - - patch -p1 < ../gcc-51-compat.patch } build() {
