aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2019-02-27 15:10:53 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2019-02-27 15:22:16 +0000
commitee23bb2d68d2f65e687350b554c72097aace94d3 (patch)
tree881bc3282837130f82988b99dd663de2a77c17a2
parenta7e15158cb4f718e1e608538c5c11a79051c399d (diff)
downloadaports-ee23bb2d68d2f65e687350b554c72097aace94d3.tar.bz2
aports-ee23bb2d68d2f65e687350b554c72097aace94d3.tar.xz
community/icingaweb2:added php-curl dependency
-rw-r--r--community/icingaweb2/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/icingaweb2/APKBUILD b/community/icingaweb2/APKBUILD
index 8887bdd1f0..f7a354e618 100644
--- a/community/icingaweb2/APKBUILD
+++ b/community/icingaweb2/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=icingaweb2
pkgver=2.6.2
-pkgrel=0
+pkgrel=1
pkgdesc="Web Interface for Icinga2"
url="http://www.icinga.org"
arch="noarch !armhf !armv7"
@@ -11,7 +11,7 @@ _php=php7
depends="icinga2 $_php ${_php}-gd ${_php}-ldap ${_php}-intl ${_php}-pgsql
${_php}-mysqlnd ${_php}-gettext ${_php}-ctype ${_php}-openssl ${_php}-sockets
${_php}-json ${_php}-dom ${_php}-imagick ${_php}-pdo_mysql
- ${_php}-pdo_pgsql ${_php}-session"
+ ${_php}-pdo_pgsql ${_php}-session ${_php}-curl"
pkggroups="icingaweb2"
options="!check"
install="$pkgname.pre-install $pkgname.post-install"