mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/couchdb to 3.2.2-3
This commit is contained in:
parent
ee59973014
commit
61cfc49198
1 changed files with 4 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
pkgname=couchdb
|
||||
pkgver=3.2.2
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Document-oriented database that can be queried and indexed in a MapReduce fashion using JSON"
|
||||
arch=(x86_64)
|
||||
url="https://couchdb.apache.org"
|
||||
|
@ -19,6 +19,7 @@ makedepends=(erlang-nox)
|
|||
backup=(etc/couchdb/local.ini
|
||||
etc/couchdb/vm.args
|
||||
etc/default/couchdb)
|
||||
options=(debug)
|
||||
source=("https://archive.apache.org/dist/${pkgname}/source/${pkgver}/apache-${pkgname}-${pkgver}.tar.gz"{,.asc}
|
||||
couchdb.default
|
||||
couchdb.service
|
||||
|
@ -32,6 +33,8 @@ sha256sums=('69c9fd6f80133557f68a02e92dda72a4fd646d646f429f45bb8329a30f82f20e'
|
|||
'3ed1ad2a37a068ce194b03fb72eb35285d60fa7faf2d2c2bb710703d229108a8'
|
||||
'7331b9675e3668c5f0d632bee5d154c061cc3e60d451bef3dc0d0ab2dadfa006'
|
||||
'5d97fe00ad7a05169988817ed0727452ab8a0c0582c5399aa06c90e76bf75754')
|
||||
|
||||
# https://downloads.apache.org/couchdb/KEYS
|
||||
validpgpkeys=(2EC788AE3F239FA13E82D215CDE711289384AE37 # Joan Touzet (CODE SIGNING KEY) <wohali@apache.org>
|
||||
D2B17F9DA23C0A10991AF2E3D9EE01E47852AEE4 # Jan Lehnardt <jan@apache.org>
|
||||
0BD7A98499C4AB41C910EE65FC04DFBC9657A78E) # Nick Vatamaniuc <vatamane@gmail.com>
|
||||
|
|
Loading…
Reference in a new issue