summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2019-12-03 08:04:52 -0500
committeracxz2019-12-03 13:51:02 -0500
commit44624dc4fa6af421a3f2b9555d382dde774b396c (patch)
tree408db8aa9a89c8563f36205afe5cdc027374315b
parentce1137dfb7f4e3974512a735e3a46b521289f8bf (diff)
downloadaur-44624dc4fa6af421a3f2b9555d382dde774b396c.tar.gz
updated to python3 executable
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD11
2 files changed, 3 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c5f347aeab6..b20ce6f089c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-melodic-teleop-twist-keyboard
pkgdesc = ROS - Generic keyboard teleop for twist robots.
pkgver = 0.6.2
- pkgrel = 1
+ pkgrel = 2
url = https://wiki.ros.org/teleop_twist_keyboard
arch = any
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 8645d7716d0d..71fb302fdc80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ url='https://wiki.ros.org/teleop_twist_keyboard'
pkgname='ros-melodic-teleop-twist-keyboard'
pkgver='0.6.2'
arch=('any')
-pkgrel=1
+pkgrel=2
license=('BSD')
ros_makedepends=(ros-melodic-catkin)
@@ -17,13 +17,6 @@ ros_depends=(ros-melodic-geometry-msgs
ros-melodic-rospy)
depends=(${ros_depends[@]})
-# Git version (e.g. for debugging)
-# _tag=release/melodic/teleop_twist_keyboard/${pkgver}-${_pkgver_patch}
-# _dir=${pkgname}
-# source=("${_dir}"::"git+https://github.com/ros-gbp/teleop_twist_keyboard-release.git"#tag=${_tag})
-# sha256sums=('SKIP')
-
-# Tarball version (faster download)
_dir="teleop_twist_keyboard-${pkgver}"
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros-teleop/teleop_twist_keyboard/archive/${pkgver}.tar.gz")
sha256sums=('7c0c2c0ef2f47e52922beeac94c093b54677318397b4415ac78933aca5079b0c')
@@ -45,7 +38,7 @@ build() {
-DCMAKE_BUILD_TYPE=Release \
-DCATKIN_BUILD_BINARY_PACKAGE=ON \
-DCMAKE_INSTALL_PREFIX=/opt/ros/melodic \
- -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+ -DPYTHON_EXECUTABLE=/usr/bin/python \
-DPYTHON_INCLUDE_DIR=/usr/include/python2.7 \
-DPYTHON_LIBRARY=/usr/lib/libpython2.7.so \
-DPYTHON_BASENAME=-python2.7 \