aboutsummaryrefslogtreecommitdiffstats
path: root/testing/php7-mongodb/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/php7-mongodb/APKBUILD')
-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=""