Date: Wednesday, July 11, 2018 @ 12:57:50 Author: archange Revision: 357344
upgpkg: couchdb 2.1.2-1 Modified: couchdb/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-07-11 12:57:18 UTC (rev 357343) +++ PKGBUILD 2018-07-11 12:57:50 UTC (rev 357344) @@ -4,14 +4,14 @@ # Contributor: Michael Fellinger <[email protected]> pkgname=couchdb -pkgver=2.1.1 -pkgrel=4 +pkgver=2.1.2 +pkgrel=1 pkgdesc="A 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' 'js185' 'zlib') -makedepends=('erlang-nox') +makedepends=('erlang-nox-20') install=${pkgname}.install backup=('etc/couchdb/local.ini' 'etc/couchdb/vm.args') @@ -20,7 +20,7 @@ 'couchdb.sysusers' 'couchdb.tmpfiles' 'datadirs.ini') -sha256sums=('d5f255abc871ac44f30517e68c7b30d1503ec0f6453267d641e00452c04e7bcc' +sha256sums=('a3cc9ad56fa8842791ebc57e5789c7ac77e4fa5486d67f871e4d7a966b862fb0' 'SKIP' 'e2976dbdd2fb63fe8d09bee0d9c9a97e8785533d9c323276b4030354cb6d8957' '3ed1ad2a37a068ce194b03fb72eb35285d60fa7faf2d2c2bb710703d229108a8'
