summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2021-12-25 13:44:39 +0700
committerAchmad Fathoni2021-12-25 13:44:39 +0700
commitf4dd9de61920087d5cdc64c3cca55c7fc43e9087 (patch)
treee526e4c4d5b85e85f8b1357ca502cf5cceadefb2
parent7c28cb934c572ac3a9bd37e6479354d65d7ccb9e (diff)
downloadaur-f4dd9de61920087d5cdc64c3cca55c7fc43e9087.tar.gz
Update package
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6b859e9c4cd..7ac277d4c483 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-noetic-laser-filters
pkgdesc = ROS - Assorted filters designed to operate on 2D planar laser scanners, which use the sensor_msgs/LaserScan type.
- pkgver = 1.8.11
- pkgrel = 3
+ pkgver = 1.9.0
+ pkgrel = 1
url = https://wiki.ros.org/laser_filters
arch = i686
arch = x86_64
@@ -30,7 +30,7 @@ pkgbase = ros-noetic-laser-filters
depends = ros-noetic-laser-geometry
depends = ros-noetic-pluginlib
depends = ros-noetic-angles
- source = ros-noetic-laser-filters-1.8.11.tar.gz::https://github.com/ros-perception/laser_filters/archive/1.8.11.tar.gz
- sha256sums = 8c81c29f6e48daa6c120ddc72088b7a84d9753f91cb5027e745b0a94f9fd41fb
+ source = ros-noetic-laser-filters-1.9.0.tar.gz::https://github.com/ros-perception/laser_filters/archive/1.9.0.tar.gz
+ sha256sums = e9e58f4e6e22717973e4a187e1472c5b6d11247b96e03f8080f339e0077e37b8
pkgname = ros-noetic-laser-filters
diff --git a/PKGBUILD b/PKGBUILD
index 84a6f53c37ce..b13520d8d667 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@ pkgdesc="ROS - Assorted filters designed to operate on 2D planar laser scanners,
url='https://wiki.ros.org/laser_filters'
pkgname='ros-noetic-laser-filters'
-pkgver='1.8.11'
+pkgver='1.9.0'
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
-pkgrel=3
+pkgrel=1
license=('BSD')
ros_makedepends=(
@@ -44,7 +44,7 @@ depends=(
_dir="laser_filters-${pkgver}"
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros-perception/laser_filters/archive/${pkgver}.tar.gz")
-sha256sums=('8c81c29f6e48daa6c120ddc72088b7a84d9753f91cb5027e745b0a94f9fd41fb')
+sha256sums=('e9e58f4e6e22717973e4a187e1472c5b6d11247b96e03f8080f339e0077e37b8')
prepare() {
sed -i '4s/11/17/' ${_dir}/CMakeLists.txt