From f65a9d0cb8e9ad679751bfd9280bf2fb91934840 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Sun, 9 Oct 2016 12:59:48 +0000 Subject: [PATCH] testing/libneo4j-client: rebuild against libressl --- testing/libneo4j-client/APKBUILD | 4 ++-- 1 file 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 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"