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

Bruno Pagani archange at gemini.archlinux.org
Tue Oct 12 10:01:43 UTC 2021


    Date: Tuesday, October 12, 2021 @ 10:01:42
  Author: archange
Revision: 1029749

upgpkg: couchdb 3.2.0-1

Modified:
  couchdb/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-12 09:32:04 UTC (rev 1029748)
+++ PKGBUILD	2021-10-12 10:01:42 UTC (rev 1029749)
@@ -4,14 +4,15 @@
 # Contributor: Michael Fellinger <m.fellinger at gmail.com>
 
 pkgname=couchdb
-pkgver=3.1.2
+pkgver=3.2.0
 pkgrel=1
 pkgdesc="Document-oriented database that can be queried and indexed in a MapReduce fashion using JSON"
 arch=(x86_64)
 url="https://couchdb.apache.org"
 license=(Apache)
-depends=(icu js68 zlib)
-makedepends=(erlang22-nox)
+depends=(icu js78 zlib)
+optdepends=('erlang-nox: for weatherreport')
+makedepends=(erlang-nox)
 backup=('etc/couchdb/local.ini'
         'etc/couchdb/vm.args')
 source=("https://www-eu.apache.org/dist/couchdb/source/${pkgver}/apache-couchdb-${pkgver}.tar.gz"{,.asc}
@@ -19,7 +20,7 @@
         couchdb.sysusers
         couchdb.tmpfiles
         datadirs.ini)
-sha256sums=('e799c489a9c8fa50c3c40b5267f526d80c93cb57fecafb77ee37f79606f4fb27'
+sha256sums=('8bea574faa6bb0926c670542d8318c322268cf7e6614dab318dea734ccf1b00c'
             'SKIP'
             '38f3e489c031b8c6eacd8b9da3ca91362d7929e8f5e3c8b0e4cf5401c67bf7bb'
             '3ed1ad2a37a068ce194b03fb72eb35285d60fa7faf2d2c2bb710703d229108a8'
@@ -36,7 +37,7 @@
 
 build() {
   cd apache-couchdb-${pkgver}
-  ./configure --spidermonkey-version 68
+  ./configure --spidermonkey-version 78
   make release
 }
 



More information about the arch-commits mailing list