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

Sergej Pupykin spupykin at archlinux.org
Fri Oct 17 14:39:53 UTC 2014


    Date: Friday, October 17, 2014 @ 16:39:53
  Author: spupykin
Revision: 120881

upgpkg: couchdb 1.6.1-2

upd

Modified:
  couchdb/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-17 14:32:13 UTC (rev 120880)
+++ PKGBUILD	2014-10-17 14:39:53 UTC (rev 120881)
@@ -5,7 +5,7 @@
 
 pkgname=couchdb
 pkgver=1.6.1
-pkgrel=1
+pkgrel=2
 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"
@@ -25,6 +25,11 @@
          '8914a7ffc6745f94106d96206709acb4'
          '1e254ebe32eeb061be64193bafa35dbf')
 
+prepare() {
+  cd "$srcdir/apache-couchdb-$pkgver"
+  sed -i 's|-Werror||g' src/couchdb/priv/Makefile.*
+}
+
 build() {
   cd "$srcdir/apache-couchdb-$pkgver"
   ./configure --prefix=/usr \



More information about the arch-commits mailing list