summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Hendy2022-03-01 17:43:52 -0600
committerGitHub2022-03-01 18:43:52 -0500
commit40e9afd9814ca37c311b124b905a62e5b84e70c0 (patch)
tree219c86b8f4fecb01233755fffed14585e4764837
parentd6959e65f3f4e18ea7bcbbf6b4cacbf9a2726453 (diff)
downloadaur-ros-noetic-catkin.tar.gz
updated name of python-catkin_pkg (#4)
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 400fda52f460..d20e11d33e10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = ros-noetic-catkin
pkgdesc = ROS - Low-level build system macros and infrastructure for ROS.
pkgver = 0.8.10
- pkgrel = 1
+ pkgrel = 2
url = https://wiki.ros.org/catkin
arch = any
license = BSD
makedepends = cmake
- makedepends = python-catkin-pkg
+ makedepends = python-catkin_pkg
makedepends = python-empy
makedepends = python
depends = python-nose
depends = gtest
- depends = python-catkin-pkg
+ depends = python-catkin_pkg
depends = python-empy
depends = gmock
depends = python
@@ -20,4 +20,3 @@ pkgbase = ros-noetic-catkin
sha256sums = 363857f037d8f300a5889d00dc8248673f363d587d639c11e23f1f0fd3c22b92
pkgname = ros-noetic-catkin
-
diff --git a/PKGBUILD b/PKGBUILD
index 584e0e610525..2af70e6ef3df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ url='https://wiki.ros.org/catkin'
pkgname='ros-noetic-catkin'
pkgver='0.8.10'
arch=('any')
-pkgrel=1
+pkgrel=2
license=('BSD')
ros_makedepends=(
@@ -13,7 +13,7 @@ ros_makedepends=(
makedepends=(
cmake
${ros_makedepends[@]}
- python-catkin-pkg
+ python-catkin_pkg
python-empy
python
)
@@ -25,7 +25,7 @@ depends=(
${ros_depends[@]}
python-nose
gtest
- python-catkin-pkg
+ python-catkin_pkg
python-empy
gmock
python