diff options
-rw-r--r-- | testing/homer-api/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/homer-api/APKBUILD b/testing/homer-api/APKBUILD index a8dd520402..b7fda17bcc 100644 --- a/testing/homer-api/APKBUILD +++ b/testing/homer-api/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: pkgname=homer-api pkgver=5.0.1 -pkgrel=1 +pkgrel=2 pkgdesc="HOMER API" url="https://github.com/sipcapture/homer-api" arch="noarch" license="GPL" -depends="perl perl-dbi perl-dbd-mysql" +depends="perl perl-dbi perl-dbd-mysql php5-pdo_mysql" depends_dev= makedepends="$depends_dev" install= |