summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2020-05-24 14:15:41 -0400
committeracxz2020-05-24 14:15:41 -0400
commitd6aa386dc821b9550118f879f483ecb7915ac226 (patch)
tree8b2ce46ffda97249733a6156c7a37ee533cdf863
parent1979a459243b3a37fec3af9278c89c828f70e244 (diff)
downloadaur-d6aa386dc821b9550118f879f483ecb7915ac226.tar.gz
upd checksums
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8fd7ba7c15ee..6abfe2e1b45c 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 = 1
+ pkgrel = 2
url = https://www.wiki.ros.org/bond
arch = any
license = BSD
@@ -13,7 +13,7 @@ pkgbase = ros-noetic-bond
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 = 19e683f3c1ce7ec442e0e46708cdf7bbbb48c2a14ca4cbca858609fc1be931c5
+ sha256sums = b70f0fe5b4979fe2e7390bff9671b2581eefa91f4ac41f4af01eb1f2bef0e1f4
pkgname = ros-noetic-bond
diff --git a/PKGBUILD b/PKGBUILD
index 50c84008de81..3f3fde7554f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ url='https://www.wiki.ros.org/bond'
pkgname='ros-noetic-bond'
pkgver='1.8.5'
arch=('any')
-pkgrel=1
+pkgrel=2
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=('19e683f3c1ce7ec442e0e46708cdf7bbbb48c2a14ca4cbca858609fc1be931c5')
+sha256sums=('b70f0fe5b4979fe2e7390bff9671b2581eefa91f4ac41f4af01eb1f2bef0e1f4')
build() {
# Use ROS environment variables.