summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--python2-pyopencl/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/python2-pyopencl/PKGBUILD b/python2-pyopencl/PKGBUILD
index 61c8b4ac..cf44d4a6 100644
--- a/python2-pyopencl/PKGBUILD
+++ b/python2-pyopencl/PKGBUILD
@@ -4,8 +4,8 @@
_pypiname=pyopencl
pkgname=python2-pyopencl
-pkgver=2019.1.1
-pkgrel=3
+pkgver=2019.1.2
+pkgrel=1
epoch=1
pkgdesc="A complete, object-oriented language binding of OpenCL to Python2"
arch=('i686' 'pentium4' 'x86_64')
@@ -22,10 +22,11 @@ depends=(
'python2-cffi'
'python2-mako'
'python2-numpy'
+ 'python2-pybind11'
'python2-pytools'
'python2-setuptools'
)
-makedepends=('ctags' 'boost' 'git' 'pybind11')
+makedepends=('ctags' 'boost' 'git')
checkdepends=('python2-six' 'python2-appdirs'
'python2-pytest' 'python2-pytools')
source=("git+https://github.com/inducer/pyopencl.git?signed#tag=v${pkgver}")