summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2016-01-27 10:05:24 +0900
committerBenjamin Chrétien2016-01-27 10:05:24 +0900
commit19ee8a17f4b4392059e387885e4786f0ca1f8e21 (patch)
tree14315fb32f4208391353831a368607f530e10607
parent7a6c3cd48e073ac8e160b0dd02c428826f7682c2 (diff)
downloadaur-19ee8a17f4b4392059e387885e4786f0ca1f8e21.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 787f7e9f1fa9..0f4417579137 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Wed Jan 27 01:05:20 UTC 2016
pkgbase = ros-indigo-wiimote
pkgdesc = ROS - The wiimote package allows ROS nodes to communicate with a Nintendo Wiimote and its related peripherals, including the Nunchuk, Motion Plus, and (experimentally) the Classic.
- pkgver = 1.10.0
+ pkgver = 1.10.1
pkgrel = 1
url = http://www.ros.org/wiki/wiimote
arch = any
@@ -27,8 +29,8 @@ pkgbase = ros-indigo-wiimote
depends = ros-indigo-roslib
depends = cwiid
depends = python2-numpy
- source = wiimote::git+https://github.com/ros-gbp/joystick_drivers-release.git#tag=release/indigo/wiimote/1.10.0-0
- md5sums = SKIP
+ source = https://github.com/ros-gbp/joystick_drivers-release/archive/release/indigo/wiimote/1.10.1-0.tar.gz
+ sha256sums = efbd3b403cc14efe935505bb7105e81db4a1ef51008953fcb80d5b39aca7fa21
pkgname = ros-indigo-wiimote
diff --git a/PKGBUILD b/PKGBUILD
index a80f8765f3af..b387b5aa77b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - The wiimote package allows ROS nodes to communicate with a Ninten
url='http://www.ros.org/wiki/wiimote'
pkgname='ros-indigo-wiimote'
-pkgver='1.10.0'
+pkgver='1.10.1'
_pkgver_patch=0
arch=('any')
pkgrel=1
@@ -34,10 +34,16 @@ depends=(${ros_depends[@]}
cwiid
python2-numpy)
-_tag=release/indigo/wiimote/${pkgver}-${_pkgver_patch}
-_dir=wiimote
-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/wiimote/${pkgver}-${_pkgver_patch}
+# _dir=wiimote
+# 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-wiimote-${pkgver}-${_pkgver_patch}"
+source=("https://github.com/ros-gbp/joystick_drivers-release/archive/release/indigo/wiimote/${pkgver}-${_pkgver_patch}.tar.gz")
+sha256sums=('efbd3b403cc14efe935505bb7105e81db4a1ef51008953fcb80d5b39aca7fa21')
build() {
# Use ROS environment variables
@@ -59,6 +65,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
}