summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2021-10-03 12:31:59 +0700
committerAchmad Fathoni2021-10-03 12:31:59 +0700
commitc0bfa54c8aeee5c6ac6d748eb5ff490eba7beb27 (patch)
tree4f4290ba5622e8fcda73c0086dd8977a56f2e7af
parent23c23d5efc80282aff72e368b6492454ac6b813f (diff)
downloadaur-c0bfa54c8aeee5c6ac6d748eb5ff490eba7beb27.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 0a9e0a34202f..a236e5e04de4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros-noetic-rosmaster
pkgdesc = ROS - ROS Master implementation.
- pkgver = 1.15.11
+ pkgver = 1.15.13
pkgrel = 1
url = https://wiki.ros.org/rosmaster
arch = any
@@ -10,8 +10,7 @@ pkgbase = ros-noetic-rosmaster
makedepends = ros-noetic-catkin
depends = ros-noetic-rosgraph
depends = python-defusedxml
- source = ros-noetic-rosmaster-1.15.11.tar.gz::https://github.com/ros/ros_comm/archive/1.15.11.tar.gz
- sha256sums = 7187dd3ab2783e5041c2ef71079cf2b6f9ed06c88c7e3c6efd7684ca5475b5bd
+ source = ros-noetic-rosmaster-1.15.13.tar.gz::https://github.com/ros/ros_comm/archive/1.15.13.tar.gz
+ sha256sums = b676d6e688fe5ad78a9da9205477cc92ea6d54301f71caade1f27804d2d55000
pkgname = ros-noetic-rosmaster
-
diff --git a/PKGBUILD b/PKGBUILD
index 82227bb52d92..2152a4ecdbe6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - ROS Master implementation."
url='https://wiki.ros.org/rosmaster'
pkgname='ros-noetic-rosmaster'
-pkgver='1.15.11'
+pkgver='1.15.13'
arch=('any')
pkgrel=1
license=('BSD')
@@ -30,7 +30,7 @@ depends=(
_dir="ros_comm-${pkgver}/tools/rosmaster"
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros/ros_comm/archive/${pkgver}.tar.gz")
-sha256sums=('7187dd3ab2783e5041c2ef71079cf2b6f9ed06c88c7e3c6efd7684ca5475b5bd')
+sha256sums=('b676d6e688fe5ad78a9da9205477cc92ea6d54301f71caade1f27804d2d55000')
build() {
# Use ROS environment variables.