mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/couchdb to 2.1.0-1
This commit is contained in:
parent
c273c601d6
commit
283b66d294
1 changed files with 6 additions and 6 deletions
|
@ -6,8 +6,8 @@
|
|||
# - patch and rebuild rebar on AArch64
|
||||
|
||||
pkgname=couchdb
|
||||
pkgver=2.0.0
|
||||
pkgrel=16
|
||||
pkgver=2.1.0
|
||||
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"
|
||||
|
@ -17,20 +17,20 @@ makedepends=('erlang19-nox')
|
|||
install=${pkgname}.install
|
||||
backup=('etc/couchdb/local.ini'
|
||||
'etc/couchdb/vm.args')
|
||||
validpgpkeys=('29E4F38113DF707D722A6EF91FE9AF73118F1A7C')
|
||||
source=("http://www-eu.apache.org/dist/couchdb/source/${pkgver}/apache-couchdb-${pkgver}.tar.gz"{,.asc}
|
||||
"https://github.com/rebar/rebar/commit/f9b850c428dae6cf6673ff076d863d5b6c343569.patch"
|
||||
"https://github.com/rebar/rebar/commit/f9b850c428dae6cf6673ff076d863d5b6c343569.patch"
|
||||
'couchdb.service'
|
||||
'couchdb.sysusers'
|
||||
'couchdb.tmpfiles'
|
||||
'datadirs.ini')
|
||||
sha256sums=('ccaf3ce9cb06c50a73e091696e557e2a57c5ba02c5b299e1ac2f5b959ee96eca'
|
||||
sha256sums=('eb1fbf746cd4bce2322389983e4d174c78e1520435578bff1507bb51c96a8825'
|
||||
'SKIP'
|
||||
'f9465e279b40adde6db8008c4c0366a700a04602bfa7f189c9ad6eac13754efa'
|
||||
'b658af33dcd5e7f90b42ba1b65b61905b818103f0a9fa85f15f3bfec216c7435'
|
||||
'3ed1ad2a37a068ce194b03fb72eb35285d60fa7faf2d2c2bb710703d229108a8'
|
||||
'0ce806cbc5e18e60b17be9fd2cdbd4c7f12cc84ca95b079efdede16ddb5f3efd'
|
||||
'937ca3498aab47b3f2226d027fa8a1a95de55cbb463373099e28cb9a6c7046ac')
|
||||
validpgpkeys=('E0AF0A194D55C84E4A19A801CDB0C0F904F4EE9B'
|
||||
'D2B17F9DA23C0A10991AF2E3D9EE01E47852AEE4')
|
||||
|
||||
prepare() {
|
||||
cd apache-couchdb-${pkgver}
|
||||
|
|
Loading…
Reference in a new issue