summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Exner2021-01-18 13:01:26 +0100
committerFelix Exner2021-01-25 11:47:54 +0100
commit2cf5cf977ac66ead04ea9a58c683ce3129ee00d3 (patch)
tree53365b0d2c0a7d9d8c810b5a400b1b4ac3f08a41
parent2940807c519215a16ceae25fdf8fad58bd216331 (diff)
downloadaur-2cf5cf977ac66ead04ea9a58c683ce3129ee00d3.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 c78b1cfd3a99..8afdb391cfd7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros-melodic-turtlebot3-simulations
pkgdesc = ROS - ROS packages for the turtlebot3 simulation (meta package)
- pkgver = 1.2.0
+ pkgver = 1.3.1
pkgrel = 1
url = https://wiki.ros.org/turtlebot3_simulations
arch = any
@@ -10,8 +10,8 @@ pkgbase = ros-melodic-turtlebot3-simulations
makedepends = ros-melodic-catkin
depends = ros-melodic-turtlebot3-fake
depends = ros-melodic-turtlebot3-gazebo
- source = ros-melodic-turtlebot3-simulations-1.2.0.tar.gz::https://github.com/ROBOTIS-GIT/turtlebot3_simulations/archive/1.2.0.tar.gz
- sha256sums = 6fbb4cf74b9777c3be3a751dd8d638df2570dd4478681b5eadf51dee32f57c5b
+ source = ros-melodic-turtlebot3-simulations-1.3.1.tar.gz::https://github.com/ROBOTIS-GIT/turtlebot3_simulations/archive/1.3.1.tar.gz
+ sha256sums = 88afbdfbf606ede289d1a721291f252f9f337edf0e8ac7c9edc7634aa602d66a
pkgname = ros-melodic-turtlebot3-simulations
diff --git a/PKGBUILD b/PKGBUILD
index 30302f9870f3..4718080ff610 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@ pkgdesc="ROS - ROS packages for the turtlebot3 simulation (meta package)"
url='https://wiki.ros.org/turtlebot3_simulations'
pkgname='ros-melodic-turtlebot3-simulations'
-pkgver='1.2.0'
+pkgver='1.3.1'
arch=('any')
pkgrel=1
license=('Apache-2.0')
@@ -28,7 +28,7 @@ depends=(
_dir="turtlebot3_simulations-${pkgver}/turtlebot3_simulations"
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ROBOTIS-GIT/turtlebot3_simulations/archive/${pkgver}.tar.gz")
-sha256sums=('6fbb4cf74b9777c3be3a751dd8d638df2570dd4478681b5eadf51dee32f57c5b')
+sha256sums=('88afbdfbf606ede289d1a721291f252f9f337edf0e8ac7c9edc7634aa602d66a')
build() {
# Use ROS environment variables.