diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-16 10:55:12 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:51 +0000 |
commit | 84042629a131aaad4b03362c73870e9846414465 (patch) | |
tree | b9c824eec4c9d55bf34c29ab07b2228f633de99e /testing/blender | |
parent | 21b2f294066858ae8fe5a5ad54046bfb63ef24a5 (diff) | |
download | aports-84042629a131aaad4b03362c73870e9846414465.tar.bz2 aports-84042629a131aaad4b03362c73870e9846414465.tar.xz |
testing/blender: rebuild against python 3.7
Diffstat (limited to 'testing/blender')
-rw-r--r-- | testing/blender/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/blender/APKBUILD b/testing/blender/APKBUILD index 6f105dcaf3..4ab63d7512 100644 --- a/testing/blender/APKBUILD +++ b/testing/blender/APKBUILD @@ -3,7 +3,7 @@ pkgname=blender pkgver=2.79b _pkgver=${pkgver/[a-z]} -pkgrel=4 +pkgrel=5 pkgdesc="3D Creation/Animation/Publishing System" url="https://www.blender.org/" arch="x86_64" |