summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAchmad Fathoni2021-10-03 12:31:42 +0700
committerAchmad Fathoni2021-10-03 12:31:42 +0700
commitb488bca7927cb9cb42e8f8f423585c2b384328b3 (patch)
tree6914997eac5451e33b0b3bd5e583955fb058cce3 /PKGBUILD
parentb330b46c8a6f614395ef78918494a393d35fd04a (diff)
downloadaur-b488bca7927cb9cb42e8f8f423585c2b384328b3.tar.gz
Update package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 087ee8221afa..f34fa116bdfc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@ pkgdesc="ROS - roscpp is a C++ implementation of ROS."
url='https://github.com/ros/ros_comm'
pkgname='ros-noetic-roscpp'
-pkgver='1.15.11'
+pkgver='1.15.13'
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
pkgrel=1
license=('BSD')
@@ -46,7 +46,7 @@ depends=(
_dir="ros_comm-${pkgver}/clients/roscpp"
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros/ros_comm/archive/${pkgver}.tar.gz")
-sha256sums=('7187dd3ab2783e5041c2ef71079cf2b6f9ed06c88c7e3c6efd7684ca5475b5bd')
+sha256sums=('b676d6e688fe5ad78a9da9205477cc92ea6d54301f71caade1f27804d2d55000')
build() {
# Use ROS environment variables.