summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3d93b5d93968..ec51fc333976 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ pkgdesc="ROS - Low-level build system macros and infrastructure for ROS."
url='http://www.ros.org/wiki/catkin'
pkgname='ros-indigo-catkin'
-pkgver='0.6.14'
+pkgver='0.6.15'
_pkgver_patch=0
arch=('any')
-pkgrel=2
+pkgrel=1
license=('BSD')
ros_makedepends=()
@@ -19,9 +19,9 @@ makedepends=('cmake' 'git' 'ros-build-tools'
ros_depends=()
depends=(${ros_depends[@]}
+ python2-catkin-pkg
gtest
python2-nose
- python2-catkin-pkg
python2-empy
python2)