Skip to content
Snippets Groups Projects
Unverified Commit b51a6822 authored by Caleb Maclennan's avatar Caleb Maclennan
Browse files

upgpkg: 17:4.3.2-5: Backport Python 3.13 patch, closes #29

parent 28546ebc
No related branches found
Tags 17-4.3.2-5
No related merge requests found
pkgbase = blender
pkgdesc = A fully integrated 3D graphics creation suite
pkgver = 4.3.2
pkgrel = 4
pkgrel = 5
epoch = 17
url = https://www.blender.org
arch = x86_64
......
......@@ -9,7 +9,7 @@
pkgname=blender
pkgver=4.3.2
pkgrel=4
pkgrel=5
epoch=17
pkgdesc="A fully integrated 3D graphics creation suite"
arch=('x86_64')
......@@ -150,6 +150,11 @@ prepare() {
git -C release/datafiles/assets lfs fetch network-origin
git -C release/datafiles/assets lfs checkout
# Fix error adding presets with Python 3.13
# c.f. https://projects.blender.org/blender/blender/issues/132626
# c.f. https://gitlab.archlinux.org/archlinux/packaging/packages/blender/-/issues/29
git cherry-pick -n 0f1e1bcdae5953183ef6502545b9fd534cf731a4
# fix draco
patch -p1 -i "$srcdir"/force-draco1.patch
patch -p1 -i "$srcdir"/force-draco2.patch
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment