summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2016-01-27 10:05:44 +0900
committerBenjamin Chrétien2016-01-27 10:05:44 +0900
commit44da3d8fb9e46cd1590045a37a930b84441bc830 (patch)
tree07ce462e5bf399621ff7fe8093feb58b3bf4ead0
parentd89d0f76ab784aa13274515d8a5522b672f304d8 (diff)
downloadaur-ros-indigo-joystick-drivers.tar.gz
Update to version 1.10.1 (pkgrel 1)
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD17
2 files changed, 17 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8abf667484b..2fa70b4d641d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Wed Jan 27 01:05:40 UTC 2016
pkgbase = ros-indigo-joystick-drivers
pkgdesc = ROS - This metapackage depends on packages for interfacing common joysticks and human input devices with ROS.
- pkgver = 1.10.0
+ pkgver = 1.10.1
pkgrel = 1
url = http://www.ros.org/wiki/joystick_drivers
arch = any
@@ -13,8 +15,8 @@ pkgbase = ros-indigo-joystick-drivers
depends = ros-indigo-spacenav-node
depends = ros-indigo-ps3joy
depends = ros-indigo-wiimote
- source = joystick_drivers::git+https://github.com/ros-gbp/joystick_drivers-release.git#tag=release/indigo/joystick_drivers/1.10.0-0
- md5sums = SKIP
+ source = https://github.com/ros-gbp/joystick_drivers-release/archive/release/indigo/joystick_drivers/1.10.1-0.tar.gz
+ sha256sums = b6fcc4e0b7e1984c8e3514728e455d5a5b81e1232a53080867e4c958a37d38e4
pkgname = ros-indigo-joystick-drivers
diff --git a/PKGBUILD b/PKGBUILD
index dcd158cb37ee..e1828916f8b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - This metapackage depends on packages for interfacing common joyst
url='http://www.ros.org/wiki/joystick_drivers'
pkgname='ros-indigo-joystick-drivers'
-pkgver='1.10.0'
+pkgver='1.10.1'
_pkgver_patch=0
arch=('any')
pkgrel=1
@@ -20,10 +20,16 @@ ros_depends=(ros-indigo-joy
ros-indigo-wiimote)
depends=(${ros_depends[@]})
-_tag=release/indigo/joystick_drivers/${pkgver}-${_pkgver_patch}
-_dir=joystick_drivers
-source=("${_dir}"::"git+https://github.com/ros-gbp/joystick_drivers-release.git"#tag=${_tag})
-md5sums=('SKIP')
+# Git version (e.g. for debugging)
+# _tag=release/indigo/joystick_drivers/${pkgver}-${_pkgver_patch}
+# _dir=joystick_drivers
+# source=("${_dir}"::"git+https://github.com/ros-gbp/joystick_drivers-release.git"#tag=${_tag})
+# sha256sums=('SKIP')
+
+# Tarball version (faster download)
+_dir="joystick_drivers-release-release-indigo-joystick_drivers-${pkgver}-${_pkgver_patch}"
+source=("https://github.com/ros-gbp/joystick_drivers-release/archive/release/indigo/joystick_drivers/${pkgver}-${_pkgver_patch}.tar.gz")
+sha256sums=('b6fcc4e0b7e1984c8e3514728e455d5a5b81e1232a53080867e4c958a37d38e4')
build() {
# Use ROS environment variables
@@ -45,6 +51,7 @@ build() {
-DPYTHON_EXECUTABLE=/usr/bin/python2 \
-DPYTHON_INCLUDE_DIR=/usr/include/python2.7 \
-DPYTHON_LIBRARY=/usr/lib/libpython2.7.so \
+ -DPYTHON_BASENAME=-python2.7 \
-DSETUPTOOLS_DEB_LAYOUT=OFF
make
}