Remove php-mysql optdep
This commit is contained in:
parent
ad69d98a29
commit
1bcd35b9b3
2 changed files with 0 additions and 2 deletions
1
.SRCINFO
1
.SRCINFO
|
@ -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
|
||||
|
|
1
PKGBUILD
1
PKGBUILD
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue