summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjwhendy2019-11-16 16:40:23 -0600
committerjwhendy2019-11-16 16:40:23 -0600
commitafd6516f4ad1d7517d0d3115c59460e98d533186 (patch)
tree176086099696fb81f73aac3c0df6e18f805af1b4
parent1bdd187eb1c06124c6f33396fe04aa8086210061 (diff)
downloadaur-afd6516f4ad1d7517d0d3115c59460e98d533186.tar.gz
updated to py3.8
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD9
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0408481cb7e..7711412fb275 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-melodic-pcl-conversions
pkgdesc = ROS - Provides conversions from PCL data types and ROS message types.
pkgver = 1.7.0
- pkgrel = 1
+ pkgrel = 2
url = https://wiki.ros.org/pcl_conversions
arch = any
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 6cd077865871..d2db11d598fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,8 @@ url='https://wiki.ros.org/pcl_conversions'
pkgname='ros-melodic-pcl-conversions'
pkgver='1.7.0'
-_pkgver_patch=0
arch=('any')
-pkgrel=1
+pkgrel=2
license=('BSD')
ros_makedepends=(ros-melodic-catkin)
@@ -51,9 +50,9 @@ 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 \
+ -DPYTHON_INCLUDE_DIR=/usr/include/python3.8 \
+ -DPYTHON_LIBRARY=/usr/lib/libpython3.8.so \
+ -DPYTHON_BASENAME=.cpython-38 \
-DSETUPTOOLS_DEB_LAYOUT=OFF
make
}