summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2020-03-22 18:17:26 -0400
committeracxz2020-03-22 18:17:26 -0400
commit72bb6cbb6f0169e401449c139a80f5abfe35b9c1 (patch)
tree69e95167a34f7231097447e9d496c8a4dec0227f
parentc233045851a92c8c13bcce56df12f720c1807f70 (diff)
downloadaur-72bb6cbb6f0169e401449c139a80f5abfe35b9c1.tar.gz
fix install location
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5df7498ef8d3..99614ed35d42 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-melodic-actionlib-msgs
pkgdesc = ROS - actionlib_msgs defines the common messages to interact with an action server and an action client.
pkgver = 1.12.7
- pkgrel = 2
+ pkgrel = 3
url = https://wiki.ros.org/actionlib_msgs
arch = any
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 1bd6a7a583ed..5541a43a8867 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ url='https://wiki.ros.org/actionlib_msgs'
pkgname='ros-melodic-actionlib-msgs'
pkgver='1.12.7'
arch=('any')
-pkgrel=2
+pkgrel=3
license=('BSD')
ros_makedepends=(
@@ -53,9 +53,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
}