summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Exner2020-11-17 22:08:40 +0100
committerFelix Exner2020-11-20 23:12:08 +0100
commit6a4e7f9943464942a63dfa2934df02fc469b58d9 (patch)
tree8db40786f3dfe7647277f59cde452f8acc30d43e
parent09e02422c2a02e9de3adc8a9a81daedc9e059c18 (diff)
downloadaur-6a4e7f9943464942a63dfa2934df02fc469b58d9.tar.gz
Update package
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9ae1b083acc..429686dab771 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros-melodic-turtlebot3-example
pkgdesc = ROS - This package provides four TurtleBot3 basic example include move using interactive marker, move and stop using LDS, move to goal position, move to custom routes.
- pkgver = 1.2.2
+ pkgver = 1.2.4
pkgrel = 1
url = https://wiki.ros.org/turtlebot3_example
arch = any
@@ -22,8 +22,8 @@ pkgbase = ros-melodic-turtlebot3-example
depends = ros-melodic-turtlebot3-msgs
depends = ros-melodic-message-runtime
depends = ros-melodic-turtlebot3-bringup
- source = ros-melodic-turtlebot3-example-1.2.2.tar.gz::https://github.com/ROBOTIS-GIT/turtlebot3/archive/1.2.2.tar.gz
- sha256sums = c652438109ea99008f6d2e950e6cb7f6e67653b8daa1079c825b77d9f52a4e1d
+ source = ros-melodic-turtlebot3-example-1.2.4.tar.gz::https://github.com/ROBOTIS-GIT/turtlebot3/archive/1.2.4.tar.gz
+ sha256sums = a75bd9e8f007cafcd3a0a7fd80a5428dfec69d13dcbd0a5bc018fac3154649fc
pkgname = ros-melodic-turtlebot3-example
diff --git a/PKGBUILD b/PKGBUILD
index 2880cf02b7e5..882ddc54aa74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ to custom routes."
url='https://wiki.ros.org/turtlebot3_example'
pkgname='ros-melodic-turtlebot3-example'
-pkgver='1.2.2'
+pkgver='1.2.4'
arch=('any')
pkgrel=1
license=('Apache-2.0')
@@ -42,7 +42,7 @@ depends=(
_dir="turtlebot3-${pkgver}/turtlebot3_example"
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ROBOTIS-GIT/turtlebot3/archive/${pkgver}.tar.gz")
-sha256sums=('c652438109ea99008f6d2e950e6cb7f6e67653b8daa1079c825b77d9f52a4e1d')
+sha256sums=('a75bd9e8f007cafcd3a0a7fd80a5428dfec69d13dcbd0a5bc018fac3154649fc')
build() {
# Use ROS environment variables.