diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-10-23 18:40:23 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-10-23 18:40:23 -0200 |
commit | 4441af8bee25648c586cb221a348b0e7e320a36f (patch) | |
tree | 174e469d22d1a230acb89c0719ff2b53112a6e0e /libre/blender/PKGBUILD | |
parent | 49082285deeecfd2949052d5fbac11905d02f74d (diff) | |
parent | 653124cdda8e741e9808c0519be38fa297b1ffbe (diff) | |
download | abslibre-4441af8bee25648c586cb221a348b0e7e320a36f.tar.gz abslibre-4441af8bee25648c586cb221a348b0e7e320a36f.tar.bz2 abslibre-4441af8bee25648c586cb221a348b0e7e320a36f.zip |
Merge branch 'master' of ssh://projects.parabola.nu/~git/abslibre
Diffstat (limited to 'libre/blender/PKGBUILD')
-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" |