community/couchdb to 2.0.0-14

This commit is contained in:
Kevin Mihelich 2017-05-14 20:25:30 +00:00
parent 0b16f5024a
commit 7ad909fffe

View file

@ -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"