summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWil Thomason2020-01-14 20:20:41 -0500
committerWil Thomason2020-01-14 20:20:41 -0500
commit6799cb5d81903da8f81dad74ec2554b3faa9c535 (patch)
tree7300e36c7554ed714cbd5f842004f672956c9785
parentab7081113153e5d6fd980bcbb3db26c6696548ea (diff)
downloadaur-6799cb5d81903da8f81dad74ec2554b3faa9c535.tar.gz
Add requested conflicts/replaces fields
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2829b6876bff..e50743cf3879 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,8 @@ pkgdesc="The Open Motion Planning Library (OMPL) consists of many state-of-the-a
arch=('i686' 'x86_64')
url="http://ompl.kavrakilab.org/"
license=('BSD')
+conflicts=('ros-melodic-ompl' 'ompl-git')
+replaces=('ros-melodic-ompl' 'ompl-git')
depends=('boost-libs' 'python' 'python-matplotlib')
makedepends=('boost' 'cmake')
optdepends=('py++: Python binding'