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-gd
|
||||||
depends = php-tidy
|
depends = php-tidy
|
||||||
depends = pcre
|
depends = pcre
|
||||||
optdepends = php-mysql: For MySQL storage
|
|
||||||
optdepends = php-pgsql: For postgres storage
|
optdepends = php-pgsql: For postgres storage
|
||||||
optdepends = php-sqlite: For sqlite storage
|
optdepends = php-sqlite: For sqlite storage
|
||||||
optdepends = rabbitmq: For async import
|
optdepends = rabbitmq: For async import
|
||||||
|
|
1
PKGBUILD
1
PKGBUILD
|
@ -14,7 +14,6 @@ depends=(
|
||||||
'pcre'
|
'pcre'
|
||||||
)
|
)
|
||||||
optdepends=(
|
optdepends=(
|
||||||
'php-mysql: For MySQL storage'
|
|
||||||
'php-pgsql: For postgres storage'
|
'php-pgsql: For postgres storage'
|
||||||
'php-sqlite: For sqlite storage'
|
'php-sqlite: For sqlite storage'
|
||||||
'rabbitmq: For async import'
|
'rabbitmq: For async import'
|
||||||
|
|
Loading…
Reference in a new issue