mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/blender to 2.82.a-7
This commit is contained in:
parent
44b5eeac6b
commit
9473218e81
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue