summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9523a6c69e2..013ff33d22ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-indigo-cpp-common
pkgdesc = ROS - cpp_common contains C++ code for doing things that are not necessarily ROS related, but are useful for multiple packages.
- pkgver = 0.5.5
- pkgrel = 2
+ pkgver = 0.5.6
+ pkgrel = 1
url = http://www.ros.org/wiki/cpp_common
arch = any
license = BSD
@@ -13,7 +13,7 @@ pkgbase = ros-indigo-cpp-common
makedepends = console-bridge
depends = boost
depends = console-bridge
- source = cpp_common::git+https://github.com/ros-gbp/roscpp_core-release.git#tag=release/indigo/cpp_common/0.5.5-0
+ source = cpp_common::git+https://github.com/ros-gbp/roscpp_core-release.git#tag=release/indigo/cpp_common/0.5.6-0
md5sums = SKIP
pkgname = ros-indigo-cpp-common
diff --git a/PKGBUILD b/PKGBUILD
index 06f9698406cc..2fb727f565ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ pkgdesc="ROS - cpp_common contains C++ code for doing things that are not necess
url='http://www.ros.org/wiki/cpp_common'
pkgname='ros-indigo-cpp-common'
-pkgver='0.5.5'
+pkgver='0.5.6'
_pkgver_patch=0
arch=('any')
-pkgrel=2
+pkgrel=1
license=('BSD')
ros_makedepends=(ros-indigo-catkin)