summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2021-02-10 09:10:38 +0700
committerAchmad Fathoni2021-02-10 09:10:38 +0700
commit3c9410f2381778ce20f423e08c10d25721685396 (patch)
tree83e495d4668da542d785befd04bd95f359aa5a4d
parent463bae39a1b7eb5f9e6b31ae3e7262a3907d8f4d (diff)
downloadaur-3c9410f2381778ce20f423e08c10d25721685396.tar.gz
Update to 1.8.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 132662d68a92..bc5299f570aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-noetic-bond
pkgdesc = ROS - A bond allows two processes, A and B, to know when the other has terminated, either cleanly or by crashing.
- pkgver = 1.8.5
- pkgrel = 3
+ pkgver = 1.8.6
+ pkgrel = 1
url = https://wiki.ros.org/bond
arch = any
license = BSD
@@ -12,8 +12,8 @@ pkgbase = ros-noetic-bond
makedepends = ros-noetic-catkin
depends = ros-noetic-message-runtime
depends = ros-noetic-std-msgs
- source = ros-noetic-bond-1.8.5.tar.gz::https://github.com/ros/bond_core/archive/1.8.5.tar.gz
- sha256sums = b70f0fe5b4979fe2e7390bff9671b2581eefa91f4ac41f4af01eb1f2bef0e1f4
+ source = ros-noetic-bond-1.8.6.tar.gz::https://github.com/ros/bond_core/archive/1.8.6.tar.gz
+ sha256sums = 33ec23816b57630c449b4a629504bd0112eeef5cee15652b3759ab11088a1e81
pkgname = ros-noetic-bond
diff --git a/PKGBUILD b/PKGBUILD
index 995768582082..4fcb43614bad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@ pkgdesc="ROS - A bond allows two processes, A and B, to know when the other has
url='https://wiki.ros.org/bond'
pkgname='ros-noetic-bond'
-pkgver='1.8.5'
+pkgver='1.8.6'
arch=('any')
-pkgrel=3
+pkgrel=1
license=('BSD')
ros_makedepends=(
@@ -32,7 +32,7 @@ depends=(
_dir="bond_core-${pkgver}/bond"
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros/bond_core/archive/${pkgver}.tar.gz")
-sha256sums=('b70f0fe5b4979fe2e7390bff9671b2581eefa91f4ac41f4af01eb1f2bef0e1f4')
+sha256sums=('33ec23816b57630c449b4a629504bd0112eeef5cee15652b3759ab11088a1e81')
build() {
# Use ROS environment variables.