summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2021-02-10 09:27:10 +0700
committerAchmad Fathoni2021-02-10 09:27:10 +0700
commit55eb61a91f95ad1e2525cca236807718b7a6e26b (patch)
tree385d97df67cff8fbee6d714a8cb5b05f17a5a561
parentf80f866f0db2ad960018f385904a245efaa1edfe (diff)
downloadaur-55eb61a91f95ad1e2525cca236807718b7a6e26b.tar.gz
Update to 2.5.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32ffc8806c83..f5784528a4e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-noetic-executive-smach
pkgdesc = ROS - This metapackage depends on the SMACH library and ROS SMACH integration packages.
- pkgver = 2.0.1
- pkgrel = 2
+ pkgver = 2.5.0
+ pkgrel = 1
url = https://wiki.ros.org/executive_smach
arch = any
license = BSD
@@ -11,8 +11,8 @@ 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.0.1.tar.gz::https://github.com/ros/executive_smach/archive/2.0.1.tar.gz
- sha256sums = 2f7f58064c960fc56de15fdedfd883f62122bd44874787f13c8b4d8a77c45380
+ source = ros-noetic-executive-smach-2.5.0.tar.gz::https://github.com/ros/executive_smach/archive/2.5.0.tar.gz
+ sha256sums = f46d9618f7a218501469320f1bab272b6b6675513bc5c4be674ac154d0429ecb
pkgname = ros-noetic-executive-smach
diff --git a/PKGBUILD b/PKGBUILD
index d9b74f191f58..5d7d0222548e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ 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.0.1'
+pkgver='2.5.0'
_pkgver_patch=0
arch=('any')
-pkgrel=2
+pkgrel=1
license=('BSD')
ros_makedepends=(
@@ -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=('2f7f58064c960fc56de15fdedfd883f62122bd44874787f13c8b4d8a77c45380')
+sha256sums=('f46d9618f7a218501469320f1bab272b6b6675513bc5c4be674ac154d0429ecb')
build() {
# Use ROS environment variables.