summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5137370a6251..83432441f1a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = ros-melodic-std-msgs
pkgdesc = ROS - Standard ROS Messages including common message types representing primitive data types and other basic message constructs, such as multiarrays.
- pkgver = 0.5.12
+ pkgver = 0.5.13
pkgrel = 1
- url = https://www.wiki.ros.org/std_msgs
+ url = https://wiki.ros.org/std_msgs
arch = any
license = BSD
makedepends = cmake
@@ -10,8 +10,8 @@ pkgbase = ros-melodic-std-msgs
makedepends = ros-melodic-message-generation
makedepends = ros-melodic-catkin
depends = ros-melodic-message-runtime
- source = ros-melodic-std-msgs-0.5.12.tar.gz::https://github.com/ros/std_msgs/archive/0.5.12.tar.gz
- sha256sums = bdb35e40493ce5e30c9ad93d75964356a8dbfea5df3c6e6630f9ea4905dedc02
+ source = ros-melodic-std-msgs-0.5.13.tar.gz::https://github.com/ros/std_msgs/archive/0.5.13.tar.gz
+ sha256sums = ee6592d37b00a94cab8216aac2cfb5120f6da09ffa94bfe197fe8dc76dd21326
pkgname = ros-melodic-std-msgs
diff --git a/PKGBUILD b/PKGBUILD
index 1a8b8e37002e..e009179272df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Script generated with import_catkin_packages.py.
# For more information: https://github.com/bchretien/arch-ros-stacks.
pkgdesc="ROS - Standard ROS Messages including common message types representing primitive data types and other basic message constructs, such as multiarrays."
-url='https://www.wiki.ros.org/std_msgs'
+url='https://wiki.ros.org/std_msgs'
pkgname='ros-melodic-std-msgs'
-pkgver='0.5.12'
+pkgver='0.5.13'
arch=('any')
pkgrel=1
license=('BSD')
@@ -30,7 +30,7 @@ depends=(
_dir="std_msgs-${pkgver}"
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros/std_msgs/archive/${pkgver}.tar.gz")
-sha256sums=('bdb35e40493ce5e30c9ad93d75964356a8dbfea5df3c6e6630f9ea4905dedc02')
+sha256sums=('ee6592d37b00a94cab8216aac2cfb5120f6da09ffa94bfe197fe8dc76dd21326')
build() {
# Use ROS environment variables.
@@ -50,9 +50,6 @@ build() {
-DCATKIN_BUILD_BINARY_PACKAGE=ON \
-DCMAKE_INSTALL_PREFIX=/opt/ros/melodic \
-DPYTHON_EXECUTABLE=/usr/bin/python3 \
- -DPYTHON_INCLUDE_DIR=/usr/include/python3.7m \
- -DPYTHON_LIBRARY=/usr/lib/libpython3.7m.so \
- -DPYTHON_BASENAME=.cpython-37m \
-DSETUPTOOLS_DEB_LAYOUT=OFF
make
}