summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarl Smedstad2023-03-27 18:01:38 +0200
committerCarl Smedstad2023-03-27 18:01:38 +0200
commit6a3bff623c3bf634eb668e7ad8443ca60ab26e57 (patch)
treece4d3db36aa86603f8288170f8bd2715b0f721be
parent33dc4b219d80c12a86c08841982cc112b7610cfb (diff)
downloadaur-6a3bff623c3bf634eb668e7ad8443ca60ab26e57.tar.gz
Publish version 5.6.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 426345e9a037..9d505e06088b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = neo4j-community
pkgdesc = A fully transactional graph database implemented in Java
- pkgver = 5.5.0
+ pkgver = 5.6.0
pkgrel = 1
url = https://neo4j.com
install = neo4j.install
@@ -13,12 +13,12 @@ pkgbase = neo4j-community
backup = etc/neo4j/neo4j.conf
backup = etc/neo4j/server-logs.xml
backup = etc/neo4j/user-logs.xml
- source = https://dist.neo4j.org/deb/neo4j_5.5.0_all.deb
+ source = https://dist.neo4j.org/deb/neo4j_5.6.0_all.deb
source = neo4j
source = neo4j-admin
source = neo4j-tmpfile.conf
source = neo4j.install
- sha256sums = 4725f05273cf0c99da42daaa3b231b950159a65e9622a2567eb94298c5d350e5
+ sha256sums = 7d5d4061be91fe7b168baf0dd948af923b81b3d057d8497915af92ce1f9be443
sha256sums = 583635b1736267222d429e6b049af70f6ebd4f76388e8f621f369538bced5718
sha256sums = d3daadb19de811c9d978dba81432c68d78eeff82bc39e11cc493736dadd5660f
sha256sums = e1311352e05b1e698599b91883141b938ceb418abd7e6bc11cc964854f0a21e1
diff --git a/PKGBUILD b/PKGBUILD
index 378ece7027e7..d7b43e2515f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Mark Dixon <mark@markdixon.name>
pkgname=neo4j-community
-pkgver=5.5.0
+pkgver=5.6.0
pkgrel=1
pkgdesc='A fully transactional graph database implemented in Java'
arch=(any)
@@ -29,7 +29,7 @@ source=(
neo4j.install
)
sha256sums=(
- '4725f05273cf0c99da42daaa3b231b950159a65e9622a2567eb94298c5d350e5'
+ '7d5d4061be91fe7b168baf0dd948af923b81b3d057d8497915af92ce1f9be443'
'583635b1736267222d429e6b049af70f6ebd4f76388e8f621f369538bced5718'
'd3daadb19de811c9d978dba81432c68d78eeff82bc39e11cc493736dadd5660f'
'e1311352e05b1e698599b91883141b938ceb418abd7e6bc11cc964854f0a21e1'
@@ -87,7 +87,7 @@ package() {
# Labs directory
install -Dm644 var/lib/neo4j/labs/LICENSE $pkgdir/var/lib/neo4j/labs/LICENSE
install -Dm644 var/lib/neo4j/labs/README.txt $pkgdir/var/lib/neo4j/labs/README.txt
- install -Dm644 var/lib/neo4j/labs/apoc-5.5.0-core.jar $pkgdir/var/lib/neo4j/labs/apoc-5.5.0-core.jar
+ install -Dm644 var/lib/neo4j/labs/apoc-$pkgver-core.jar $pkgdir/var/lib/neo4j/labs/apoc-$pkgver-core.jar
# Lintian
install -Dm644 usr/share/lintian/overrides/neo4j $pkgdir/usr/share/lintian/overrides/neo4j