summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Exner2020-09-04 20:58:11 +0200
committerFelix Exner2020-09-04 20:58:11 +0200
commit3b55f76662ea183ab5762a3e7bfe616aebe0639d (patch)
treec5fed135f437ac6d6cac4dbc0f517f4052525bae
parentd05c0114b610811db52fadb1a875f7c4a4e7456d (diff)
downloadaur-3b55f76662ea183ab5762a3e7bfe616aebe0639d.tar.gz
Update package
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c10b9678c07b..c01fd584d96f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-melodic-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.13.0
- pkgrel = 2
+ pkgver = 1.14.0
+ pkgrel = 1
url = https://www.wiki.ros.org/wiimote
arch = i686
arch = x86_64
@@ -33,8 +33,8 @@ pkgbase = ros-melodic-wiimote
depends = ros-melodic-rospy
depends = cwiid
depends = python-numpy
- source = ros-melodic-wiimote-1.13.0.tar.gz::https://github.com/ros-drivers/joystick_drivers/archive/1.13.0.tar.gz
- sha256sums = bfe0633623f4dc917524198aaea10b1c4603881e736dafb7b652f1af60922ad7
+ source = ros-melodic-wiimote-1.14.0.tar.gz::https://github.com/ros-drivers/joystick_drivers/archive/1.14.0.tar.gz
+ sha256sums = ee69c4c39f8e863088f44a2a68b3d8e494d03ac3025d2594a55ece57563f11de
pkgname = ros-melodic-wiimote
diff --git a/PKGBUILD b/PKGBUILD
index dfc13a659e0d..9d938c86d955 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@ pkgdesc="ROS - The wiimote package allows ROS nodes to communicate with a Ninten
url='https://www.wiki.ros.org/wiimote'
pkgname='ros-melodic-wiimote'
-pkgver='1.13.0'
+pkgver='1.14.0'
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
-pkgrel=2
+pkgrel=1
license=('GPL')
ros_makedepends=(ros-melodic-genmsg
@@ -45,7 +45,7 @@ depends=(${ros_depends[@]}
# 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')
+sha256sums=('ee69c4c39f8e863088f44a2a68b3d8e494d03ac3025d2594a55ece57563f11de')
build() {
# Use ROS environment variables