summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Campello Ferreira2015-02-11 06:58:25 -0200
committerMarcel Campello Ferreira2015-02-11 06:58:25 -0200
commit97d68f5db6417573f2588d5f93fa7475ad51b8a8 (patch)
treea4534343e82a5a90ecebffd20bf9c09dc50b51a0
parentfe7f0ef6ad722156332cc646e6f2f422a259a86f (diff)
downloadaur-97d68f5db6417573f2588d5f93fa7475ad51b8a8.tar.gz
Version 2.1.6-1.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
-rw-r--r--neo4j.install2
3 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b75e8bf432d..2becbab3781b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = neo4j
pkgdesc = A fully transactional graph database implemented in Java
- pkgver = 2.1.5
- pkgrel = 2
+ pkgver = 2.1.6
+ pkgrel = 1
url = http://neo4j.org/
install = neo4j.install
arch = any
@@ -17,16 +17,16 @@ pkgbase = neo4j
backup = etc/neo4j/neo4j-server.properties
backup = etc/neo4j/neo4j-wrapper.conf
backup = etc/neo4j/neo4j.properties
- source = http://dist.neo4j.org/neo4j-community-2.1.5-unix.tar.gz
+ source = http://dist.neo4j.org/neo4j-community-2.1.6-unix.tar.gz
source = bin.patch
source = conf.patch
source = neo4j.install
source = neo4j.service
source = neo4j-tmpfile.conf
- sha256sums = 00bf0c9cc581f43ce8724cf4f5ae275cc6d0cb5dc96945ac6dff2859bb874b40
+ sha256sums = c7154f133206d30c05e6e680d182c9f04360a256029fe26b812b0edaa6e0ec1f
sha256sums = e52e0f353ce80e09fe74662e77223f5ff35a36f874653795ad173aa8a6bd5525
sha256sums = 63426ed3ee522c2ce5f1505b15502742187156c9f09b3b1e8b2eff2379fa2a89
- sha256sums = 28bcec6540196eaf89698e8dd4577f7b0cb0e4393d8715ff8b86ad5f700bcb60
+ sha256sums = 23f69e7624323a5670e2ba537e7b858413c0e57190157b04a96f6b556cab4092
sha256sums = ee451a5b4ac3f733ab725bb3babeefc4d852115fe24ee29a3060922716212ad7
sha256sums = e9ecbf86072ca92129ab1889b5f91e2494b86e84248bd15a37681a3997892d7d
diff --git a/PKGBUILD b/PKGBUILD
index 85ba0d43921c..696db445f831 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Marcel Campello Ferreira <marcel@prafrentex.com.br>
pkgname=neo4j
-pkgver=2.1.5
-pkgrel=2
+pkgver=2.1.6
+pkgrel=1
pkgdesc="A fully transactional graph database implemented in Java"
arch=(any)
url="http://neo4j.org/"
@@ -22,10 +22,10 @@ source=(http://dist.neo4j.org/neo4j-community-$pkgver-unix.tar.gz
neo4j.install
neo4j.service
neo4j-tmpfile.conf)
-sha256sums=('00bf0c9cc581f43ce8724cf4f5ae275cc6d0cb5dc96945ac6dff2859bb874b40'
+sha256sums=('c7154f133206d30c05e6e680d182c9f04360a256029fe26b812b0edaa6e0ec1f'
'e52e0f353ce80e09fe74662e77223f5ff35a36f874653795ad173aa8a6bd5525'
'63426ed3ee522c2ce5f1505b15502742187156c9f09b3b1e8b2eff2379fa2a89'
- '28bcec6540196eaf89698e8dd4577f7b0cb0e4393d8715ff8b86ad5f700bcb60'
+ '23f69e7624323a5670e2ba537e7b858413c0e57190157b04a96f6b556cab4092'
'ee451a5b4ac3f733ab725bb3babeefc4d852115fe24ee29a3060922716212ad7'
'e9ecbf86072ca92129ab1889b5f91e2494b86e84248bd15a37681a3997892d7d')
diff --git a/neo4j.install b/neo4j.install
index 8977e5fb6eec..46a23f682591 100644
--- a/neo4j.install
+++ b/neo4j.install
@@ -63,5 +63,5 @@ warn_about_java_home() {
echo "(https://wiki.archlinux.org/index.php/Java#Former_.22One_time_setup.22_trick)"
echo "you shall delete it. Thereupon, enjoy your graphs."
echo ""
- echo "This message will self-destruct in 3 s̶e̶c̶o̶n̶d̶s̶ releases..."
+ echo "This message will self-destruct in 2 s̶e̶c̶o̶n̶d̶s̶ releases..."
}