trip lint v2
Some checks failed
/ lint (pull_request) Failing after 24s

This commit is contained in:
Antoine Martin 2024-08-11 17:14:59 -04:00
parent 7f07db3d27
commit 71d71b3b2f
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -15,7 +15,7 @@ source="https://github.com/python-validators/validators/archive/$pkgver/py3-vali
builddir="$srcdir/validators-$pkgver"
build() {
gpep517 build-wheel \
gpep517 build-wheel \
--wheel-dir .dist \
--output-fd 3 3>&1 >&2
}