diff options
author | acxz | 2020-05-30 14:13:34 -0400 |
---|---|---|
committer | acxz | 2020-05-30 14:13:34 -0400 |
commit | 13fe93ad367a4eb5fa13fefc5eed513a5239fd12 (patch) | |
tree | bf8f06de8cb7b2477c3434b7d80f9f5f6cac9ad2 /PKGBUILD | |
parent | 868dd45e1da654f9b9121ca3d7ac97618a7d21fd (diff) | |
download | aur-13fe93ad367a4eb5fa13fefc5eed513a5239fd12.tar.gz |
fix url
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 11 |
1 files changed, 2 insertions, 9 deletions
@@ -1,12 +1,12 @@ # Script generated with import_catkin_packages.py # For more information: https://github.com/bchretien/arch-ros-stacks 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." -url='https://www.wiki.ros.org/wiimote' +url='https://wiki.ros.org/wiimote' pkgname='ros-noetic-wiimote' pkgver='1.13.0' arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h') -pkgrel=2 +pkgrel=3 license=('GPL') ros_makedepends=(ros-noetic-genmsg @@ -36,13 +36,6 @@ depends=(${ros_depends[@]} cwiid python-numpy) -# Git version (e.g. for debugging) -# _tag=release/noetic/wiimote/${pkgver}-${_pkgver_patch} -# _dir=${pkgname} -# source=("${_dir}"::"git+https://github.com/ros-gbp/joystick_drivers-release.git"#tag=${_tag}) -# sha256sums=('SKIP') - -# Tarball version (faster download) _dir="joystick_drivers-${pkgver}/wiimote" source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros-drivers/joystick_drivers/archive/${pkgver}.tar.gz") sha256sums=('bfe0633623f4dc917524198aaea10b1c4603881e736dafb7b652f1af60922ad7') |