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

Eric Bélanger eric at archlinux.org
Wed Dec 14 03:11:34 UTC 2011


    Date: Tuesday, December 13, 2011 @ 22:11:33
  Author: eric
Revision: 145007

upgpkg: blender 3:2.61-1

Upstream update, Remove already satisfied libsndfile depends

Modified:
  blender/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-12-13 23:40:35 UTC (rev 145006)
+++ PKGBUILD	2011-12-14 03:11:33 UTC (rev 145007)
@@ -12,8 +12,8 @@
 _svn=false
 
 pkgname=blender
-pkgver=2.60a
-pkgrel=2
+pkgver=2.61
+pkgrel=1
 epoch=3
 pkgdesc="A fully integrated 3D graphics creation suite"
 arch=('i686' 'x86_64')
@@ -21,12 +21,12 @@
 url="http://www.blender.org"
 depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils' \
          'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew' \
-         'freetype2' 'openal' 'libsndfile' 'ffmpeg')
+         'freetype2' 'openal' 'ffmpeg')
 makedepends=('cmake')
 install=blender.install
 if [ $_svn = false ]; then
   source=(http://download.blender.org/source/$pkgname-$pkgver.tar.gz)
-  md5sums=('cc7e4a56c9f7941c33c958ff0338f9a6')
+  md5sums=('11a4721ff92286f678bb2e05e5f29c97')
 else
   source=(ftp://ftp.archlinux.org/other/${pkgname}/$pkgname-$pkgver.tar.xz)
   md5sums=('7579d1139d0d6025df8afcfca64a65c4')




More information about the arch-commits mailing list