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

Eric Bélanger eric at archlinux.org
Sat Aug 13 01:50:31 UTC 2011


    Date: Friday, August 12, 2011 @ 21:50:31
  Author: eric
Revision: 135345

upgpkg: blender 2.59-1
Upstream update

Modified:
  blender/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-08-13 00:53:59 UTC (rev 135344)
+++ PKGBUILD	2011-08-13 01:50:31 UTC (rev 135345)
@@ -5,14 +5,14 @@
 # Apparently, the blender guys refuse to release source tarballs for
 # intermediate releases that deal mainly with binaries but incorporate tiny
 # minor changes from svn. Since I'm sick and tired of the urges of users that
-# look for release numbers only we make a messy PKGBUILD that can checkout svn
+# look for release numbers only, we make a messy PKGBUILD that can checkout svn
 # release if necessary.
 
-_svn=true
-#_svn=false
+#_svn=true
+_svn=false
 
 pkgname=blender
-pkgver=2.58a
+pkgver=2.59
 pkgrel=1
 epoch=2
 pkgdesc="A fully integrated 3D graphics creation suite"
@@ -25,8 +25,8 @@
 makedepends=('cmake') # 'subversion'
 install=blender.install
 if [ $_svn = false ]; then
-  source=(http://download.blender.org/source/$pkgname-$pkgver.tgz)
-  md5sums=('04a0d43ff27aa0abf14ca559f6a6bf67')
+  source=(http://download.blender.org/source/$pkgname-$pkgver.tar.gz)
+  md5sums=('6f68fe3c3c2b6a85f1ba9ebc5b1155fe')
 else
   source=(ftp://ftp.archlinux.org/other/${pkgname}/$pkgname-$pkgver.tar.xz)
   md5sums=('7579d1139d0d6025df8afcfca64a65c4')




More information about the arch-commits mailing list