summaryrefslogtreecommitdiff
path: root/extra/blender
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-08-16 23:14:31 +0000
committerroot <root@rshg054.dnsready.net>2011-08-16 23:14:31 +0000
commit68b7938bb87c6e91d54e4f35f0223c7237fa53e1 (patch)
treec958be233dadd94e64aee91d88f18f1638817b6f /extra/blender
parent3abfc1ebef5936241997dd882938581c91743ee9 (diff)
Tue Aug 16 23:14:31 UTC 2011
Diffstat (limited to 'extra/blender')
-rw-r--r--extra/blender/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
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 <john@archlinux.org>
# Maintainer: tobias <tobias@archlinux.org>
# 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')