summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormajor major2020-11-21 03:09:02 +0100
committermajor major2020-11-21 03:09:02 +0100
commit044d4d7f939d4c95a364f7f66404368f4d931024 (patch)
tree1f1933c5f75341bbbedaa4b9715012ce3058ce27
parent88a08ececdd73e2290ccf92e306a9845bdd1b3ba (diff)
downloadaur-044d4d7f939d4c95a364f7f66404368f4d931024.tar.gz
added git as make dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb2cd1dfe4f1..5fcf14c5f360 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = ros-melodic-twist-mux
pkgdesc = ROS Module Twist multiplexer, which multiplex several velocity commands (topics) and allows to priorize or disable them (locks).
pkgver = 3.1.0
- pkgrel = 1
+ pkgrel = 2
url = http://wiki.ros.org/twist_mux
arch = any
license = BSD
+ makedepends = git
makedepends = cmake
makedepends = ros-build-tools
makedepends = ros-melodic-catkin
diff --git a/PKGBUILD b/PKGBUILD
index 6b13071cffd7..37e322a208a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgname='ros-melodic-twist-mux'
pkgver='3.1.0'
_pkgver_patch=0
arch=('any')
-pkgrel=1
+pkgrel=2
license=('BSD')
@@ -22,7 +22,7 @@ ros_makedepends=(ros-melodic-catkin
ros-melodic-rospy
ros-melodic-rostopic
)
-makedepends=('cmake' 'ros-build-tools'
+makedepends=('git' 'cmake' 'ros-build-tools'
${ros_makedepends[@]})
ros_depends=(ros-melodic-roscpp