summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
-rw-r--r--bin.patch6
-rw-r--r--neo4j.service2
4 files changed, 10 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62946a5a1ae7..034c7f529c44 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = neo4j-community
pkgdesc = A fully transactional graph database implemented in Java
- pkgver = 3.4.10
+ pkgver = 3.5.1
pkgrel = 1
url = http://neo4j.org/
install = neo4j.install
@@ -11,17 +11,17 @@ pkgbase = neo4j-community
conflicts = neo4j-enterprise
options = !strip
backup = etc/neo4j/neo4j.conf
- source = http://dist.neo4j.org/neo4j-community-3.4.10-unix.tar.gz
+ source = http://dist.neo4j.org/neo4j-community-3.5.1-unix.tar.gz
source = bin.patch
source = neo4j.conf
source = neo4j.install
source = neo4j.service
source = neo4j-tmpfile.conf
- sha256sums = 59a6fe8e0ae31baf03b6be07e2350d8666ed4752ea98affee0084c6eade6ac73
- sha256sums = c6eb6d9371b693d81304a58a9682a48054dc6974f415c46923247ed1c49238c2
+ sha256sums = abec3a53d8c04cb5caf76194199017a41901159d47c57b888ebf37f29a905400
+ sha256sums = 868ccdb65be49f9d421058a256ceeb6534bcf29ce57c44a6994aae34b47b67cf
sha256sums = 8b58f52fc827a02eda8aa58fd40c3a19aab9f5ea0687f5eebc421ba49828713b
sha256sums = f95936abc4a519b01d2cd987cd38a253003cf4cd39bfab29948708e82d98de66
- sha256sums = cf3148bd65ddc06f5ca8cf2ad37013d2e1aa561c5759e4b295f361465e603928
+ sha256sums = 319546aaae7bd960ec3b6cfc4ee7053a2418a3c922b5cc0e594f2d934df3f60d
sha256sums = e1311352e05b1e698599b91883141b938ceb418abd7e6bc11cc964854f0a21e1
pkgname = neo4j-community
diff --git a/PKGBUILD b/PKGBUILD
index c644170aaf01..41d5ce775456 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Amina Khakimova <hakami1024@gmail.com>
# Contributor: Marcel Campello Ferreira <marcel.campello.ferreira@gmail.com>
pkgname=neo4j-community
-pkgver=3.4.10
+pkgver=3.5.1
pkgrel=1
pkgdesc='A fully transactional graph database implemented in Java'
arch=(any)
@@ -19,11 +19,11 @@ source=(http://dist.neo4j.org/neo4j-community-$pkgver-unix.tar.gz
neo4j.install
neo4j.service
neo4j-tmpfile.conf)
-sha256sums=('59a6fe8e0ae31baf03b6be07e2350d8666ed4752ea98affee0084c6eade6ac73'
- 'c6eb6d9371b693d81304a58a9682a48054dc6974f415c46923247ed1c49238c2'
+sha256sums=('abec3a53d8c04cb5caf76194199017a41901159d47c57b888ebf37f29a905400'
+ '868ccdb65be49f9d421058a256ceeb6534bcf29ce57c44a6994aae34b47b67cf'
'8b58f52fc827a02eda8aa58fd40c3a19aab9f5ea0687f5eebc421ba49828713b'
'f95936abc4a519b01d2cd987cd38a253003cf4cd39bfab29948708e82d98de66'
- 'cf3148bd65ddc06f5ca8cf2ad37013d2e1aa561c5759e4b295f361465e603928'
+ '319546aaae7bd960ec3b6cfc4ee7053a2418a3c922b5cc0e594f2d934df3f60d'
'e1311352e05b1e698599b91883141b938ceb418abd7e6bc11cc964854f0a21e1')
prepare() {
diff --git a/bin.patch b/bin.patch
index 68743a2a2073..bf98d57cf14f 100644
--- a/bin.patch
+++ b/bin.patch
@@ -10,9 +10,3 @@ diff -au0r neo4j-community-3.4.10-orig/bin/neo4j-import neo4j-community-3.4.10-m
@@ -3,0 +4,2 @@
+export NEO4J_CONF=/etc/neo4j
+
-diff -au0r neo4j-community-3.4.10-orig/bin/neo4j-shell neo4j-community-3.4.10-mod/bin/neo4j-shell
---- neo4j-community-3.4.10-orig/bin/neo4j-shell 2016-09-14 11:15:28.000000000 -0300
-+++ neo4j-community-3.4.10-mod/bin/neo4j-shell 2016-09-21 21:48:09.366135928 -0300
-@@ -3,0 +4,2 @@
-+export NEO4J_CONF=/etc/neo4j
-+
diff --git a/neo4j.service b/neo4j.service
index 37a6f9aeb69a..0d4428fdb993 100644
--- a/neo4j.service
+++ b/neo4j.service
@@ -5,7 +5,7 @@ Description=Neo4j
User=neo4j
Type=forking
Environment=NEO4J_CONF=/etc/neo4j
-Environment=NEO4J_HOME=/usr/share/neo4j
+Environment=NEO4J_HOME=/usr/share/java/neo4j
ExecStart=/usr/bin/neo4j start
ExecStop=/usr/bin/neo4j stop
PIDFile=/run/neo4j/neo4j.pid