aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-02-24 19:25:12 -0300
committerAndy Postnikov <apostnikov@gmail.com>2020-02-25 00:49:54 +0200
commit7104bdddaeab24d5b27377126b82581b443b7d2a (patch)
tree8882029a0340ecb8310a634f48380701d3c25c64 /testing
parent07d63e48a3b771c207d8d627367b7eea57ff0075 (diff)
downloadaports-7104bdddaeab24d5b27377126b82581b443b7d2a.tar.bz2
aports-7104bdddaeab24d5b27377126b82581b443b7d2a.tar.xz
testing/php7-maxminddb: add missing dependency on php7-bcmath
Diffstat (limited to 'testing')
-rw-r--r--testing/php7-maxminddb/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/php7-maxminddb/APKBUILD b/testing/php7-maxminddb/APKBUILD
index 5b12d81e02..49ec624d9c 100644
--- a/testing/php7-maxminddb/APKBUILD
+++ b/testing/php7-maxminddb/APKBUILD
@@ -3,12 +3,12 @@
pkgname=php7-maxminddb
_pkgreal=MaxMind-DB-Reader-php
pkgver=1.6.0
-pkgrel=0
+pkgrel=1
pkgdesc="PHP7 MaxMind DB Reader extension"
url="https://github.com/maxmind/MaxMind-DB-Reader-php"
arch="all"
license="Apache-2.0"
-depends="php7-common"
+depends="php7-bcmath"
makedepends="libmaxminddb-dev php7-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/maxmind/MaxMind-DB-Reader-php/archive/v$pkgver.tar.gz"
builddir="$srcdir"/$_pkgreal-$pkgver/ext