mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/couchdb to 2.0.0-14
This commit is contained in:
parent
0b16f5024a
commit
7ad909fffe
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue