summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbartus2018-05-06 01:45:22 +0200
committerbartus2018-05-06 01:45:22 +0200
commit2ee69250dc03bc4340b3c34e64b2d3a3de7d4591 (patch)
tree4a6cdbf84001aa66b217f951a8d9ac1bfa535a9e /PKGBUILD
parentf9d9833e15672440c0b0674a2b1729dceecfe552 (diff)
downloadaur-2ee69250dc03bc4340b3c34e64b2d3a3de7d4591.tar.gz
add conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9ca214f92071..76c055561f08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,8 @@ pkgdesc="physically-based global illumination rendering engine primarily designe
arch=(x86_64)
url="http://appleseedhq.net"
license=('MIT')
+provides=('appleseed')
+conflicts=('appleseed-git')
depends=(python2 qt4 'seexpr>=2.11' boost openexr opencolorio openimageio openshadinglanguage xerces-c zlib)
makedepends=(cmake)
options=()