summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAchmad Fathoni2022-03-03 19:00:54 +0700
committerAchmad Fathoni2022-03-03 19:00:54 +0700
commitdd26e7ad5143b26a031c9519764771ad7bf3c968 (patch)
treeca7674d566bc506fcd7d283e49c0ad6c8b3294f3 /PKGBUILD
parentb488bca7927cb9cb42e8f8f423585c2b384328b3 (diff)
downloadaur-dd26e7ad5143b26a031c9519764771ad7bf3c968.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 f34fa116bdfc..7ee3d1271419 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.13'
+pkgver='1.15.14'
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=('b676d6e688fe5ad78a9da9205477cc92ea6d54301f71caade1f27804d2d55000')
+sha256sums=('1083b58470a81323bc3a13aa9ae7c813e9fbc27b18f0e95a76b53e4076f3d872')
build() {
# Use ROS environment variables.