summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefanos Carlström2020-05-24 20:08:08 +0200
committerStefanos Carlström2020-05-24 20:08:08 +0200
commit38e863db3ae099c6f355c7e0c3ee06c05c45d455 (patch)
tree43f4b2177b4b14b3798509430d058c137e718b98
parent912f6630c6705f1489482c1760f772af14e7a8aa (diff)
downloadaur-38e863db3ae099c6f355c7e0c3ee06c05c45d455.tar.gz
Updated to 2.82a; openjpeg2
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ead09ec74eb2..e359e1acf897 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,20 +4,20 @@
# main package repo, but customized to compile a standalone Python
# module.
-_gittag=v2.82
+_gittag=v2.82a
# _gitcommit=rB5b416ffb848e66238d9646a239840499f98121a9
pkgname=blender-as-py-module
-pkgver=2.82
+pkgver=2.82a
[[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit:0:8}
-pkgrel=1
+pkgrel=2
pkgdesc="A fully integrated 3D graphics creation suite, to be used as Python module. Useful for programmatic/batch rendering."
arch=('x86_64')
license=('GPL')
url="http://www.blender.org"
depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils'
'python-requests' 'shared-mime-info' 'hicolor-icon-theme'
- 'xdg-utils' 'glew' 'openjpeg' 'python-numpy' 'freetype2'
+ 'xdg-utils' 'glew' 'openjpeg2' 'python-numpy' 'freetype2'
'boost-libs' 'openimageio' 'opencolorio'
'openshadinglanguage' 'libspnav' 'ptex' 'opensubdiv'
'log4cplus')