From 68b7938bb87c6e91d54e4f35f0223c7237fa53e1 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 16 Aug 2011 23:14:31 +0000 Subject: Tue Aug 16 23:14:31 UTC 2011 --- extra/blender/PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'extra/blender') diff --git a/extra/blender/PKGBUILD b/extra/blender/PKGBUILD index 181602cc3..7aa7466b0 100644 --- a/extra/blender/PKGBUILD +++ b/extra/blender/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 130835 2011-07-08 08:34:11Z eric $ +# $Id: PKGBUILD 135566 2011-08-15 21:13:25Z eric $ # Contributor: John Sowiak # Maintainer: tobias # 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 @@ depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils' \ 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') -- cgit v1.2.3-54-g00ecf