summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbionade242019-05-11 11:42:13 +0000
committerbionade242019-05-11 11:42:13 +0000
commitff31489c625e339cdcb059edff5176b6a3e07dbb (patch)
tree2fbf5695cb38b3884ebdb60e499c2d581e30e724 /PKGBUILD
parenta355b947ac12b97823a4b9e6823a11e3d7d40b82 (diff)
downloadaur-ff31489c625e339cdcb059edff5176b6a3e07dbb.tar.gz
Added Conflict
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 44f341581426..87089118b0c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -46,6 +46,10 @@ depends=(
${ros_depends[@]}
)
+conflicts=(
+ ros-melodic-roscpp-git
+)
+
_dir="ros_comm-${pkgver}/clients/roscpp"
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros/ros_comm/archive/${pkgver}.tar.gz")
sha256sums=('239c225cc9b1613cc7f76daf73c182f991787b7cf601287cb6cc28957eeeec1d')