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

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Tue May 21 23:22:39 UTC 2013


    Date: Wednesday, May 22, 2013 @ 01:22:39
  Author: svenstaro
Revision: 91399

upgpkg: blender 8:2.67a-2

Updating to 2.67a

Modified:
  blender/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-21 23:19:00 UTC (rev 91398)
+++ PKGBUILD	2013-05-21 23:22:39 UTC (rev 91399)
@@ -9,10 +9,10 @@
 #_svnrev=56125
 
 pkgname=blender
-pkgver=2.67
+pkgver=2.67a
 [[ -n $_svnrev ]] && pkgver=2.67.$_svnrev
 pkgrel=2
-epoch=7
+epoch=8
 pkgdesc="A fully integrated 3D graphics creation suite"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -25,12 +25,12 @@
 optdepends=('cuda: cycles renderer cuda support')
 options=(!strip)
 install=blender.install
-if [[ -n $_svnrev ]]; then
+if [[ -z $_svnrev ]]; then
+  source=(http://download.blender.org/source/$pkgname-$pkgver.tar.gz)
+  md5sums=('83b4fe261697f6313a9af2c37c23e0bb')
+else
   source=("${pkgname}-${pkgver}::svn+https://svn.blender.org/svnroot/bf-blender/trunk/blender#revision=${_svnrev}")
-  md5sums=(SKIP)
-else
-  source=(http://download.blender.org/source/$pkgname-$pkgver.tar.gz)
-  md5sums=('5ada1df1f0e5d106dc43e6156652c5ea')
+  md5sums=('SKIP')
 fi
 
 build() {




More information about the arch-commits mailing list