summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Northon2024-01-24 08:49:24 -0500
committerPatrick Northon2024-01-24 08:49:24 -0500
commit76ff1366891546fe50c2f66ce31e31fb12a6907b (patch)
tree72cb22152a243c17b8c03219f56a477e6495207b
parentb06515221aae931f195008b667910516d63688d7 (diff)
downloadaur-python-cef.tar.gz
Fix compilation.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6210d9006ffc..219529013fce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-cef
pkgdesc = CEF python bindings (with bundled spotify-built CEF)
pkgver = 66.1.r3.g5679f28
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/cztomczak/cefpython
arch = x86_64
license = BSD
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'