summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ee9903103fee..7567d19b7243 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=cmake-lint
pkgver=1.4.2
-pkgrel=6
+pkgrel=7
pkgdesc="Check for coding style issues in CMake files"
arch=(any)
url="https://github.com/cmake-lint/cmake-lint"
@@ -12,7 +12,6 @@ depends=(python)
makedepends=(
python-build
python-installer
- python-pytest-runner
python-setuptools
python-wheel
)
@@ -37,7 +36,7 @@ prepare() {
build() {
cd "$_archive"
- python -m build --wheel --no-isolation
+ python -m build --wheel --no-isolation --skip-dependency-check
}
check() {