From cb038a82425769663b073ca331b93bbf684a0d34 Mon Sep 17 00:00:00 2001 From: Tasos Sahanidis Date: Fri, 19 Apr 2024 03:49:10 +0300 Subject: extra/python-cffi: Fix patch --- extra/python-cffi/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/python-cffi/PKGBUILD b/extra/python-cffi/PKGBUILD index 3f9d3db4..78288a37 100644 --- a/extra/python-cffi/PKGBUILD +++ b/extra/python-cffi/PKGBUILD @@ -1,2 +1,2 @@ # These for some reason fail only when run through the build system... -eval "$(declare -f check | sed 's@pytest@pytest || true')" +eval "$(declare -f check | sed 's@pytest@pytest || true@')" -- cgit v1.2.3-54-g00ecf