summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAchmad Fathoni2021-05-08 05:51:59 +0700
committerAchmad Fathoni2021-05-08 05:51:59 +0700
commitb330b46c8a6f614395ef78918494a393d35fd04a (patch)
tree50dd41a2df41ad09e045e7f5cdfe1488311190d2 /PKGBUILD
parent1d08270ce1454de2294d8b11dc00cb1a2f086973 (diff)
downloadaur-b330b46c8a6f614395ef78918494a393d35fd04a.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 79c25823763b..087ee8221afa 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.9'
+pkgver='1.15.11'
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=('ee68c16fe6e2f3bf8fef4cf35552a30160cb3b579dfe18d667c0ba05e69ef90d')
+sha256sums=('7187dd3ab2783e5041c2ef71079cf2b6f9ed06c88c7e3c6efd7684ca5475b5bd')
build() {
# Use ROS environment variables.