diff options
-rw-r--r-- | testing/homer-ui/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/homer-ui/APKBUILD b/testing/homer-ui/APKBUILD index c887f7000d..0dc31c5cb5 100644 --- a/testing/homer-ui/APKBUILD +++ b/testing/homer-ui/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Leonardo Arena <rnalrd@alpinelinux.org> pkgname=homer-ui pkgver=5.0.6 -pkgrel=1 +pkgrel=2 pkgdesc="HOMER User-Interface" url="https://github.com/sipcapture/homer-ui" arch="noarch" license="AGPL3" -depends="homer-api php5-ctype php5-mysql php5-gd php5-json" +depends="homer-api" depends_dev= makedepends="$depends_dev" install= |