summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Exner2020-12-20 12:28:51 +0100
committerFelix Exner2020-12-20 12:28:51 +0100
commit8576673cb05dd1a63a471c5a8daaaa7248ee3373 (patch)
tree3c50953cef0843e56096a15feecaf3e990e2a35d
parent9fd55dd3c76342e8640c82ef015d6fc1b919660c (diff)
downloadaur-8576673cb05dd1a63a471c5a8daaaa7248ee3373.tar.gz
Explicitly use boost 1.69
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e1fd11e8874..e80ec8eb03c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-melodic-image-transport
pkgdesc = ROS - image_transport should always be used to subscribe to and publish images.
pkgver = 1.11.13
- pkgrel = 3
+ pkgrel = 4
url = https://wiki.ros.org/image_transport
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index ad62bc11b117..3acd26aa69db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname='ros-melodic-image-transport'
pkgver='1.11.13'
_pkgver_patch=0
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
-pkgrel=3
+pkgrel=4
license=('BSD')
ros_makedepends=(
@@ -61,7 +61,8 @@ 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
make
}