summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Hendy2019-11-16 16:12:56 -0600
committerGitHub2019-11-16 16:12:56 -0600
commit8c7ee76a783d3f9aa37ac6025f19ccfcbeb85889 (patch)
tree1d9bbb69b4859fa3d6a2c8ed4aa071f5aac9565f
parent3f1b17b8b1a1f660270b87f79705e10f509d14e8 (diff)
parent13ec9aba9645e2a2b065bffe5b2012419b3786fa (diff)
downloadaur-8c7ee76a783d3f9aa37ac6025f19ccfcbeb85889.tar.gz
Merge pull request #3 from acxz/master
update to py3.8
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ee719a4f875..f6ec3a22799a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-melodic-camera-calibration-parsers
pkgdesc = ROS - camera_calibration_parsers contains routines for reading and writing camera calibration parameters.
pkgver = 1.11.13
- pkgrel = 3
+ pkgrel = 4
url = https://wiki.ros.org/camera_calibration_parsers
arch = any
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 9488038edc14..e476fccbc6cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ url='https://wiki.ros.org/camera_calibration_parsers'
pkgname='ros-melodic-camera-calibration-parsers'
pkgver='1.11.13'
arch=('any')
-pkgrel=3
+pkgrel=4
license=('BSD')
ros_makedepends=(
@@ -67,9 +67,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
}