diff options
author | root <root@rshg054.dnsready.net> | 2012-09-01 00:41:47 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-09-01 00:41:47 +0000 |
commit | e5a77fe6a2fd0e3eb7d877c942959b53fdff2a0c (patch) | |
tree | c4e25ae90be49a84f8a9eae41d11ad3f35dad12d /community/couchdb | |
parent | 68cdc08aec92abf91448a542e06fabbedbb583bf (diff) |
Sat Sep 1 00:41:47 UTC 2012
Diffstat (limited to 'community/couchdb')
-rw-r--r-- | community/couchdb/PKGBUILD | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/community/couchdb/PKGBUILD b/community/couchdb/PKGBUILD index 6afbea62a..144add3db 100644 --- a/community/couchdb/PKGBUILD +++ b/community/couchdb/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 69752 2012-04-23 09:14:35Z ibiru $ +# $Id: PKGBUILD 75754 2012-08-30 21:02:43Z 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.0 -pkgrel=3 +pkgrel=4 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" @@ -17,18 +17,14 @@ backup=('etc/couchdb/local.ini' 'etc/conf.d/couchdb' 'etc/logrotate.d/couchdb') source=("http://www.apache.org/dist/couchdb/releases/${pkgver}/apache-${pkgname}-${pkgver}.tar.gz"{,.asc} - "rc-script.patch" "configure-fix.patch") + "rc-script.patch") md5sums=('a5cbbcaac288831b3d8a08b725657f10' '890a85b22219ea113a4901a289c442f8' - '8a3b1a1ff98a6411827ad991db7a355b' - 'fd1669544d08bda09c3318873d51db1e') + '8a3b1a1ff98a6411827ad991db7a355b') build() { cd "$srcdir/apache-$pkgname-$pkgver" - # workaround for FS#26827 - patch -Np1 < $srcdir/configure-fix.patch - ./configure --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var |