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 dc57e3dc9026..f2df7c8423ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - rosmsg contains two command-line tools: rosmsg and rossrv."
url='https://wiki.ros.org/rosmsg'
pkgname='ros-melodic-rosmsg'
-pkgver='1.14.9'
+pkgver='1.14.10'
arch=('any')
pkgrel=1
license=('BSD')
@@ -32,9 +32,9 @@ depends=(
python-rospkg
)
-_dir="ros_comm-${pkgver}/**/rosmsg"
+_dir="ros_comm-${pkgver}/tools/rosmsg"
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros/ros_comm/archive/${pkgver}.tar.gz")
-sha256sums=('3b3c8d24a49a5c54dada11173323fe97f18a49d34bbaa746f29736e12fec954b')
+sha256sums=('b3b75612feb447afe70600e3ba80bf3e356493a058ba8ebf2746e8db0c55165c')
build() {
# Use ROS environment variables.