summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjwhendy2019-11-16 22:15:03 -0600
committerjwhendy2019-11-16 22:15:44 -0600
commit55ab16c3841f874f6387409192e638b9904b63fe (patch)
treef0789fa768eeb9f0a0dab1adf12538cf70e92382
parentafd6516f4ad1d7517d0d3115c59460e98d533186 (diff)
downloadaur-55ab16c3841f874f6387409192e638b9904b63fe.tar.gz
reversed unnecessary python 3.8 change
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7711412fb275..d0408481cb7e 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 = 2
+ pkgrel = 1
url = https://wiki.ros.org/pcl_conversions
arch = any
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index d2db11d598fc..1613c073554c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ url='https://wiki.ros.org/pcl_conversions'
pkgname='ros-melodic-pcl-conversions'
pkgver='1.7.0'
arch=('any')
-pkgrel=2
+pkgrel=1
license=('BSD')
ros_makedepends=(ros-melodic-catkin)
@@ -50,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.8 \
- -DPYTHON_LIBRARY=/usr/lib/libpython3.8.so \
- -DPYTHON_BASENAME=.cpython-38 \
+ -DPYTHON_INCLUDE_DIR=/usr/include/python3.7m \
+ -DPYTHON_LIBRARY=/usr/lib/libpython3.7m.so \
+ -DPYTHON_BASENAME=.cpython-37m \
-DSETUPTOOLS_DEB_LAYOUT=OFF
make
}