diff options
author | Aiden Grossman <agrossman154@yahoo.com> | 2021-12-08 08:07:15 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2021-12-15 20:17:57 +0100 |
commit | fda7a8cc9e18cf113a226d5d2ed3d2203f2cf503 (patch) | |
tree | b9ac8a4d35d2cc13a6e765bd1b0bb12055e36406 | |
parent | 491e816a00dfd9c01a81bed6905a71f084b81f52 (diff) | |
download | aports-fda7a8cc9e18cf113a226d5d2ed3d2203f2cf503.tar.gz aports-fda7a8cc9e18cf113a226d5d2ed3d2203f2cf503.tar.bz2 aports-fda7a8cc9e18cf113a226d5d2ed3d2203f2cf503.tar.xz |
community/py3-opencl: rebuild against python 3.10
-rw-r--r-- | community/py3-opencl/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-opencl/APKBUILD b/community/py3-opencl/APKBUILD index d783844d1f..2ce49a87b7 100644 --- a/community/py3-opencl/APKBUILD +++ b/community/py3-opencl/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-opencl _pkgreal=pyopencl pkgver=2021.2.6 -pkgrel=0 +pkgrel=1 pkgdesc="Python3 wrapper for OpenCL" url="https://pypi.python.org/pypi/pyopencl" # mips blocked due to py3-numpy |