summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 75626137b095..147547da0d45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@ pkgdesc="ROS - Standalone Python library for generating ROS message and service
url='https://wiki.ros.org/genmsg'
pkgname='ros-noetic-genmsg'
-pkgver='0.5.16'
+pkgver='0.6.0'
arch=('any')
-pkgrel=2
+pkgrel=1
license=('BSD')
ros_makedepends=(
@@ -29,7 +29,7 @@ depends=(
_dir="genmsg-${pkgver}"
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros/genmsg/archive/${pkgver}.tar.gz")
-sha256sums=('0e414846823a2aaa7781f81268251c7c9a45ff96cef8e6a78bbbbcf7e4c28d56')
+sha256sums=('5e1169b03aebab158f762120cd2f7d8cfabb42885d51d853564f783d2b22fb3e')
build() {
# Use ROS environment variables.