summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e425ccb8b431..eed30c5bcbb2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon May 22 17:06:36 UTC 2017
+# Sun Aug 6 10:47:47 UTC 2017
pkgbase = ros-lunar-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.8.0
+ pkgver = 0.8.1
pkgrel = 1
url = http://www.ros.org/wiki/rospy_tutorials
arch = any
@@ -16,8 +16,8 @@ pkgbase = ros-lunar-rospy-tutorials
depends = ros-lunar-message-runtime
depends = ros-lunar-std-msgs
depends = ros-lunar-rospy
- source = ros-lunar-rospy-tutorials-0.8.0-0.tar.gz::https://github.com/ros-gbp/ros_tutorials-release/archive/release/lunar/rospy_tutorials/0.8.0-0.tar.gz
- sha256sums = 03e2ce137e0f5aabf72886cbbd38bc4718a9d74951911295070e9a21b35ab81a
+ source = ros-lunar-rospy-tutorials-0.8.1-0.tar.gz::https://github.com/ros-gbp/ros_tutorials-release/archive/release/lunar/rospy_tutorials/0.8.1-0.tar.gz
+ sha256sums = 2da4db1ef54e7df2d352cd6d797fa1228beb860b64bb1745b4acff37a8d18c11
pkgname = ros-lunar-rospy-tutorials
diff --git a/PKGBUILD b/PKGBUILD
index 5e743fe837e6..46962346bff7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - This package attempts to show the features of ROS python API step
url='http://www.ros.org/wiki/rospy_tutorials'
pkgname='ros-lunar-rospy-tutorials'
-pkgver='0.8.0'
+pkgver='0.8.1'
_pkgver_patch=0
arch=('any')
pkgrel=1
@@ -31,7 +31,7 @@ depends=(${ros_depends[@]})
# Tarball version (faster download)
_dir="ros_tutorials-release-release-lunar-rospy_tutorials-${pkgver}-${_pkgver_patch}"
source=("${pkgname}-${pkgver}-${_pkgver_patch}.tar.gz"::"https://github.com/ros-gbp/ros_tutorials-release/archive/release/lunar/rospy_tutorials/${pkgver}-${_pkgver_patch}.tar.gz")
-sha256sums=('03e2ce137e0f5aabf72886cbbd38bc4718a9d74951911295070e9a21b35ab81a')
+sha256sums=('2da4db1ef54e7df2d352cd6d797fa1228beb860b64bb1745b4acff37a8d18c11')
build() {
# Use ROS environment variables