summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd1c0184cb9d..97bed5e84b73 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-melodic-rosout
pkgdesc = ROS - System-wide logging mechanism for messages sent to the /rosout topic.
pkgver = 1.14.11
- pkgrel = 2
+ pkgrel = 3
url = https://wiki.ros.org/rosout
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index dc36c2854ae5..f8d5fedd636c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ url='https://wiki.ros.org/rosout'
pkgname='ros-melodic-rosout'
pkgver='1.14.11'
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
-pkgrel=2
+pkgrel=3
license=('BSD')
ros_makedepends=(
@@ -50,7 +50,7 @@ build() {
-DCATKIN_BUILD_BINARY_PACKAGE=ON \
-DCMAKE_INSTALL_PREFIX=/opt/ros/melodic \
-DPYTHON_EXECUTABLE=/usr/bin/python3 \
- -DSETUPTOOLS_DEB_LAYOUT=OFF
+ -DSETUPTOOLS_DEB_LAYOUT=OFF \
-DBOOST_ROOT=/opt/boost1.69 \
-DBoost_NO_SYSTEM_PATHS=TRUE
make