diff options
Diffstat (limited to 'community/blender/PKGBUILD')
-rw-r--r-- | community/blender/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/blender/PKGBUILD b/community/blender/PKGBUILD index 824e25a61..60a9f9983 100644 --- a/community/blender/PKGBUILD +++ b/community/blender/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 145008 2011-12-14 03:12:03Z eric $ +# $Id: PKGBUILD 64569 2012-02-16 20:09:53Z svenstaro $ # Contributor: John Sowiak <john@archlinux.org> # Contributor: tobias <tobias@archlinux.org> # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> @@ -13,8 +13,8 @@ _svn=false pkgname=blender -pkgver=2.61 -pkgrel=5 +pkgver=2.62 +pkgrel=1 epoch=3 pkgdesc="A fully integrated 3D graphics creation suite" arch=('i686' 'x86_64') @@ -29,7 +29,7 @@ options=(!strip) install=blender.install if [ $_svn = false ]; then source=(http://download.blender.org/source/$pkgname-$pkgver.tar.gz) - md5sums=('11a4721ff92286f678bb2e05e5f29c97') + md5sums=('f2357584a5081b03f6e60ba3efe2a610') else source=(ftp://ftp.archlinux.org/other/${pkgname}/$pkgname-$pkgver.tar.xz) md5sums=('7579d1139d0d6025df8afcfca64a65c4') |