[arch-commits] Commit in couchdb/trunk (PKGBUILD couchdb.install)

Bruno Pagani archange at archlinux.org
Thu Nov 9 18:32:09 UTC 2017


    Date: Thursday, November 9, 2017 @ 18:32:06
  Author: archange
Revision: 266045

upgpkg: couchdb 2.1.1-1

Modified:
  couchdb/trunk/PKGBUILD
  couchdb/trunk/couchdb.install

-----------------+
 PKGBUILD        |   15 ++++++++-------
 couchdb.install |    7 ++++---
 2 files changed, 12 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-09 17:40:47 UTC (rev 266044)
+++ PKGBUILD	2017-11-09 18:32:06 UTC (rev 266045)
@@ -1,31 +1,32 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
 # Contributor: Vitaliy Berdinskikh ur6lad[at]i.ua
 # Contributor: Michael Fellinger <m.fellinger at gmail.com>
 
 pkgname=couchdb
-pkgver=2.1.0
+pkgver=2.1.1
 pkgrel=1
 pkgdesc="A document-oriented database that can be queried and indexed in a MapReduce fashion using JSON"
-arch=('i686' 'x86_64')
+arch=('x86_64')
 url="http://couchdb.apache.org"
 license=('APACHE')
 depends=('icu' 'js185' 'openssl' 'zlib')
-makedepends=('erlang19-nox')
+makedepends=('erlang-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}
+source=("https://www-eu.apache.org/dist/couchdb/source/${pkgver}/apache-couchdb-${pkgver}.tar.gz"{,.asc}
         'couchdb.service'
         'couchdb.sysusers'
         'couchdb.tmpfiles'
         'datadirs.ini')
-sha256sums=('eb1fbf746cd4bce2322389983e4d174c78e1520435578bff1507bb51c96a8825'
+sha256sums=('d5f255abc871ac44f30517e68c7b30d1503ec0f6453267d641e00452c04e7bcc'
             'SKIP'
             'b658af33dcd5e7f90b42ba1b65b61905b818103f0a9fa85f15f3bfec216c7435'
             '3ed1ad2a37a068ce194b03fb72eb35285d60fa7faf2d2c2bb710703d229108a8'
             '0ce806cbc5e18e60b17be9fd2cdbd4c7f12cc84ca95b079efdede16ddb5f3efd'
             '937ca3498aab47b3f2226d027fa8a1a95de55cbb463373099e28cb9a6c7046ac')
+validpgpkeys=('2EC788AE3F239FA13E82D215CDE711289384AE37') # Joan Touzet (CODE SIGNING KEY) <wohali at apache.org>
 
 prepare() {
   cd apache-couchdb-${pkgver}

Modified: couchdb.install
===================================================================
--- couchdb.install	2017-11-09 17:40:47 UTC (rev 266044)
+++ couchdb.install	2017-11-09 18:32:06 UTC (rev 266045)
@@ -1,9 +1,10 @@
 post_upgrade() {
-    if [ $(vercmp $2 2.0.0-15) -lt 0 ] ; then
+    if [ $(vercmp $2 2.1.1-1) -lt 0 ] ; then
         cat << EOF
 
-Since 2.0.0-15, couchdb user now defaults to couchdb group (it used to be in the daemon group).
-You might want to change couchdb user to this new group and fix ownership of its files.
+Be sure to read http://docs.couchdb.org/en/2.1.1/whatsnew/2.1.html#upgrade-notes.
+Note that your /etc/couchdb/vm.args has been replaced by the new one if you
+never edited it, so you might actually have to change it as advised.
 
 EOF
     fi



More information about the arch-commits mailing list