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

Maxime Gauduin alucryd at archlinux.org
Tue Aug 19 10:21:57 UTC 2014


    Date: Tuesday, August 19, 2014 @ 12:21:56
  Author: alucryd
Revision: 117621

glew rebuild: blender 14:2.71-2

Modified:
  blender/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-19 09:59:08 UTC (rev 117620)
+++ PKGBUILD	2014-08-19 10:21:56 UTC (rev 117621)
@@ -11,12 +11,12 @@
 # or simply roll with a new version. I usually choose the latter when the former seems
 # unreasonable.
 
-#_gittag=v2.71
-_gitcommit=bb39925ec
+_gittag=v2.71
+#_gitcommit=ffffff
 
 pkgname=blender
 pkgver=2.71
-[[ -n $_gitcommit ]] && pkgver=2.71.git1.$_gitcommit
+[[ -n $_gitcommit ]] && pkgver=2.70.$_gitcommit
 pkgrel=2
 epoch=14
 pkgdesc="A fully integrated 3D graphics creation suite"
@@ -41,11 +41,7 @@
 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