diff options
Diffstat (limited to 'community/couchdb/PKGBUILD')
-rw-r--r-- | community/couchdb/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/couchdb/PKGBUILD b/community/couchdb/PKGBUILD index e8e8298d0..50e376d3e 100644 --- a/community/couchdb/PKGBUILD +++ b/community/couchdb/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 100600 2013-11-06 13:21:19Z spupykin $ +# $Id: PKGBUILD 109076 2014-04-10 09:01:51Z 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.5.0 +pkgver=1.5.1 pkgrel=1 pkgdesc="A document-oriented database that can be queried and indexed in a MapReduce fashion using JSON" arch=('i686' 'x86_64') @@ -20,7 +20,7 @@ backup=('etc/couchdb/local.ini' source=("http://www.eu.apache.org/dist/couchdb/source/$pkgver/apache-couchdb-$pkgver.tar.gz"{,.asc} "couchdb.service" "couchdb.tmpfiles") -md5sums=('55a2f86469e0697817da8defee730f04' +md5sums=('1118a9f4ca6f58b751d3187838248b3c' 'SKIP' '8914a7ffc6745f94106d96206709acb4' '1e254ebe32eeb061be64193bafa35dbf') |