aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64154fdec529..693813b4247e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -35,8 +35,8 @@ pkgbase = blender-2.8-git
depends = libtiff
depends = libpng
optdepends = cuda: CUDA support in Cycles
- provides = blender=2.80
- conflicts = blender
+ provides = blender-2.81
+ conflicts = blender-2.81
source = git://git.blender.org/blender.git#branch=master
source = blender-addons.git::git://git.blender.org/blender-addons.git
source = blender-addons-contrib.git::git://git.blender.org/blender-addons-contrib.git
diff --git a/PKGBUILD b/PKGBUILD
index 6ae43eb8b75e..0295341fdf08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,8 +20,8 @@ optdepends=('cuda: CUDA support in Cycles')
makedepends=('git' 'cmake' 'boost' 'mesa' 'llvm')
((DISABLE_NINJA)) || makedepends+=('ninja')
((DISABLE_CUDA)) || makedepends+=('cuda')
-provides=('blender=2.80')
-conflicts=('blender')
+provides=('blender-2.81')
+conflicts=('blender-2.81')
license=('GPL')
install=blender.install
# NOTE: the source array has to be kept in sync with .gitmodules