aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libneo4j-client
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-10-09 12:59:48 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-10-10 12:04:49 +0000
commitf65a9d0cb8e9ad679751bfd9280bf2fb91934840 (patch)
tree5c15cc5272804f3d366dcbca7a49f43108398e33 /testing/libneo4j-client
parent96e7c6f7181147b1ed43e9600b61bebd9a8f7f27 (diff)
testing/libneo4j-client: rebuild against libressl
Diffstat (limited to 'testing/libneo4j-client')
-rw-r--r--testing/libneo4j-client/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/libneo4j-client/APKBUILD b/testing/libneo4j-client/APKBUILD
index fe0fbe1e11a..c6b623807cd 100644
--- a/testing/libneo4j-client/APKBUILD
+++ b/testing/libneo4j-client/APKBUILD
@@ -2,13 +2,13 @@
# Maintainer: Chris Leishman <chris@leishman.org>
pkgname=libneo4j-client
pkgver=1.2.1
-pkgrel=0
+pkgrel=1
pkgdesc="Client library for the Neo4j graph database"
url="https://github.com/cleishm/libneo4j-client"
arch="x86_64 aarch64"
license="ASL 2.0"
depends="openssl"
-depends_dev="openssl-dev"
+depends_dev="libressl-dev"
makedepends="$depends_dev automake autoconf libtool check-dev doxygen pkgconfig fts fts-dev libedit-dev libcypher-parser-dev"
install=""
subpackages="$pkgname-dev $pkgname-doc neo4j-client neo4j-client-doc"