[arch-commits] Commit in blender/trunk (PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Fri Apr 8 20:31:42 UTC 2016
Date: Friday, April 8, 2016 @ 22:31:42
Author: svenstaro
Revision: 169783
upgpkg: blender 17:2.77.a-1
upstream release 2.77a
Modified:
blender/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-04-08 19:41:17 UTC (rev 169782)
+++ PKGBUILD 2016-04-08 20:31:42 UTC (rev 169783)
@@ -11,11 +11,11 @@
# or simply roll with a new version. I usually choose the latter when the former seems
# unreasonable.
-#_gittag=v2.77
-#_gitcommit=da81227e54e23d1f7e6c0c55c2ff939db2ee30a6
+_gittag=v2.77a
+#_gitcommit=abf6f081c4cd5248e174caa8c1c765aa69b8cd96
pkgname=blender
-pkgver=2.77
+pkgver=2.77.a
#[[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit}
pkgrel=1
epoch=17
@@ -27,7 +27,7 @@
'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew' 'openjpeg'
'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada'
'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage'
- 'jemalloc' 'libspnav' 'ptex' 'opensubdiv')
+ 'jemalloc' 'libspnav' 'ptex' 'opensubdiv' 'openvdb' 'log4cplus')
makedepends=('cmake' 'boost' 'mesa' 'git' 'llvm35')
[[ $CARCH == x86_64 ]] && makedepends+=('cuda')
optdepends=('cuda: cycles renderer cuda support')
@@ -39,7 +39,7 @@
"git://git.blender.org/scons.git")
if [[ -n $_gittag ]]; then
source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#tag=${_gittag}")
-else
+elif [[ -n $_gitcommit ]]; then
source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#commit=${_gitcommit}")
fi
md5sums=('SKIP'
More information about the arch-commits
mailing list