summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2021-10-03 12:32:33 +0700
committerAchmad Fathoni2021-10-03 12:32:33 +0700
commitbac639ce3a571f8548b761f397b711d358232104 (patch)
treeae97a5883c84a7d99a51e6675bc6502f32d43253
parent678d226bac9650a06522035289498268ad7c636f (diff)
downloadaur-bac639ce3a571f8548b761f397b711d358232104.tar.gz
Update package
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5355507c863b..e01e9e83a3e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros-noetic-rostest
pkgdesc = ROS - Integration test suite based on roslaunch that is compatible with xUnit frameworks.
- pkgver = 1.15.11
+ pkgver = 1.15.13
pkgrel = 1
url = https://github.com/ros/ros_comm
arch = i686
@@ -20,8 +20,7 @@ pkgbase = ros-noetic-rostest
depends = ros-noetic-rospy
depends = ros-noetic-rosunit
depends = boost
- source = ros-noetic-rostest-1.15.11.tar.gz::https://github.com/ros/ros_comm/archive/1.15.11.tar.gz
- sha256sums = 7187dd3ab2783e5041c2ef71079cf2b6f9ed06c88c7e3c6efd7684ca5475b5bd
+ source = ros-noetic-rostest-1.15.13.tar.gz::https://github.com/ros/ros_comm/archive/1.15.13.tar.gz
+ sha256sums = b676d6e688fe5ad78a9da9205477cc92ea6d54301f71caade1f27804d2d55000
pkgname = ros-noetic-rostest
-
diff --git a/PKGBUILD b/PKGBUILD
index 134e1d126a12..60f8611f85ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@ pkgdesc="ROS - Integration test suite based on roslaunch that is compatible with
url='https://github.com/ros/ros_comm'
pkgname='ros-noetic-rostest'
-pkgver='1.15.11'
+pkgver='1.15.13'
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
pkgrel=1
license=('BSD')
@@ -34,7 +34,7 @@ depends=(
_dir="ros_comm-${pkgver}/tools/rostest"
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros/ros_comm/archive/${pkgver}.tar.gz")
-sha256sums=('7187dd3ab2783e5041c2ef71079cf2b6f9ed06c88c7e3c6efd7684ca5475b5bd')
+sha256sums=('b676d6e688fe5ad78a9da9205477cc92ea6d54301f71caade1f27804d2d55000')
build() {
# Use ROS environment variables.