diff --git a/trunk/PKGBUILD b/trunk/PKGBUILD index a613ea9..3794f75 100644 --- a/trunk/PKGBUILD +++ b/trunk/PKGBUILD @@ -39,7 +39,10 @@ prepare() { cd ${pkgname} git submodule init git config submodule."vendor/llhttp".url "${srcdir}/llhttp" - git submodule update --recursive + git -c protocol.file.allow=always submodule update --recursive + + git cherry-pick -n 3a14d08af5005adcd342c7d6e341b1dba5e68a18 # Raise allowed charset version FS#76326 + sed 's|.install-cython ||' -i Makefile # This test calls the Python interpreter, we need to make sure that the path