diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-10-23 17:46:08 -0200 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-10-23 17:46:08 -0200 |
commit | f105063feb44f95112c3a341eded6e782260ea80 (patch) | |
tree | 5d759054bfa8af3f55bb1c818129625add686ab1 /libre/blender | |
parent | 326b3b12c3ef06ac00b9682b0335934742cff208 (diff) | |
download | abslibre-f105063feb44f95112c3a341eded6e782260ea80.tar.gz abslibre-f105063feb44f95112c3a341eded6e782260ea80.tar.bz2 abslibre-f105063feb44f95112c3a341eded6e782260ea80.zip |
update blender
Diffstat (limited to 'libre/blender')
-rw-r--r-- | libre/blender/PKGBUILD | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/libre/blender/PKGBUILD b/libre/blender/PKGBUILD index 56fe35e85..f3e163b8a 100644 --- a/libre/blender/PKGBUILD +++ b/libre/blender/PKGBUILD @@ -12,27 +12,27 @@ # unreasonable. _git=no -_gittag=v2.72 -# blender: Fri, 3 Oct 2014 13:58:58 +0000 (15:58 +0200) -_gitcommit=95182d -# blender-addons: Fri, 3 Oct 2014 12:47:22 +0000 (14:47 +0200) -_gitaddonscommit=c210f8 -# blender-addons-contrib: Tue, 30 Sep 2014 20:09:07 +0000 (17:09 -0300) -_gitaddonscontribcommit=3fc30c -# blender-translations: Fri, 3 Oct 2014 13:55:15 +0000 (15:55 +0200) -_gittranslationscommit=c98069 +_gittag=v2.72b +# blender: Tue, 21 Oct 2014 11:57:39 +0000 (17:57 +0600) +_gitcommit=9e963a +# blender-addons: Tue, 21 Oct 2014 19:48:21 +0000 (21:48 +0200) +_gitaddonscommit=b71475 +# blender-addons-contrib: Tue, 14 Oct 2014 05:32:33 +0000 (16:32 +1100) +_gitaddonscontribcommit=ea70fe +# blender-translations: Mon, 13 Oct 2014 19:43:20 +0000 (21:43 +0200) +_gittranslationscommit=02219a pkgbase=blender pkgname=("$pkgbase" "$pkgbase-addon-gimp" "$pkgbase-addon-povray") -_pkgver=2.72 +_pkgver=2.72b [[ $_git == no ]] && pkgver=$_pkgver [[ $_git == yes ]] && pkgver=$_pkgver.git1.$_gitcommit pkgrel=1.parabola1 -_epoch=14 +_epoch=15 _jpgver=1.5 _llvmver=3.5 _pyver=3.4 -pkgdesc='Fully integrated 3D graphics creation suite, without nonfree cuda support' +pkgdesc='Fully integrated 3D graphics creation suite, without nonfree CUDA support' arch=('i686' 'x86_64' 'mips64el') license=('GPL') url="http://www.$pkgbase.org" |