diff options
-rw-r--r-- | testing/homer-api/APKBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/testing/homer-api/APKBUILD b/testing/homer-api/APKBUILD index a4e3d6dac2..94873d6423 100644 --- a/testing/homer-api/APKBUILD +++ b/testing/homer-api/APKBUILD @@ -2,15 +2,14 @@ # Maintainer: pkgname=homer-api pkgver=5.0.6 -pkgrel=7 +pkgrel=8 pkgdesc="HOMER API" url="https://github.com/sipcapture/homer-api" arch="noarch" license="GPL" -depends="homer-db php5-pdo_mysql" -depends_dev= +depends="homer-db php7-pdo_mysql" makedepends="$depends_dev" -install= +options="!check" subpackages="$pkgname-doc homer-db" source="$pkgname-$pkgver.tar.gz::https://github.com/sipcapture/homer-api/archive/$pkgver.tar.gz homer_db_init |