summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRubin Simons2025-05-01 21:35:12 -0400
committerRubin Simons2025-05-01 21:35:12 -0400
commit09de0c36d97de0cc1d7bebc001587ec86be02f30 (patch)
tree32e7594e38f2f29a77477f6f264e4561e04e1fa2
parent91909bd5e50724edc669679f4998a62aa5d30476 (diff)
downloadaur-cypher-shell.tar.gz
Updated cypher-shell to 2025.04.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8245d0c75b46..e92c73daa4d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = cypher-shell
pkgdesc = A command line shell where you can execute Cypher against an instance of Neo4j
- pkgver = 2025.03.0
- pkgrel = 2
+ pkgver = 2025.04.0
+ pkgrel = 1
url = https://github.com/neo4j/cypher-shell
arch = any
license = GPL3
depends = java-runtime=17
- depends = neo4j-community
- source = https://dist.neo4j.org/neo4j-community-2025.03.0-unix.tar.gz
+ depends = neo4j-community=2025.04.0
+ source = https://dist.neo4j.org/neo4j-community-2025.04.0-unix.tar.gz
source = wrapper.sh
- sha256sums = 2908b0d901574a5b484aeba06c3744aea79a46d2cd9d5e538344d9e0ec9a6b2a
+ sha256sums = 118cb439904d1aaad67f2421be518d2acc2b754f621acc209ee3362e5b67ba65
sha256sums = 9454c1c0b17ea9dd243e96914067c7d238bd1c97a389c5ffad2dda13db6a94c8
pkgname = cypher-shell
diff --git a/PKGBUILD b/PKGBUILD
index 306fd6e8ff26..20fff926e424 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,20 +2,20 @@
# Contributor: Zhanibek Adilbekov <zhanibek.adilbekov@pm.me>
pkgname=cypher-shell
-pkgver="2025.03.0"
-pkgrel=2
+pkgver="2025.04.0"
+pkgrel=1
pkgdesc="A command line shell where you can execute Cypher against an instance of Neo4j"
arch=('any')
url="https://github.com/neo4j/${pkgname}"
license=('GPL3')
_java_version=17
-depends=("java-runtime=$_java_version" "neo4j-community")
+depends=("java-runtime=$_java_version" "neo4j-community=$pkgver")
source=(
"https://dist.neo4j.org/neo4j-community-${pkgver}-unix.tar.gz"
"wrapper.sh"
)
# https://dist.neo4j.org/neo4j-community-${pkgver}-unix.tar.gz.sha256
-sha256sums=('2908b0d901574a5b484aeba06c3744aea79a46d2cd9d5e538344d9e0ec9a6b2a'
+sha256sums=('118cb439904d1aaad67f2421be518d2acc2b754f621acc209ee3362e5b67ba65'
'9454c1c0b17ea9dd243e96914067c7d238bd1c97a389c5ffad2dda13db6a94c8')
package() {