diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-01-02 06:08:25 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-01-02 06:08:40 +0100 |
commit | 54fd09f351085bf54ef84b6f7a25d76c2a5039b7 (patch) | |
tree | 40db1fcd830c3ad25bbb5630af40b36d73dfce8f /libre/blender | |
parent | 74c2963ca777569dbee3c1852695b5b66516d314 (diff) | |
download | abslibre-54fd09f351085bf54ef84b6f7a25d76c2a5039b7.tar.gz abslibre-54fd09f351085bf54ef84b6f7a25d76c2a5039b7.tar.bz2 abslibre-54fd09f351085bf54ef84b6f7a25d76c2a5039b7.zip |
rebuilt blender against updated libglew
Diffstat (limited to 'libre/blender')
-rw-r--r-- | libre/blender/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/blender/PKGBUILD b/libre/blender/PKGBUILD index 2b40070d6..1793f2952 100644 --- a/libre/blender/PKGBUILD +++ b/libre/blender/PKGBUILD @@ -19,7 +19,7 @@ pkgbase='blender' pkgname=("${pkgbase}" "${pkgbase}-addon-gimp" "${pkgbase}-addon-povray") pkgver=2.79rc2 #[[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit} -pkgrel='5.parabola1' +pkgrel='5.parabola2' epoch='17' pkgdesc='A fully integrated 3D graphics creation suite, without nonfree CUDA support' |