Package Details: neo4j-community-bin 2025.02.0-2

Git Clone URL: https://aur.archlinux.org/neo4j-community-bin.git (read-only, click to copy)
Package Base: neo4j-community-bin
Description: A fully transactional graph database implemented in Java (binary package)
Upstream URL: https://github.com/neo4j/neo4j
Keywords: neo4j
Licenses: GPL-3.0-only
Conflicts: neo4j-community, neo4j-enterprise
Provides: neo4j-community
Submitter: Glucy2
Maintainer: Glucy2
Last Packager: Glucy2
Votes: 0
Popularity: 0.000000
First Submitted: 2024-09-23 08:32 (UTC)
Last Updated: 2025-03-06 00:10 (UTC)

Dependencies (2)

Required by (2)

Sources (3)

Latest Comments

Glucy2 commented on 2025-03-06 00:10 (UTC)

OK updated

zarakshR commented on 2025-03-05 17:58 (UTC)

The java dependency is out of date, the current neo4j version requires JRE 21:

diff --git a/PKGBUILD b/PKGBUILD
index 646733e..040e34c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc='A fully transactional graph database implemented in Java (binary packag
 license=('GPL-3.0-only')
 arch=('any')
 url="https://github.com/neo4j/neo4j"
-_java_version=17
+_java_version=21
 depends=("java-runtime=$_java_version")
 provides=("${_pkgname}")
 conflicts=("${_pkgname}" neo4j-enterprise)

Glucy2 commented on 2025-02-15 19:11 (UTC)

OK thanks for the addition

rubin55 commented on 2025-02-15 18:27 (UTC) (edited on 2025-02-15 18:28 (UTC) by rubin55)

Hey, thanks for the quick update. By the way, I discovered that the deb package does not contain cypher-shell (bin/cypher-shell, lib/cypher-shell-2025.01.0.jar), but weirdly, the neo4j-community-2025.01.0-unix.tar.gz archive does. I also discovered that the cypher-shell AUR package had been orphaned since a year or two, so I took the liberty to adopt that package and make it compatible/complementary to this neo4j package, by taking bin/cypher-shell, lib/cypher-shell-2025.01.0.jar from that neo4j-community-2025.01.0-unix.tar.gz archive and install it in exactly the same way as you do neo4j-community-bin (i.e., they can be installed together, no conflicts, etc)

rubin55 commented on 2025-02-15 13:34 (UTC)

Diff to upgrade to 2025.01.0:

diff --git a/PKGBUILD b/PKGBUILD
index 810034c..22a19c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
 _pkgname=neo4j-community
 pkgname=${_pkgname}-bin
-pkgver="5.26.0"
+pkgver="2025.01.0"
 pkgrel=1
 pkgdesc='A fully transactional graph database implemented in Java (binary package)'
 license=('GPL-3.0-only')
@@ -15,9 +15,9 @@ source=(
     "neo4j.sysusers"
     "neo4j.tmpfiles"
 )
-# https://neo4j.com/wp-content/get_checksum.php?q=deb/neo4j_${pkgver}_all.deb.sha256
+# https://dist.neo4j.org/deb/neo4j_${pkgver}_all.deb.sha256
 sha256sums=(
-    '23c20768284e0dfc18b35a7f2fae47bb3b5182d0abf5ad2c334c49a8f5d8495a'
+    '050b0585799ff437fb6e3426e4e76502e66ebfe6d5e9506dd336b07ce6336098'
     '440874201629f436b3817be05d7f8240c9bef603a11dc0a125634287c0376b5d'
     'a4a12084b93c357adfc54d1c0736d710ff507418824e08e33cc1f30bdc8a67f8'
 )

Glucy2 commented on 2025-01-05 07:55 (UTC)

@zxeoc Try setting a proxy. It's CloudFront CDN is blocking requests from some specific regions.

zxeoc commented on 2025-01-03 17:10 (UTC) (edited on 2025-01-03 17:14 (UTC) by zxeoc)

@Glucy2 No, it's where I got the 403 error. Edit: It seems it's Amazon blocking the download.

Glucy2 commented on 2024-12-22 12:18 (UTC)

Could not reproduce, may you download https://dist.neo4j.org/deb/neo4j_5.26.0_all.deb manually?

zxeoc commented on 2024-12-22 11:58 (UTC)

I got a 403 error when downloading the package.