diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-09 12:59:48 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-10 12:04:49 +0000 |
commit | f65a9d0cb8e9ad679751bfd9280bf2fb91934840 (patch) | |
tree | 5c15cc5272804f3d366dcbca7a49f43108398e33 /testing/libneo4j-client/APKBUILD | |
parent | 96e7c6f7181147b1ed43e9600b61bebd9a8f7f27 (diff) | |
download | aports-f65a9d0cb8e9ad679751bfd9280bf2fb91934840.tar.bz2 aports-f65a9d0cb8e9ad679751bfd9280bf2fb91934840.tar.xz |
testing/libneo4j-client: rebuild against libressl
Diffstat (limited to 'testing/libneo4j-client/APKBUILD')
-rw-r--r-- | testing/libneo4j-client/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/libneo4j-client/APKBUILD b/testing/libneo4j-client/APKBUILD index fe0fbe1e11..c6b623807c 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" |