summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAchmad Fathoni2021-02-10 10:59:06 +0700
committerAchmad Fathoni2021-02-10 10:59:06 +0700
commitfcb8d15f5d26f88c2eea6a8596867ff0ed07178a (patch)
treec06410dacc0fa62679904bb11632571dac9941fc /PKGBUILD
parentf4892586738716ab31e485e7ebdfaa3bbbdeb29e (diff)
downloadaur-ros-noetic-roscpp-core.tar.gz
Update to 0.7.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aaa2968a7c20..11b3805f2498 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@ pkgdesc="ROS - Underlying data libraries for roscpp messages."
url='https://wiki.ros.org/roscpp_core'
pkgname='ros-noetic-roscpp-core'
-pkgver='0.7.1'
+pkgver='0.7.2'
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
-pkgrel=3
+pkgrel=1
license=('BSD')
ros_makedepends=(
@@ -30,7 +30,7 @@ depends=(
_dir="roscpp_core-${pkgver}/roscpp_core"
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros/roscpp_core/archive/${pkgver}.tar.gz")
-sha256sums=('8fddbafd3fc76470e4a706f7923b7a03f914943d7edb0b70273d8b98e003b108')
+sha256sums=('a2aa77814ed97b48995c872a405c51f6b0f1ab9d40e38ece483852bbd273ad7b')
build() {
# Use ROS environment variables.