diff options
Diffstat (limited to 'community/couchdb/PKGBUILD')
-rw-r--r-- | community/couchdb/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/couchdb/PKGBUILD b/community/couchdb/PKGBUILD index a0fc51f78..06696807c 100644 --- a/community/couchdb/PKGBUILD +++ b/community/couchdb/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 87043 2013-03-26 11:49:36Z foutrelis $ +# $Id: PKGBUILD 87592 2013-04-03 15:19:45Z spupykin $ # 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.2.1 -pkgrel=3 +pkgver=1.2.2 +pkgrel=1 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" @@ -21,8 +21,8 @@ source=("http://apache-mirror.rbc.ru/pub/apache/couchdb/$pkgver/apache-couchdb-$ "couchdb.tmpfiles" "couchdb.rc" "build-fix.patch") -md5sums=('df75b03e56c2431ede7625200f0d44a7' - 'e6e943c1da93cfcb41a4286daa80195d' +md5sums=('6cc49c22fadcf7d8cf8aa34dae71b203' + '1346a657d7552188f6cc9e0cdc231b05' '8914a7ffc6745f94106d96206709acb4' '1e254ebe32eeb061be64193bafa35dbf' 'a75ee9b310a950eea13b07274b7a0669' |