summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordeeenes2023-09-21 18:23:51 +0200
committerdeeenes2023-09-21 18:23:51 +0200
commit4be29dca2a729608ef72dfb5990616a56b4ebdf0 (patch)
treee1f015e25ed2887b9c32068c2b2676bf8cc891be
parenta341415b802735604f392b5dd6e741c25be93a0c (diff)
downloadaur-4be29dca2a729608ef72dfb5990616a56b4ebdf0.tar.gz
`cypher-shell`: call `shell.Main` instead of `shell.startup.Main`
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--startup-scripts-fix-paths.patch2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b80099469e1..4140f5b2d306 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -18,7 +18,7 @@ pkgbase = neo4j-enterprise
source = neo4j.service
source = neo4j-tmpfile.conf
sha256sums = 282c8601cbcc04fc49dfefec305c1f3d824ba2cd16ea3d30721051bfcea05239
- sha256sums = 382c327aa52a7989bf65ee3a1697c2e6b9c084450f80ff9efd8aac0425db2e5b
+ sha256sums = 421dc29e493850104fa8909bd1e9ca8b5588193090f9c61f0608e432d64f1a79
sha256sums = 5d5b0a2137dd093b1e18b264b4a54b9d1f84029100ef6a513361d71d1ddeb8f6
sha256sums = 8cdf6de9864f66b8f435b8da5c04245a7fa23dde986cc7aec3133261e4003c64
sha256sums = 42d4fa137d2a0eb1541780a4afef1bdaebf6c6e593cf7f285b527ea0e07bdf74
diff --git a/PKGBUILD b/PKGBUILD
index eb0068247bef..62591f615e5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ source=(http://dist.neo4j.org/neo4j-enterprise-$pkgver-unix.tar.gz
neo4j-tmpfile.conf)
sha256sums=('282c8601cbcc04fc49dfefec305c1f3d824ba2cd16ea3d30721051bfcea05239'
- '382c327aa52a7989bf65ee3a1697c2e6b9c084450f80ff9efd8aac0425db2e5b'
+ '421dc29e493850104fa8909bd1e9ca8b5588193090f9c61f0608e432d64f1a79'
'5d5b0a2137dd093b1e18b264b4a54b9d1f84029100ef6a513361d71d1ddeb8f6'
'8cdf6de9864f66b8f435b8da5c04245a7fa23dde986cc7aec3133261e4003c64'
'42d4fa137d2a0eb1541780a4afef1bdaebf6c6e593cf7f285b527ea0e07bdf74'
diff --git a/startup-scripts-fix-paths.patch b/startup-scripts-fix-paths.patch
index 2d76455af58e..76b95c498ea7 100644
--- a/startup-scripts-fix-paths.patch
+++ b/startup-scripts-fix-paths.patch
@@ -37,7 +37,7 @@ diff --unified --recursive --text neo4j-enterprise-5.12.0/bin/cypher-shell neo4j
-Dapp.home="$BASEDIR" \
-Dbasedir="$BASEDIR" \
- org.neo4j.shell.startup.CypherShellBoot \
-+ org.neo4j.shell.startup.Main \
++ org.neo4j.shell.Main \
"$@"
diff --unified --recursive --text neo4j-enterprise-5.12.0/bin/neo4j neo4j-enterprise-5.12.0-p/bin/neo4j
--- neo4j-enterprise-5.12.0/bin/neo4j 2023-09-05 21:44:00.000000000 +0200