diff options
author | Achmad Fathoni | 2022-10-08 00:01:24 +0700 |
---|---|---|
committer | Achmad Fathoni | 2022-10-08 00:01:24 +0700 |
commit | ca0e70207429861d259153bca282d0e951fdad7f (patch) | |
tree | 5ff75ba254454c12df2bd646c1e5b1696283d821 | |
parent | 0504f286467f8624ab8172f365970a60d992124b (diff) | |
download | aur-ca0e70207429861d259153bca282d0e951fdad7f.tar.gz |
Update package
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -19,6 +19,6 @@ pkgbase = ros-noetic-mavros-msgs depends = ros-noetic-sensor-msgs depends = ros-noetic-geographic-msgs source = ros-noetic-mavros-msgs-1.14.0.tar.gz::https://github.com/mavlink/mavros-release/archive/refs/tags/upstream/1.14.0.tar.gz - sha256sums = 4c7a33080cb79b3adb5794c2b3057e64b019c36ee24806d4045120625bec5e02 + sha256sums = fc067387de1256a7bb2373e3938c242ad79580a16387f7f69be3302a7cb2fe50 pkgname = ros-noetic-mavros-msgs @@ -4,7 +4,7 @@ pkgdesc="ROS - mavros_msgs defines messages for MAVROS." url='https://wiki.ros.org/mavros_msgs' pkgname='ros-noetic-mavros-msgs' -pkgver=1.14.0 +pkgver='1.14.0' arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h') pkgrel=1 license=('GPLv3, LGPLv3, BSD') @@ -34,7 +34,7 @@ depends=( _dir="mavros-release-upstream-${pkgver}/mavros_msgs" source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/mavlink/mavros-release/archive/refs/tags/upstream/${pkgver}.tar.gz") -sha256sums=('4c7a33080cb79b3adb5794c2b3057e64b019c36ee24806d4045120625bec5e02') +sha256sums=('fc067387de1256a7bb2373e3938c242ad79580a16387f7f69be3302a7cb2fe50') build() { # Use ROS environment variables |