summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbionade242020-05-12 11:01:27 +0200
committerbionade242020-05-12 11:01:27 +0200
commit841525bb65d484fd2d891a11e06fd6185044202e (patch)
tree5d45f601b5f707f526592c70dbf293ac7230a3f5 /PKGBUILD
parent57c6880ffccf1430cafbc8f6d580646b764a8587 (diff)
downloadaur-841525bb65d484fd2d891a11e06fd6185044202e.tar.gz
Updated package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 35bf266b398f..d910ad5f3756 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgdesc="ROS - Messages for robots using FourWheelSteering"
url='https://wiki.ros.org/four_wheel_steering_msgs'
pkgname='ros-melodic-four-wheel-steering-msgs'
-pkgver='1.0.0'
+pkgver='1.1.0'
arch=('any')
pkgrel=2
license=('BSD')
@@ -21,7 +21,7 @@ depends=(${ros_depends[@]})
_dir="four_wheel_steering_msgs-${pkgver}"
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros-drivers/four_wheel_steering_msgs/archive/${pkgver}.tar.gz")
-sha256sums=('391052596ad1e4b9b57ab74ca337f59af896352b84dba719bb96366429456199')
+sha256sums=('117441ec5449224ab45080b8c32e496a1f74ac7bea8ce35eae426ee043b60150')
build() {
# Use ROS environment variables
@@ -41,9 +41,6 @@ build() {
-DCATKIN_BUILD_BINARY_PACKAGE=ON \
-DCMAKE_INSTALL_PREFIX=/opt/ros/melodic \
-DPYTHON_EXECUTABLE=/usr/bin/python3 \
- -DPYTHON_INCLUDE_DIR=/usr/include/python3.7 \
- -DPYTHON_LIBRARY=/usr/lib/libpython3.7.so \
- -DPYTHON_BASENAME=-python3.7 \
-DSETUPTOOLS_DEB_LAYOUT=OFF
make
}