From 7ad909fffe2fb32dc6d4b1ddae04954b4ade0847 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sun, 14 May 2017 20:25:30 +0000 Subject: [PATCH] community/couchdb to 2.0.0-14 --- community/couchdb/PKGBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/community/couchdb/PKGBUILD b/community/couchdb/PKGBUILD index 9ad14992f..de7d008c0 100644 --- a/community/couchdb/PKGBUILD +++ b/community/couchdb/PKGBUILD @@ -8,7 +8,7 @@ pkgname=couchdb pkgver=2.0.0 -pkgrel=13 +pkgrel=14 pkgdesc="A document-oriented database that can be queried and indexed in a MapReduce fashion using JSON" arch=('i686' 'x86_64') url="http://couchdb.apache.org" @@ -35,6 +35,8 @@ md5sums=('402fc02df28a5297a56cedebbae42524' prepare() { cd "$srcdir/apache-couchdb-$pkgver" sed -i 's|$ROOTDIR/etc/vm.args|/etc/couchdb/vm.args|' rel/overlay/bin/couchdb + sed -i 's/17|18|19/&|20/' rebar.config.script src/snappy/rebar.config + if [[ $CARCH == aarch64 ]]; then cd src/rebar patch -p1 -i "$srcdir/f9b850c428dae6cf6673ff076d863d5b6c343569.patch"