summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmina Khakimova2021-08-01 04:43:07 +0200
committerAmina Khakimova2021-08-01 04:45:06 +0200
commit73fe6949bc78ec8bff1075a14fcd1efa81831354 (patch)
tree6608de9f42eb2e1325678f3b60c72e86c54013d0
parent5914d20041088b27c8092458bf49c869e9c927d4 (diff)
downloadaur-73fe6949bc78ec8bff1075a14fcd1efa81831354.tar.gz
Version 4.2.8 and cypher-shell patched
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
-rw-r--r--bin.patch12
3 files changed, 16 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 230116397cb9..3427168fe768 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = neo4j-community
pkgdesc = A fully transactional graph database implemented in Java
- pkgver = 4.2.2
+ pkgver = 4.2.8
pkgrel = 1
url = http://neo4j.org/
install = neo4j.install
@@ -11,18 +11,17 @@ pkgbase = neo4j-community
conflicts = neo4j-enterprise
options = !strip
backup = etc/neo4j/neo4j.conf
- source = http://dist.neo4j.org/neo4j-community-4.2.2-unix.tar.gz
+ source = http://dist.neo4j.org/neo4j-community-4.2.8-unix.tar.gz
source = bin.patch
source = neo4j.conf
source = neo4j.install
source = neo4j.service
source = neo4j-tmpfile.conf
- sha256sums = 6bbd385fea4b23f4447926209168499b361774f1cadae71ad4a960e648821359
- sha256sums = 1c7f9c81ef1ab8228b17ddd0db95de94424cc5feda5dffb09d58f2f46b4d4caf
+ sha256sums = 06dd0033eb4011f8f4e833f6d6bd2bf0381c9f075cd6f414dc291e16f791cb2c
+ sha256sums = cabf7e9eebe500298112c93a0177a2976a3c9cb35077939e1fd3e9ce1c528c49
sha256sums = 8b58f52fc827a02eda8aa58fd40c3a19aab9f5ea0687f5eebc421ba49828713b
sha256sums = f95936abc4a519b01d2cd987cd38a253003cf4cd39bfab29948708e82d98de66
sha256sums = 4e56e56e38cfe91755adf76642972bece509a9fd3f7d1851d65715fff762b9db
sha256sums = e1311352e05b1e698599b91883141b938ceb418abd7e6bc11cc964854f0a21e1
pkgname = neo4j-community
-
diff --git a/PKGBUILD b/PKGBUILD
index 992ade9239b5..08c5e5a8f6fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Marcel Campello Ferreira <marcel.campello.ferreira@gmail.com>
# Contributor: Mark Dixon <mark@markdixon.name>
pkgname=neo4j-community
-pkgver=4.2.2
+pkgver=4.2.8
pkgrel=1
pkgdesc='A fully transactional graph database implemented in Java'
arch=(any)
@@ -20,8 +20,8 @@ source=(http://dist.neo4j.org/neo4j-community-$pkgver-unix.tar.gz
neo4j.install
neo4j.service
neo4j-tmpfile.conf)
-sha256sums=('6bbd385fea4b23f4447926209168499b361774f1cadae71ad4a960e648821359'
- '1c7f9c81ef1ab8228b17ddd0db95de94424cc5feda5dffb09d58f2f46b4d4caf'
+sha256sums=('06dd0033eb4011f8f4e833f6d6bd2bf0381c9f075cd6f414dc291e16f791cb2c'
+ 'cabf7e9eebe500298112c93a0177a2976a3c9cb35077939e1fd3e9ce1c528c49'
'8b58f52fc827a02eda8aa58fd40c3a19aab9f5ea0687f5eebc421ba49828713b'
'f95936abc4a519b01d2cd987cd38a253003cf4cd39bfab29948708e82d98de66'
'4e56e56e38cfe91755adf76642972bece509a9fd3f7d1851d65715fff762b9db'
diff --git a/bin.patch b/bin.patch
index eaf00ecd44c1..a2d2c960c18d 100644
--- a/bin.patch
+++ b/bin.patch
@@ -1,6 +1,12 @@
-diff -au0r neo4j-community-3.4.10-orig/bin/neo4j-admin neo4j-community-3.4.10-mod/bin/neo4j-admin
---- neo4j-community-3.4.10-orig/bin/neo4j-admin 2016-09-14 11:15:28.000000000 -0300
-+++ neo4j-community-3.4.10-mod/bin/neo4j-admin 2016-09-21 21:48:09.366135928 -0300
+diff -au0r neo4j-community-orig/bin/neo4j-admin neo4j-community-mod/bin/neo4j-admin
+--- neo4j-community-orig/bin/neo4j-admin
++++ neo4j-community-mod/bin/neo4j-admin
@@ -3,0 +4,2 @@
+export NEO4J_CONF=/etc/neo4j
+
+diff -au0r neo4j-community-orig/bin/cypher-shell neo4j-community-mod/bin/cypher-shell
+--- neo4j-community-orig/bin/cypher-shell
++++ neo4j-community-mod/bin/cypher-shell
+@@ -75,1 +75,1 @@
+- APP_HOME="$(cd "$(dirname "$0")" && pwd)"
++ APP_HOME="$(cd "$(dirname "$(readlink -f "$0")")" && pwd)"