summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2015-06-20 18:39:05 +0900
committerBenjamin Chrétien2015-06-20 18:49:45 +0900
commit27627d3daacad03be586d18180edcec9947f92e7 (patch)
tree7ef8cf8b27fda016a3e78f993d327f07bd61b069
parentdc70d75d348df109eb9ce94b6fee31260e698cc1 (diff)
downloadaur-27627d3daacad03be586d18180edcec9947f92e7.tar.gz
dependencies/indigo/jade: rename python2-catkin_pkg
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2cdb9f3e1dcb..d7a6f2ee5732 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
pkgbase = ros-jade-catkin
pkgdesc = ROS - Low-level build system macros and infrastructure for ROS.
pkgver = 0.6.14
- pkgrel = 1
+ pkgrel = 2
url = http://www.ros.org/wiki/catkin
arch = any
license = BSD
makedepends = cmake
makedepends = git
makedepends = ros-build-tools
- makedepends = python2-catkin_pkg
+ makedepends = python2-catkin-pkg
makedepends = python2-empy
makedepends = python2
depends = gtest
depends = python2-nose
- depends = python2-catkin_pkg
+ depends = python2-catkin-pkg
depends = python2-empy
depends = python2
source = catkin::git+https://github.com/ros-gbp/catkin-release.git#tag=release/jade/catkin/0.6.14-0
diff --git a/PKGBUILD b/PKGBUILD
index 3729b0a4c8cb..a4e3fb7378d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,13 +7,13 @@ pkgname='ros-jade-catkin'
pkgver='0.6.14'
_pkgver_patch=0
arch=('any')
-pkgrel=1
+pkgrel=2
license=('BSD')
ros_makedepends=()
makedepends=('cmake' 'git' 'ros-build-tools'
${ros_makedepends[@]}
- python2-catkin_pkg
+ python2-catkin-pkg
python2-empy
python2)
@@ -21,7 +21,7 @@ ros_depends=()
depends=(${ros_depends[@]}
gtest
python2-nose
- python2-catkin_pkg
+ python2-catkin-pkg
python2-empy
python2)