diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-09-05 03:56:54 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-09-05 03:56:54 -0300 |
commit | 8c05497ea182e4034e799ea08cb85014b6b371c7 (patch) | |
tree | e4049c3b5f833eea968ab6e4736fd64308eb2513 /libre/blender/PKGBUILD | |
parent | 23059bc34ed2351b8be09028fe73e227b73b29a9 (diff) | |
download | abslibre-8c05497ea182e4034e799ea08cb85014b6b371c7.tar.gz abslibre-8c05497ea182e4034e799ea08cb85014b6b371c7.tar.bz2 abslibre-8c05497ea182e4034e799ea08cb85014b6b371c7.zip |
blender: fix conflicts and replaces
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") |