diff options
Diffstat (limited to 'community/python-pyopencl')
-rw-r--r-- | community/python-pyopencl/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/python-pyopencl/PKGBUILD b/community/python-pyopencl/PKGBUILD index 560cc01c2..156e96187 100644 --- a/community/python-pyopencl/PKGBUILD +++ b/community/python-pyopencl/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 82124 2013-01-09 01:12:19Z stephane $ +# $Id: PKGBUILD 83272 2013-01-28 16:50:04Z stephane $ # Maintainer: Stéphane Gaudreault <stephane@archlinux.org> pkgbase=python-pyopencl pkgname=('python2-pyopencl' 'python-pyopencl' 'pyopencl-headers') pkgver=2012.1 -pkgrel=6 +pkgrel=7 pkgdesc="A complete, object-oriented language binding of OpenCL to Python" arch=('i686' 'x86_64') url="http://mathema.tician.de/software/pyopencl" license=('custom') -makedepends=('ctags' 'python2-distribute' 'python-distribute' 'libcl' 'opencl-headers' 'mesa' 'boost' 'python2-mako' 'python-mako' 'python-numpy' 'python2-numpy') +makedepends=('ctags' 'python2-distribute' 'python-distribute' 'libcl' 'opencl-headers' 'mesa' 'boost>=1.52.0' 'python2-mako' 'python-mako' 'python-numpy' 'python2-numpy') source=("http://pypi.python.org/packages/source/p/pyopencl/pyopencl-${pkgver}.tar.gz" 'LICENSE.txt') sha1sums=('ef2460d5e9b883d8afe0ec47863a243b6f8ac7ff' |