aboutsummaryrefslogtreecommitdiffstats
path: root/community/icingaweb2/APKBUILD
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2020-04-08 20:56:50 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2020-04-09 14:10:33 +0000
commit45ed23b00bc08efaad2f429f9e7a6b18cdf21a1c (patch)
treec8f48fd84cce8de3b0e7c2c5fe352d9c44a0b6af /community/icingaweb2/APKBUILD
parent8a564a86c28f5c610bd0d77ef7202892e61486de (diff)
downloadaports-45ed23b00bc08efaad2f429f9e7a6b18cdf21a1c.tar.bz2
aports-45ed23b00bc08efaad2f429f9e7a6b18cdf21a1c.tar.xz
community/icingaweb2: added sqlite dependency
Diffstat (limited to 'community/icingaweb2/APKBUILD')
-rw-r--r--community/icingaweb2/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/icingaweb2/APKBUILD b/community/icingaweb2/APKBUILD
index 621209614d..bd9f93c007 100644
--- a/community/icingaweb2/APKBUILD
+++ b/community/icingaweb2/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=icingaweb2
pkgver=2.7.3
-pkgrel=0
+pkgrel=1
pkgdesc="Web Interface for Icinga2"
url="http://www.icinga.org"
arch="noarch !armhf !armv7 !s390x !mips !mips64"
@@ -11,7 +11,8 @@ _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}-pecl-imagick ${_php}-pdo_mysql
- ${_php}-pdo_pgsql ${_php}-session ${_php}-curl"
+ ${_php}-pdo_pgsql ${_php}-session ${_php}-curl
+ ${_php}-sqlite3 ${_php}-pdo_sqlite"
pkggroups="icingaweb2"
options="!check"
install="$pkgname.pre-install $pkgname.post-install"