summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick Northon2024-01-24 08:49:24 -0500
committerPatrick Northon2024-01-24 08:49:24 -0500
commit76ff1366891546fe50c2f66ce31e31fb12a6907b (patch)
tree72cb22152a243c17b8c03219f56a477e6495207b /PKGBUILD
parentb06515221aae931f195008b667910516d63688d7 (diff)
downloadaur-76ff1366891546fe50c2f66ce31e31fb12a6907b.tar.gz
Fix compilation.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3174dc2d800e..3349391aee58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname='python-cef'
_vermajor="66"
pkgver=66.1.r3.g5679f28
-pkgrel=2
+pkgrel=3
pkgdesc="CEF python bindings (with bundled spotify-built CEF)"
arch=('x86_64')
url='https://github.com/cztomczak/cefpython'
@@ -37,6 +37,7 @@ prepare() {
sed -i 's/command = sudo_command/#command = sudo_command/' 'tools/build.py'
sed -i 's/open(header_file, "rU")/open(header_file, "r", newline=None)/' 'tools/common.py'
+ sed -i 's/cpdef list headerMultimap = \[\]/cdef list headerMultimap = \[\]/' 'src/request.pyx' 'src/response.pyx'
mkdir -p 'build'
cd 'build'