summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2022-03-03 19:01:47 +0700
committerAchmad Fathoni2022-03-03 19:01:47 +0700
commit4f053cf6ee632d2079d0d325c9a206580a6573ea (patch)
tree27c2a4de90e8b006e864025452ababd19528cda2
parent5ee8fc2b251a2cd0ff4235da08a042dfdc4184a3 (diff)
downloadaur-4f053cf6ee632d2079d0d325c9a206580a6573ea.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 706fa9d1e25f..b77494016082 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros-noetic-rosservice
pkgdesc = ROS - rosservice contains the rosservice command-line tool for listing and querying ROS Services.
- pkgver = 1.15.13
+ pkgver = 1.15.14
pkgrel = 1
url = https://wiki.ros.org/rosservice
arch = any
@@ -13,7 +13,7 @@ pkgbase = ros-noetic-rosservice
depends = ros-noetic-rosgraph
depends = ros-noetic-rospy
depends = ros-noetic-roslib
- source = ros-noetic-rosservice-1.15.13.tar.gz::https://github.com/ros/ros_comm/archive/1.15.13.tar.gz
- sha256sums = b676d6e688fe5ad78a9da9205477cc92ea6d54301f71caade1f27804d2d55000
+ source = ros-noetic-rosservice-1.15.14.tar.gz::https://github.com/ros/ros_comm/archive/1.15.14.tar.gz
+ sha256sums = 1083b58470a81323bc3a13aa9ae7c813e9fbc27b18f0e95a76b53e4076f3d872
pkgname = ros-noetic-rosservice
diff --git a/PKGBUILD b/PKGBUILD
index 8194b3f7f408..7bddae3eed09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - rosservice contains the rosservice command-line tool for listing
url='https://wiki.ros.org/rosservice'
pkgname='ros-noetic-rosservice'
-pkgver='1.15.13'
+pkgver='1.15.14'
arch=('any')
pkgrel=1
license=('BSD')
@@ -33,7 +33,7 @@ depends=(
_dir="ros_comm-${pkgver}/tools/rosservice"
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros/ros_comm/archive/${pkgver}.tar.gz")
-sha256sums=('b676d6e688fe5ad78a9da9205477cc92ea6d54301f71caade1f27804d2d55000')
+sha256sums=('1083b58470a81323bc3a13aa9ae7c813e9fbc27b18f0e95a76b53e4076f3d872')
build() {
# Use ROS environment variables.