summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaichi Shinozaki2017-04-19 06:50:12 +0100
committerDaichi Shinozaki2017-04-19 06:50:12 +0100
commitc8e8a024bc07f80d53939742ee39698b8bf5ee39 (patch)
tree4ddb6171641bb70ad4b3b139106f131c8594bdba
parentc219d4852e431ee70ffa4f21faabf288f2f60d44 (diff)
downloadaur-c8e8a024bc07f80d53939742ee39698b8bf5ee39.tar.gz
Bump version to 2.2.3.
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 078783a332ed..9f62b63f438c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,23 +6,24 @@
# Contributor: zhehao
pkgname=riak
-pkgver=2.1.4
+pkgver=2.2.3
pkgrel=1
pkgdesc='NOSQL database engine providing decentralized key-value store, flexible map/reduce engine and HTTP/JSON query interface'
arch=('i686' 'x86_64')
license=('APACHE')
url=http://docs.basho.com/riak/latest/downloads/
conflicts=('tsung')
-makedepends=('erlang-nox-r17' 'java-environment')
+#makedepends=('erlang-nox-r17' 'java-environment')
+makedepends=('java-environment')
optdepends=('jdk7-openjdk')
options=('!makeflags')
backup=('opt/riak/etc/riak.conf')
install='riak.install'
source=(
- "http://s3.amazonaws.com/downloads.basho.com/riak/2.1/${pkgver}/${pkgname}-${pkgver}.tar.gz"
+ "http://s3.amazonaws.com/downloads.basho.com/riak/${pkgver:0:3}/${pkgver}/${pkgname}-${pkgver}.tar.gz"
'riak.service'
)
-md5sums=('b216c70a904afe4f3b0ad7acf04a6489'
+md5sums=('5f75139dddd16a2b7d55ba794df41f3d'
'60c34e8ee8bc6d314df62b3b6d30ec96')
build() {