summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoracxz2020-05-30 14:13:34 -0400
committeracxz2020-05-30 14:13:34 -0400
commit13fe93ad367a4eb5fa13fefc5eed513a5239fd12 (patch)
treebf8f06de8cb7b2477c3434b7d80f9f5f6cac9ad2 /PKGBUILD
parent868dd45e1da654f9b9121ca3d7ac97618a7d21fd (diff)
downloadaur-13fe93ad367a4eb5fa13fefc5eed513a5239fd12.tar.gz
fix url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 2 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bfd599b6958e..722035ed453d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')