diff options
Diffstat (limited to 'community/python2-pyopencl')
-rw-r--r-- | community/python2-pyopencl/PKGBUILD | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/community/python2-pyopencl/PKGBUILD b/community/python2-pyopencl/PKGBUILD index 0e5477a4a..6dbdfcbee 100644 --- a/community/python2-pyopencl/PKGBUILD +++ b/community/python2-pyopencl/PKGBUILD @@ -1,21 +1,18 @@ -# $Id: PKGBUILD 61157 2011-12-22 18:02:54Z ibiru $ +# $Id: PKGBUILD 65311 2012-02-20 22:07:36Z stephane $ # Maintainer: Stéphane Gaudreault <stephane@archlinux.org> pkgname=python2-pyopencl -pkgver=2011.1.2 -pkgrel=4 +pkgver=2011.2 +pkgrel=1 pkgdesc="A complete, object-oriented language binding of OpenCL to Python" arch=('i686' 'x86_64') url="http://mathema.tician.de/software/pyopencl" license=('custom') depends=('python2' 'python2-numpy' 'python2-mako' 'python2-pytools' 'libcl' 'opencl-headers' 'mesa') makedepends=('ctags' 'python2-distribute') -provides=('pyopencl=${pkgver}') -replaces=('pyopencl') -conflicts=('pyopencl') source=("http://pypi.python.org/packages/source/p/pyopencl/pyopencl-${pkgver}.tar.gz" 'LICENSE.txt') -sha1sums=('5ecc476b86317ed065c75c1d8efb2a53d1d8f075' +sha1sums=('6db28dcb896c9fef7c1c361f69ebfb96050d2977' '2e6966b3d9b15603ce2c3ff79eeadd63c5d066b7') build() { |