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 94873d6423..ee1fffea03 100644 --- a/testing/homer-api/APKBUILD +++ b/testing/homer-api/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: pkgname=homer-api pkgver=5.0.6 -pkgrel=8 +pkgrel=9 pkgdesc="HOMER API" url="https://github.com/sipcapture/homer-api" arch="noarch" license="GPL" -depends="homer-db php7-pdo_mysql" +depends="homer-db php7-ctype php7-json php7-pdo_mysql php7-session" makedepends="$depends_dev" options="!check" subpackages="$pkgname-doc homer-db" |