Remove php-mysql optdep

This commit is contained in:
Dmitriy Bogdanov 2016-11-14 14:32:16 +04:00
parent ad69d98a29
commit 1bcd35b9b3
No known key found for this signature in database
GPG key ID: F396CC2653B8F64D
2 changed files with 0 additions and 2 deletions

View file

@ -10,7 +10,6 @@ pkgbase = wallabag
depends = php-gd
depends = php-tidy
depends = pcre
optdepends = php-mysql: For MySQL storage
optdepends = php-pgsql: For postgres storage
optdepends = php-sqlite: For sqlite storage
optdepends = rabbitmq: For async import

View file

@ -14,7 +14,6 @@ depends=(
'pcre'
)
optdepends=(
'php-mysql: For MySQL storage'
'php-pgsql: For postgres storage'
'php-sqlite: For sqlite storage'
'rabbitmq: For async import'