summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Exner2020-09-04 21:28:54 +0200
committerFelix Exner2020-09-04 21:28:54 +0200
commit273912fb531ffe7b2aa00f048657fccb4e34108f (patch)
treea4ac3fcae80dc6fa5d8c306008bbffa489166b3b
parent282edd6d10ba3a9682b06d42d132ef569f8fa5f8 (diff)
downloadaur-273912fb531ffe7b2aa00f048657fccb4e34108f.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 e75a6a198116..e82c8ce0074a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros-melodic-rospy-tutorials
pkgdesc = ROS - This package attempts to show the features of ROS python API step-by-step, including using messages, servers, parameters, etc.
- pkgver = 0.9.2
+ pkgver = 0.9.3
pkgrel = 1
url = https://www.wiki.ros.org/rospy_tutorials
arch = any
@@ -14,8 +14,8 @@ pkgbase = ros-melodic-rospy-tutorials
depends = ros-melodic-message-runtime
depends = ros-melodic-rospy
depends = ros-melodic-std-msgs
- source = ros-melodic-rospy-tutorials-0.9.2.tar.gz::https://github.com/ros/ros_tutorials/archive/0.9.2.tar.gz
- sha256sums = 403684ccddc5e62f4eba9058628d434a7ff07e0b0980fee43a44386f6d0c6d0a
+ source = ros-melodic-rospy-tutorials-0.9.3.tar.gz::https://github.com/ros/ros_tutorials/archive/0.9.3.tar.gz
+ sha256sums = eb43cb3d99bc84f5dd364801887af129dddc8f45e6055d7ed7ce7955925e0e6c
pkgname = ros-melodic-rospy-tutorials
diff --git a/PKGBUILD b/PKGBUILD
index f60dafae3e0b..523764e84a9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - This package attempts to show the features of ROS python API step
url='https://www.wiki.ros.org/rospy_tutorials'
pkgname='ros-melodic-rospy-tutorials'
-pkgver='0.9.2'
+pkgver='0.9.3'
_pkgver_patch=0
arch=('any')
pkgrel=1
@@ -35,7 +35,7 @@ depends=(
_dir="ros_tutorials-${pkgver}/rospy_tutorials"
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros/ros_tutorials/archive/${pkgver}.tar.gz")
-sha256sums=('403684ccddc5e62f4eba9058628d434a7ff07e0b0980fee43a44386f6d0c6d0a')
+sha256sums=('eb43cb3d99bc84f5dd364801887af129dddc8f45e6055d7ed7ce7955925e0e6c')
build() {
# Use ROS environment variables.