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

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Fri Jul 19 00:07:43 UTC 2013


    Date: Friday, July 19, 2013 @ 02:07:42
  Author: svenstaro
Revision: 94295

upgpkg: blender 9:2.68-1

Updating to 2.68

Modified:
  blender/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-07-18 23:41:16 UTC (rev 94294)
+++ PKGBUILD	2013-07-19 00:07:42 UTC (rev 94295)
@@ -6,13 +6,13 @@
 # Sometimes blender.org takes some time to release patch releases and because Arch users
 # are impatient, we sometimes need to build from svn directly.
 
-_svnrev=58224
+#_svnrev=58224
 
 pkgname=blender
 pkgver=2.68
 [[ -n $_svnrev ]] && pkgver=2.68.$_svnrev
 pkgrel=1
-epoch=8
+epoch=9
 pkgdesc="A fully integrated 3D graphics creation suite"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -27,7 +27,7 @@
 install=blender.install
 if [[ -z $_svnrev ]]; then
   source=(http://download.blender.org/source/$pkgname-$pkgver.tar.gz)
-  md5sums=('a1b6fc1bf7f95ae9d6508f94832042b7')
+  md5sums=('93fffb5fcbdcc44c41c0426d79b6f5c1')
 else
   source=("${pkgname}-${pkgver}::svn+https://svn.blender.org/svnroot/bf-blender/trunk/blender#revision=${_svnrev}")
   true && md5sums=('SKIP')




More information about the arch-commits mailing list