mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/blender to 3.1.0-1
This commit is contained in:
parent
3864c34a00
commit
91ce54517b
1 changed files with 2 additions and 5 deletions
|
@ -14,8 +14,8 @@ buildarch=8
|
|||
# fine with them.
|
||||
|
||||
pkgname=blender
|
||||
pkgver=3.0.1
|
||||
pkgrel=6
|
||||
pkgver=3.1.0
|
||||
pkgrel=1
|
||||
epoch=17
|
||||
pkgdesc="A fully integrated 3D graphics creation suite"
|
||||
arch=('x86_64')
|
||||
|
@ -35,7 +35,6 @@ source=("git+https://git.blender.org/blender.git#tag=v$pkgver"
|
|||
"git+https://git.blender.org/blender-translations.git"
|
||||
"git+https://git.blender.org/blender-dev-tools.git"
|
||||
https://developer.download.nvidia.com/redist/optix/v7.3/OptiX-7.3.0-Include.zip
|
||||
https://dev-files.blender.org/file/data/tcfvs2kikz4ygt3ijgrj/PHID-FILE-oiqrsdika6wadprdqxfz/D14128.diff
|
||||
force-draco1.patch
|
||||
force-draco2.patch)
|
||||
sha512sums=('SKIP'
|
||||
|
@ -44,7 +43,6 @@ sha512sums=('SKIP'
|
|||
'SKIP'
|
||||
'SKIP'
|
||||
'd842e989bf86f4ae932f8708f6340861de4ea33b21435cceeb9a5e3135ef2ddb671e19fe11c397bddbf85894ba312194eac5acc21cbec70607120c0bda0100ef'
|
||||
'62a92e849fb2d58092c147e517dd5d85ca488bc6a0bb8943a65f0fd110f14d4fc33e1d83b307aa5d0927f7af9be9018476c3fd1cbb5102adf7f756db0ee4a94c'
|
||||
'e239da4f3906f1b54265435181cf770bae3d269c8d915df9a73861e6ee71ec70bf2339426e7c81a91e5a567273b3b3742d7a99feefd3398d821b26e1ff3a56d0'
|
||||
'527ab66e5eace777de0043c1ca5787a488f6471450ce67fd6d08137ad0ef56177bc0c17696f30a5fca23fa55d8ca9c3f30cb7b17550dba2dbd8e89ca0b361990')
|
||||
|
||||
|
@ -59,7 +57,6 @@ prepare() {
|
|||
git submodule update
|
||||
git submodule foreach git checkout v${pkgver}
|
||||
|
||||
patch -p1 -i "$srcdir"/D14128.diff # Fix build with OpenEXR 3 and OpenImageIO 2.3
|
||||
patch -p1 -i "$srcdir"/force-draco1.patch
|
||||
patch -p1 -d release/scripts/addons -i "$srcdir"/force-draco2.patch
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue