From b13503f000788bd4dd5c610a963aaa358f6ae92c Mon Sep 17 00:00:00 2001
From: Kevin Mihelich <kevin@archlinuxarm.org>
Date: Thu, 25 Jul 2019 12:34:28 +0000
Subject: [PATCH] community/blender to 2.80rc2-1

---
 community/blender/PKGBUILD | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/community/blender/PKGBUILD b/community/blender/PKGBUILD
index d729f080e..eb4a6475b 100644
--- a/community/blender/PKGBUILD
+++ b/community/blender/PKGBUILD
@@ -16,13 +16,13 @@ buildarch=12
 # or simply roll with a new version. I usually choose the latter when the former seems
 # unreasonable.
 
-_gittag=v2.80-rc1
+_gittag=v2.80-rc2
 # _gitcommit=054dbb833e15275e0e991e2c15e754a3e7583716
 
 pkgname=blender
-pkgver=2.80rc1
+pkgver=2.80rc2
 [[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit:0:8}
-pkgrel=2
+pkgrel=1
 epoch=17
 pkgdesc="A fully integrated 3D graphics creation suite"
 arch=('x86_64')