summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2016-02-06 14:43:32 +0900
committerBenjamin Chrétien2016-02-06 14:43:32 +0900
commit280c941ccb0da41c90ab57bf8c8b9e99a33d080e (patch)
tree5ff828f89e308d8daed45b1f0ea231f035b60cb8
parenta505c1f2771b806d452acb9a7811ecc5d5ec2f55 (diff)
downloadaur-280c941ccb0da41c90ab57bf8c8b9e99a33d080e.tar.gz
Fix for Gazebo 7
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9978fa06d01..523efb264243 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Sat Feb 6 05:43:16 UTC 2016
pkgbase = ros-jade-gazebo-plugins
pkgdesc = ROS - Robot-independent Gazebo plugins for sensors, motors and dynamic reconfigurable components.
pkgver = 2.5.1
@@ -59,7 +61,7 @@ pkgbase = ros-jade-gazebo-plugins
depends = ros-jade-rosconsole
depends = ros-jade-rospy
depends = gazebo
- source = gazebo_plugins::git+https://github.com/ros-gbp/gazebo_ros_pkgs-release.git#tag=release/jade/gazebo_plugins/2.5.1-0
+ source = gazebo_plugins/gazebo_plugins::git+https://github.com/ros-simulation/gazebo_ros_pkgs.git#commit=a1c01ba821bc8ba1ef8f2a1356934f1345a19861
md5sums = SKIP
pkgname = ros-jade-gazebo-plugins
diff --git a/PKGBUILD b/PKGBUILD
index 38eb41807054..f81e065498ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -67,8 +67,10 @@ depends=(${ros_depends[@]}
gazebo)
_tag=release/jade/gazebo_plugins/${pkgver}-${_pkgver_patch}
-_dir=gazebo_plugins
-source=("${_dir}"::"git+https://github.com/ros-gbp/gazebo_ros_pkgs-release.git"#tag=${_tag})
+#Fix for Gazebo 7
+_dir=gazebo_plugins/gazebo_plugins
+_commit=a1c01ba821bc8ba1ef8f2a1356934f1345a19861
+source=("${_dir}"::"git+https://github.com/ros-simulation/gazebo_ros_pkgs.git"#commit=${_commit})
md5sums=('SKIP')
build() {