diff options
Diffstat (limited to 'libre/blender/PKGBUILD')
-rw-r--r-- | libre/blender/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/blender/PKGBUILD b/libre/blender/PKGBUILD index 01376c8b9..1a245334c 100644 --- a/libre/blender/PKGBUILD +++ b/libre/blender/PKGBUILD @@ -29,7 +29,7 @@ _gitdevtoolscommit='896c5f78952adb2d091d28c65086d46992dabdac' # Blender Dev Tool _jpgver='1.5' _llvmver='3.5' _povver='3.7' -_pyver='3.5' +_pyver='3.6' pkgbase='blender' pkgname=("${pkgbase}" "${pkgbase}-addon-gimp" "${pkgbase}-addon-povray") @@ -46,7 +46,7 @@ elif [[ "${_git}" = 'no' ]]; then pkgver="${_gittagver}.${_gittagrev}" # Revision fi -pkgrel='3.parabola1' +pkgrel='4.parabola1' epoch='17' pkgdesc='A fully integrated 3D graphics creation suite, without nonfree CUDA support' arch=('i686' 'x86_64' 'armv7h') |