summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2021-02-10 10:03:44 +0700
committerAchmad Fathoni2021-02-10 10:03:44 +0700
commitb2a0f97c0b56bfcd8da534930611402dd5eb0e94 (patch)
treea2b40959e176de6f378d1da9a4acdf8f307e55cf
parent02e18fab3f03ad79b9b10718ce081cc354746d82 (diff)
downloadaur-b2a0f97c0b56bfcd8da534930611402dd5eb0e94.tar.gz
Update to 1.15.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad050eb13136..1a37d6ae5962 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-noetic-image-rotate
pkgdesc = ROS - Contains a node that rotates an image stream in a way that minimizes the angle between a vector in some arbitrary frame and a vector in the camera frame.
- pkgver = 1.12.23
- pkgrel = 3
+ pkgver = 1.15.3
+ pkgrel = 1
url = https://wiki.ros.org/image_rotate
arch = i686
arch = x86_64
@@ -30,8 +30,8 @@ pkgbase = ros-noetic-image-rotate
depends = ros-noetic-roscpp
depends = ros-noetic-tf2
depends = ros-noetic-image-transport
- source = ros-noetic-image-rotate-1.12.23.tar.gz::https://github.com/ros-perception/image_pipeline/archive/1.12.23.tar.gz
- sha256sums = 0b024f155f79f16982b31951ad0b1bde5440159b0ba6b1128ecbe2e867a2e357
+ source = ros-noetic-image-rotate-1.15.3.tar.gz::https://github.com/ros-perception/image_pipeline/archive/1.15.3.tar.gz
+ sha256sums = 66ad6365b6f5c29a38ccde889381f50709ff273a1725e813843655f198d4b48b
pkgname = ros-noetic-image-rotate
diff --git a/PKGBUILD b/PKGBUILD
index 72ae8e897b91..ec371c3617b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ pkgdesc="ROS - Contains a node that rotates an image stream in a way that minim
url='https://wiki.ros.org/image_rotate'
pkgname='ros-noetic-image-rotate'
-pkgver='1.12.23'
+pkgver='1.15.3'
_pkgver_patch=0
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
-pkgrel=3
+pkgrel=1
license=('BSD')
ros_makedepends=(
@@ -47,7 +47,7 @@ depends=(
_dir="image_pipeline-${pkgver}/image_rotate"
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros-perception/image_pipeline/archive/${pkgver}.tar.gz")
-sha256sums=('0b024f155f79f16982b31951ad0b1bde5440159b0ba6b1128ecbe2e867a2e357')
+sha256sums=('66ad6365b6f5c29a38ccde889381f50709ff273a1725e813843655f198d4b48b')
build() {
# Use ROS environment variables.