[arch-commits] Commit in blender/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Fri Aug 15 19:22:34 UTC 2014


    Date: Friday, August 15, 2014 @ 21:22:34
  Author: svenstaro
Revision: 117443

upgpkg: blender 14:2.71.git1.bb39925ec-2

boost 1.56.0 rebuild

Modified:
  blender/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-15 16:10:44 UTC (rev 117442)
+++ PKGBUILD	2014-08-15 19:22:34 UTC (rev 117443)
@@ -11,13 +11,13 @@
 # or simply roll with a new version. I usually choose the latter when the former seems
 # unreasonable.
 
-_gittag=v2.71
-#_gitcommit=ffffff
+#_gittag=v2.71
+_gitcommit=bb39925ec
 
 pkgname=blender
 pkgver=2.71
-[[ -n $_gitcommit ]] && pkgver=2.70.$_gitcommit
-pkgrel=1
+[[ -n $_gitcommit ]] && pkgver=2.71.git1.$_gitcommit
+pkgrel=2
 epoch=14
 pkgdesc="A fully integrated 3D graphics creation suite"
 arch=('i686' 'x86_64')
@@ -41,7 +41,11 @@
 else
     source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#commit=${_gitcommit}")
 fi
-md5sums=('SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP')
+md5sums=('SKIP'
+         'SKIP'
+         'SKIP'
+         'SKIP'
+         'SKIP')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"




More information about the arch-commits mailing list