diff options
Diffstat (limited to 'community/couchdb/PKGBUILD')
-rw-r--r-- | community/couchdb/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/community/couchdb/PKGBUILD b/community/couchdb/PKGBUILD index c472c17d4..143bf1f9c 100644 --- a/community/couchdb/PKGBUILD +++ b/community/couchdb/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 96754 2013-09-04 10:16:32Z spupykin $ +# $Id: PKGBUILD 99720 2013-10-30 23:14:13Z allan $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Vitaliy Berdinskikh ur6lad[at]i.ua # Contributor: Michael Fellinger <m.fellinger@gmail.com> pkgname=couchdb pkgver=1.4.0 -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' 'mips64el') url="http://couchdb.apache.org" @@ -13,7 +13,6 @@ license=('APACHE') depends=('icu' 'erlang-nox' 'js185' 'openssl' 'curl') makedepends=('autoconf-archive' 'git') install=couchdb.install -options=('!libtool') backup=('etc/couchdb/local.ini' 'etc/conf.d/couchdb' 'etc/logrotate.d/couchdb') |