summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2021-02-10 11:52:25 +0700
committerAchmad Fathoni2021-02-10 11:52:25 +0700
commit412dcca762ea52ba51eb19b73be17089992d1e14 (patch)
tree3c86abeba7dee88736c1f84c410438600742481b
parented4cd9fe196d6504c1bf8fbcc12787883e0c984e (diff)
downloadaur-412dcca762ea52ba51eb19b73be17089992d1e14.tar.gz
Update to 1.13.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9b7c01d4219..55fe18519c9f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros-noetic-tf
pkgdesc = ROS - tf is a package that lets the user keep track of multiple coordinate frames over time.
- pkgver = 1.13.1
+ pkgver = 1.13.2
pkgrel = 1
url = https://wiki.ros.org/tf
arch = i686
@@ -32,8 +32,8 @@ pkgbase = ros-noetic-tf
depends = ros-noetic-sensor-msgs
depends = ros-noetic-geometry-msgs
depends = graphviz
- source = ros-noetic-tf-1.13.1.tar.gz::https://github.com/ros/geometry/archive/1.13.1.tar.gz
- sha256sums = c9845547238c7f305bd47af10f072184fea76050cbca021e77d43890fe996e4c
+ source = ros-noetic-tf-1.13.2.tar.gz::https://github.com/ros/geometry/archive/1.13.2.tar.gz
+ sha256sums = 6b653d4e10503d3da56bc4000e39ce58d6a85547a37837da576edccecc0c6ae2
pkgname = ros-noetic-tf
diff --git a/PKGBUILD b/PKGBUILD
index 35a6f324ce32..6eefacc10e3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - tf is a package that lets the user keep track of multiple coordin
url='https://wiki.ros.org/tf'
pkgname='ros-noetic-tf'
-pkgver='1.13.1'
+pkgver='1.13.2'
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
pkgrel=1
license=('BSD')
@@ -48,7 +48,7 @@ depends=(
_dir="geometry-${pkgver}/tf"
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros/geometry/archive/${pkgver}.tar.gz")
-sha256sums=('c9845547238c7f305bd47af10f072184fea76050cbca021e77d43890fe996e4c')
+sha256sums=('6b653d4e10503d3da56bc4000e39ce58d6a85547a37837da576edccecc0c6ae2')
build() {
# Use ROS environment variables.