community/blender to 2.82.a-7

This commit is contained in:
Kevin Mihelich 2020-06-02 13:55:40 +00:00
parent 44b5eeac6b
commit 9473218e81

View file

@ -27,7 +27,7 @@ _gittag=v2.82a
pkgname=blender
pkgver=2.82.a
[[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit:0:8}
pkgrel=6
pkgrel=7
epoch=17
pkgdesc="A fully integrated 3D graphics creation suite"
arch=('x86_64')
@ -102,4 +102,6 @@ package() {
install -Dm755 ../release/bin/blender-softwaregl "${pkgdir}/usr/bin/blender-softwaregl"
python -m compileall "${pkgdir}/usr/share/blender"
python -O -m compileall "${pkgdir}/usr/share/blender"
install -Dm644 ../release/freedesktop/org.blender.Blender.appdata.xml "${pkgdir}/usr/share/metainfo/org.blender.Blender.appdata.xml"
}