summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe2884a47138..bdbe5eb1bc93 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = nominatim
license = GPL2
checkdepends = python-behave
checkdepends = phpunit
- checkdepends = phpcs
+ checkdepends = php-codesniffer
checkdepends = python-pylint
checkdepends = python-pytest
makedepends = clang
diff --git a/PKGBUILD b/PKGBUILD
index f5dedcadc7a9..a513ffcaa3b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -48,7 +48,7 @@ optdepends=(
checkdepends=(
"python-behave"
"phpunit"
- "phpcs"
+ "php-codesniffer"
"python-pylint"
"python-pytest"
)