diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2017-09-11 06:44:05 +0200 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2017-09-11 06:44:05 +0200 |
commit | 0e858de569f62ce07c20fd22abcb6284633090fb (patch) | |
tree | 383c39ecc3e5f39bfefc30f51a36db40c022166f /libre/blender | |
parent | a39ad19fb99f1061e84100152caa3f51c9f8bf00 (diff) | |
download | abslibre-0e858de569f62ce07c20fd22abcb6284633090fb.tar.gz abslibre-0e858de569f62ce07c20fd22abcb6284633090fb.tar.bz2 abslibre-0e858de569f62ce07c20fd22abcb6284633090fb.zip |
libre/blender: rebuilt to fix dependency issues
Diffstat (limited to 'libre/blender')
-rw-r--r-- | libre/blender/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libre/blender/PKGBUILD b/libre/blender/PKGBUILD index 2571f16f3..d13820af7 100644 --- a/libre/blender/PKGBUILD +++ b/libre/blender/PKGBUILD @@ -1,7 +1,8 @@ +# Maintainer: Andreas Grapentin <andreas@grapentin.org> +# Contributor: Márcio Silva <coadde@riseup.net> +# Maintainer (Arch): Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor (Arch): John Sowiak <john@archlinux.org> # Contributor (Arch): tobias <tobias@archlinux.org> -# Maintainer (Arch): Sven-Hendrik Haase <sh@lutzhaase.com> -# Maintainer : Márcio Silva <coadde@parabola.nu> # Sometimes blender.org takes some time to release patch releases and because the blender package # is broke, we sometimes need to build from git directly. @@ -47,7 +48,7 @@ elif [[ "${_gitver}" = 'no' ]]; then pkgver="${_gittagver}.${_gittagrev}" # Revision fi -pkgrel='3.parabola2' +pkgrel='3.parabola3' epoch='17' pkgdesc='A fully integrated 3D graphics creation suite, without nonfree CUDA support' arch=('i686' 'x86_64' 'armv7h') |