summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2021-11-01 15:30:26 +0100
committerbartus2021-11-01 15:30:26 +0100
commit302e9df3786ee66f942fb1da37b641af81371cfb (patch)
tree7655a80d3da111766e1ae5c0e626ac40908a9726
parentc5ad63612ab36d62a8878c4b2b7a8a0d966698a5 (diff)
downloadaur-302e9df3786ee66f942fb1da37b641af81371cfb.tar.gz
Quick fix for https://developer.blender.org/T92629
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0334c90e0eec..2e19554ea13a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = blender-git
pkgdesc = A fully integrated 3D graphics creation suite (development)
- pkgver = 3.1.r109937.g657923cf939
+ pkgver = 3.1.r110015.g2fb725ea308
pkgrel = 1
url = https://blender.org/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 857ea8b8eff2..66431c49cc4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ _fragment="${FRAGMENT:-#branch=master}"
_CMAKE_FLAGS+=( -DWITH_CYCLES_NETWORK=OFF )
pkgname=blender-git
-pkgver=3.1.r109937.g657923cf939
+pkgver=3.1.r110015.g2fb725ea308
pkgrel=1
pkgdesc="A fully integrated 3D graphics creation suite (development)"
arch=('i686' 'x86_64')
@@ -73,6 +73,7 @@ prepare() {
# update the submodules
git submodule update --init --recursive --remote
git apply -v "${srcdir}"/{embree,usd_python,openexr3}.patch
+ git revert --no-commit 43bc494892c3
}
build() {