Index: PKGBUILD =================================================================== --- PKGBUILD (revision 82034) +++ PKGBUILD (working copy) @@ -21,7 +21,7 @@ cp -a pyopencl-$pkgver{,-python2} cd "${srcdir}/pyopencl-${pkgver}" - python3 ./configure.py --cl-enable-gl --no-use-shipped-boost + python3 ./configure.py --cl-enable-gl --no-use-shipped-boost --boost-python-libname=boost_python3 python3 setup.py build cd "$srcdir/pyopencl-$pkgver-python2"