summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc369e819ecb..9042985e9fea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros-noetic-bondpy
pkgdesc = ROS - Python implementation of bond, a mechanism for checking when another process has terminated.
- pkgver = 1.8.5
+ pkgver = 1.8.6
pkgrel = 1
url = https://wiki.ros.org/bondpy
arch = any
@@ -14,8 +14,8 @@ pkgbase = ros-noetic-bondpy
depends = ros-noetic-smclib
depends = ros-noetic-rospy
depends = util-linux
- source = ros-noetic-bondpy-1.8.5.tar.gz::https://github.com/ros/bond_core/archive/1.8.5.tar.gz
- sha256sums = b70f0fe5b4979fe2e7390bff9671b2581eefa91f4ac41f4af01eb1f2bef0e1f4
+ source = ros-noetic-bondpy-1.8.6.tar.gz::https://github.com/ros/bond_core/archive/1.8.6.tar.gz
+ sha256sums = 33ec23816b57630c449b4a629504bd0112eeef5cee15652b3759ab11088a1e81
pkgname = ros-noetic-bondpy
diff --git a/PKGBUILD b/PKGBUILD
index 9a267593d217..d0a96543c463 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - Python implementation of bond, a mechanism for checking when anot
url='https://wiki.ros.org/bondpy'
pkgname='ros-noetic-bondpy'
-pkgver='1.8.5'
+pkgver='1.8.6'
arch=('any')
pkgrel=1
license=('BSD')
@@ -34,7 +34,7 @@ depends=(
_dir="bond_core-${pkgver}/bondpy"
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros/bond_core/archive/${pkgver}.tar.gz")
-sha256sums=('b70f0fe5b4979fe2e7390bff9671b2581eefa91f4ac41f4af01eb1f2bef0e1f4')
+sha256sums=('33ec23816b57630c449b4a629504bd0112eeef5cee15652b3759ab11088a1e81')
build() {
# Use ROS environment variables.