summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFelix Exner2020-09-04 15:45:42 +0200
committerFelix Exner2020-09-04 15:45:42 +0200
commita9516358ee196b626ba7a521821130513ac6db1c (patch)
tree12f6bcfc36e51c0e90338e6d91002d8a9e961c11 /PKGBUILD
parent9c8dad62da78e58df74226a5b46003a57a661462 (diff)
downloadaur-a9516358ee196b626ba7a521821130513ac6db1c.tar.gz
Update package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 85d882eda927..bfe9a4eedb48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@ pkgdesc="ROS - Time and Duration implementations for C++ libraries, including ro
url='https://wiki.ros.org/rostime'
pkgname='ros-melodic-rostime'
-pkgver='0.6.13'
+pkgver='0.6.14'
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
-pkgrel=2
+pkgrel=1
license=('BSD')
ros_makedepends=(
@@ -32,7 +32,7 @@ depends=(
_dir="roscpp_core-${pkgver}/rostime"
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros/roscpp_core/archive/${pkgver}.tar.gz")
-sha256sums=('6740da6424373c8ffb075b30272f7a46804a76015649bc4f54fd1963d50a1e49')
+sha256sums=('d5a0ad09fa878d9f3d6d7f3e8c7854f0f160aeeea9c4d332e3dc87552087ca68')
build() {
# Use ROS environment variables.