diff options
Diffstat (limited to 'libre/blender/PKGBUILD')
-rw-r--r-- | libre/blender/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/blender/PKGBUILD b/libre/blender/PKGBUILD index 7e87fd84e..db5c6f0ad 100644 --- a/libre/blender/PKGBUILD +++ b/libre/blender/PKGBUILD @@ -27,8 +27,8 @@ optdepends=('bullet: for Rigid Bodies and Physics Simulation' 'blender-addon-mitsuba: for optional renderer and exporter with Mitsuba (pcr repo)' 'blender-addon-ogre: for export to Ogre3D formats (pcr repo)' 'blender-addon-yafaray: for optional renderer with YafaRay (pcr repo)') -conflicts=("$pkgbase" "$pkgbase-libre" "$pkgbase-libre-spacenav" "$pkgbase-spacenav-libre") -replaces=("$pkgbase" "$pkgbase-libre" "$pkgbase-libre-spacenav" "$pkgbase-spacenav-libre") +conflicts=("$pkgbase-libre" "$pkgbase-libre-spacenav" "$pkgbase-spacenav-libre") +replaces=("$pkgbase-libre" "$pkgbase-libre-spacenav" "$pkgbase-spacenav-libre") options=('!strip') install="$pkgbase.install" source=("http://download.$pkgbase.org/source/$pkgbase-$pkgver.tar.gz") |