aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3bd9b6f4fd6..a8aadbf81b0f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = blender-develop-git
pkgdesc = Development version of Blender (non-conflicting version)
- pkgver = 4.1.r132554.ga8e14af1677
+ pkgver = 4.2.r132730.g98231ea880b
pkgrel = 1
url = https://blender.org/
changelog = blender.changelog
@@ -50,8 +50,8 @@ pkgbase = blender-develop-git
depends = openpgl
depends = shaderc
optdepends = cuda: CUDA support in Cycles
- provides = blender=4.1
- conflicts = blender=4.1
+ provides = blender=4.2
+ conflicts = blender=4.2
source = blender::git+https://github.com/blender/blender#branch=main
source = blender-addons::git+https://github.com/blender/blender-addons
source = blender-addons-contrib::git+https://github.com/blender/blender-addons-contrib
diff --git a/PKGBUILD b/PKGBUILD
index dc9338432f0e..7c9a84d3873a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,7 +27,7 @@ _fragment=${FRAGMENT:-#branch=main}
((DISABLE_CUDA)) && optdepends+=('cuda: CUDA support in Cycles') || { makedepends+=('cuda') ; ((DISABLE_OPTIX)) || makedepends+=('optix>=7.4'); }
pkgname=blender-develop-git
-pkgver=4.1.r132554.ga8e14af1677
+pkgver=4.2.r132730.g98231ea880b
pkgrel=1
pkgdesc="Development version of Blender (non-conflicting version)"
changelog=blender.changelog