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

Evangelos Foutras foutrelis at archlinux.org
Sun May 14 19:46:57 UTC 2017


    Date: Sunday, May 14, 2017 @ 19:46:57
  Author: foutrelis
Revision: 228055

upgpkg: couchdb 2.0.0-14

Erlang 20 rebuild.

Modified:
  couchdb/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-14 19:31:43 UTC (rev 228054)
+++ PKGBUILD	2017-05-14 19:46:57 UTC (rev 228055)
@@ -5,7 +5,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"
@@ -30,6 +30,7 @@
 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
 }
 
 build() {



More information about the arch-commits mailing list