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, 4 insertions, 8 deletions
diff --git a/community/couchdb/PKGBUILD b/community/couchdb/PKGBUILD
index 7d62a91bb..1c08888cc 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' 'mips64el')
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