aboutsummaryrefslogtreecommitdiffstats
path: root/testing/php7-mongodb
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-10-10 08:34:42 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-10-10 12:04:52 +0000
commitbe0d737c24c96e957c822f303bc082b1df3ea59d (patch)
tree427187993e0a06151d1aaaab70684dacd7ffaa9f /testing/php7-mongodb
parent822522998a26bc80ed8f03822af08f9f728dcfd8 (diff)
downloadaports-be0d737c24c96e957c822f303bc082b1df3ea59d.tar.bz2
aports-be0d737c24c96e957c822f303bc082b1df3ea59d.tar.xz
testing/php7-mongodb: rebuild against libressl
Diffstat (limited to 'testing/php7-mongodb')
-rw-r--r--testing/php7-mongodb/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/php7-mongodb/APKBUILD b/testing/php7-mongodb/APKBUILD
index 72e73478ee..5d5ad558c4 100644
--- a/testing/php7-mongodb/APKBUILD
+++ b/testing/php7-mongodb/APKBUILD
@@ -4,12 +4,12 @@ pkgname=php7-mongodb
_pkgreal=mongodb
pkgver=1.1.4
_pkgver=${pkgver/_rc/RC}
-pkgrel=0
+pkgrel=1
pkgdesc="PHP7 MongoDB driver"
url="http://pecl.php.net/package/mongodb"
arch="x86_64 armhf"
license="PHP"
-depends="openssl-dev"
+depends="libressl-dev"
pecldepends="php7-dev autoconf"
makedepends="$pecldepends"
install=""