summaryrefslogtreecommitdiff
path: root/community/couchdb/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/couchdb/PKGBUILD')
-rw-r--r--community/couchdb/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/couchdb/PKGBUILD b/community/couchdb/PKGBUILD
index 7b6b4faaa..2722803ac 100644
--- a/community/couchdb/PKGBUILD
+++ b/community/couchdb/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 54987 2011-08-29 12:53:53Z spupykin $
+# $Id: PKGBUILD 58574 2011-11-15 15:35:36Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Vitaliy Berdinskikh ur6lad[at]i.ua
# Previous Contributor: Michael Fellinger <m.fellinger@gmail.com>
pkgname=couchdb
-pkgver=1.1.0
-pkgrel=1.svn20110829
+pkgver=1.2.0
+pkgrel=1git20111115
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"
@@ -18,10 +18,10 @@ backup=('etc/couchdb/local.ini'
'etc/conf.d/couchdb'
'etc/logrotate.d/couchdb')
#source=("http://www.apache.org/dist/$pkgname/$pkgver/apache-$pkgname-$pkgver.tar.gz"
-source=("http://arch.p5n.pp.ru/~sergej/dl/apache-couchdb-$pkgver.svn20110823.tar.gz"
+source=("http://arch.p5n.pp.ru/~sergej/dl/apache-couchdb-$pkgver.git20111115.tar.gz"
"rc-script.patch")
-md5sums=('b5a6e2dab45f19ef39f04a46ac146a0a'
- '12171b097d2f98f4874e002bc1eabfc5')
+md5sums=('b4236a36a473e3a1c81e7548de194c47'
+ '559b5e1483c3fb3e4327a9c58181a46c')
build() {
cd "$srcdir/apache-$pkgname-$pkgver"