summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5784528a4e5..4f1d36af53af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros-noetic-executive-smach
pkgdesc = ROS - This metapackage depends on the SMACH library and ROS SMACH integration packages.
- pkgver = 2.5.0
+ pkgver = 2.5.1
pkgrel = 1
url = https://wiki.ros.org/executive_smach
arch = any
@@ -11,8 +11,7 @@ pkgbase = ros-noetic-executive-smach
depends = ros-noetic-smach-msgs
depends = ros-noetic-smach
depends = ros-noetic-smach-ros
- source = ros-noetic-executive-smach-2.5.0.tar.gz::https://github.com/ros/executive_smach/archive/2.5.0.tar.gz
- sha256sums = f46d9618f7a218501469320f1bab272b6b6675513bc5c4be674ac154d0429ecb
+ source = ros-noetic-executive-smach-2.5.1.tar.gz::https://github.com/ros/executive_smach/archive/2.5.1.tar.gz
+ sha256sums = e0fa3efcac6eed2b6dbe45f376c6b8e9a1080c2d84a116c1591ec60fbb8e0065
pkgname = ros-noetic-executive-smach
-
diff --git a/PKGBUILD b/PKGBUILD
index 5d7d0222548e..e6b065ce09e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - This metapackage depends on the SMACH library and ROS SMACH integ
url='https://wiki.ros.org/executive_smach'
pkgname='ros-noetic-executive-smach'
-pkgver='2.5.0'
+pkgver='2.5.1'
_pkgver_patch=0
arch=('any')
pkgrel=1
@@ -32,7 +32,7 @@ depends=(
_dir="executive_smach-${pkgver}/executive_smach"
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros/executive_smach/archive/${pkgver}.tar.gz")
-sha256sums=('f46d9618f7a218501469320f1bab272b6b6675513bc5c4be674ac154d0429ecb')
+sha256sums=('e0fa3efcac6eed2b6dbe45f376c6b8e9a1080c2d84a116c1591ec60fbb8e0065')
build() {
# Use ROS environment variables.