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 1bc0d3c504ce..3d93b5d93968 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,13 +7,13 @@ pkgname='ros-indigo-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)