aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2020-03-08 14:08:30 +0100
committerbartus2020-03-08 14:08:30 +0100
commit76dec025fe9c2e556a03352e4ce3a2f2cea154ab (patch)
treec2368c19898a93133fa9369e2f54d65cce66687e
parent5e222549d20a6b3c43f5617a11f9d90cf992c594 (diff)
downloadaur-76dec025fe9c2e556a03352e4ce3a2f2cea154ab.tar.gz
Add changelog.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 798fa3404459..bea9b63eb052 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,9 @@
pkgbase = blender-2.8-git
pkgdesc = Development version of Blender 2.8 branch
- pkgver = 2.83.r93950.gafe6df1487f
+ pkgver = 2.83.r93958.g946d39f6883
pkgrel = 1
url = https://blender.org/
+ changelog = blender.changelog
arch = i686
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 435df790e555..567cd1abf3c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,9 +26,10 @@ _CMAKE_FLAGS+=( -DWITH_ALEMBIC_HDF5=ON )
((DISABLE_CUDA)) && optdepends+=('cuda: CUDA support in Cycles') || { makedepends+=('cuda') ; ((DISABLE_OPTIX)) || makedepends+=('optix>=7.0'); }
pkgname=blender-2.8-git
-pkgver=2.83.r93950.gafe6df1487f
+pkgver=2.83.r93958.g946d39f6883
pkgrel=1
pkgdesc="Development version of Blender 2.8 branch"
+changelog=blender.changelog
arch=('i686' 'x86_64')
url="https://blender.org/"
depends+=('alembic' 'libgl' 'python' 'python-numpy' 'openjpeg'