summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbionade242020-05-12 11:02:01 +0200
committerbionade242020-05-12 11:02:01 +0200
commit4b19cfee8de306f3f38ba0f0b31ac6c9d9683a6c (patch)
treef6378751d6d6c4387f7a7f7a36116eab484bc5ad
parent37e70f658c9a55c84640492d419e83416e1fade1 (diff)
downloadaur-4b19cfee8de306f3f38ba0f0b31ac6c9d9683a6c.tar.gz
Updated package
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3dd51bbdb68..4786de901c2a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros-melodic-genmsg
pkgdesc = ROS - Standalone Python library for generating ROS message and service data structures for various languages.
- pkgver = 0.5.12
+ pkgver = 0.5.15
pkgrel = 1
url = https://www.wiki.ros.org/genmsg
arch = any
@@ -9,8 +9,8 @@ pkgbase = ros-melodic-genmsg
makedepends = ros-build-tools
makedepends = ros-melodic-catkin
depends = ros-melodic-catkin
- source = ros-melodic-genmsg-0.5.12.tar.gz::https://github.com/ros/genmsg/archive/0.5.12.tar.gz
- sha256sums = 0e29bde730b4e114d1050998e833681fa3917f530cfab674e71fa21677d2a7ae
+ source = ros-melodic-genmsg-0.5.15.tar.gz::https://github.com/ros/genmsg/archive/0.5.15.tar.gz
+ sha256sums = eae7042040f0ba144a2488e8950f01ce99d962ac473d7d310f466902ef1925d0
pkgname = ros-melodic-genmsg
diff --git a/PKGBUILD b/PKGBUILD
index 6d27f5ecdf5a..fab6e2179321 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - Standalone Python library for generating ROS message and service
url='https://www.wiki.ros.org/genmsg'
pkgname='ros-melodic-genmsg'
-pkgver='0.5.12'
+pkgver='0.5.15'
arch=('any')
pkgrel=1
license=('BSD')
@@ -29,7 +29,7 @@ depends=(
_dir="genmsg-${pkgver}"
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros/genmsg/archive/${pkgver}.tar.gz")
-sha256sums=('0e29bde730b4e114d1050998e833681fa3917f530cfab674e71fa21677d2a7ae')
+sha256sums=('eae7042040f0ba144a2488e8950f01ce99d962ac473d7d310f466902ef1925d0')
build() {
# Use ROS environment variables.
@@ -49,9 +49,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
}