summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorferion2019-05-25 08:43:15 +0300
committerferion2019-05-25 08:43:15 +0300
commita6a66b2fa1a222ae34f8acd9ef1032a36861f542 (patch)
treed693c8e832f76247c2ed945acf1591cb6cfae62b
parentab579d1553fa33424e301f71d8d8f4c25f89445e (diff)
downloadaur-agensgraph-git.tar.gz
changed java req, update srcinfo
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d1b3b3c01dc..e6fc1ea55a75 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = agensgraph-git
pkgdesc = A multi-model graph database based on PostgreSQL.
- pkgver = 1.3.1.r524.a46722f3
+ pkgver = 2.1.1.r494.6122dd6c
pkgrel = 1
url = http://bitnine.net/agensgraph/
install = postgresql.install
@@ -8,7 +8,7 @@ pkgbase = agensgraph-git
arch = x86_64
license = Apache
makedepends = tcl
- makedepends = java-environment-jdk>=7
+ makedepends = jdk8-openjdk
depends = libxml2
depends = readline
depends = zlib
@@ -30,7 +30,7 @@ pkgbase = agensgraph-git
options = !strip
backup = etc/pam.d/postgresql
backup = etc/logrotate.d/postgresql
- source = git+https://github.com/bitnine-oss/agensgraph
+ source = git+https://github.com/bitnine-oss/agensgraph#commit=6122dd6c66abd1af9cba67b72321213f7b53c3e7
source = postgresql-run-socket.patch
source = agensgraph.patch
source = postgresql.pam
diff --git a/PKGBUILD b/PKGBUILD
index b5b83275975b..933a823e7e60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname='agensgraph'
pkgname="${_pkgname}-git"
-pkgver=1.3.1.r524.a46722f3
+pkgver=2.1.1.r494.6122dd6c
pkgrel=1
pkgdesc="A multi-model graph database based on PostgreSQL."
arch=('i686' 'x86_64')
@@ -12,12 +12,12 @@ backup=('etc/pam.d/postgresql' 'etc/logrotate.d/postgresql')
options=(!strip) # to facilitate debugging of testing builds
license=('Apache')
conflicts=('postgresql' 'postgresql-libs' 'postgresql-testing' 'postgresql-client' 'postgresql-git')
-makedepends=('tcl' 'java-environment-jdk>=7' )
+makedepends=('tcl' 'jdk8-openjdk' )
provides=("postgresql-libs=10.3" "postgresql=10.3" 'postgresql-client')
optdepends=('python2: for PL/Python support'
'perl: for PL/Perl support'
'tcl: for PL/Tcl support')
-source=("git+https://github.com/bitnine-oss/agensgraph"
+source=("git+https://github.com/bitnine-oss/agensgraph#commit=6122dd6c66abd1af9cba67b72321213f7b53c3e7"
postgresql-run-socket.patch
agensgraph.patch
postgresql.pam
@@ -49,7 +49,6 @@ prepare() {
build() {
cd "${srcdir}/${_pkgname}"
export JAVA_LIBRARY_PATH="/usr/lib/jvm/default-runtime/lib/amd64/server"
-
./configure \
--prefix=/usr \
--mandir=/usr/share/man \