summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2019-11-15 22:35:41 -0500
committeracxz2019-11-15 22:35:41 -0500
commit3eaff7f2944622a9c1f7da7db0c1559a5dc66e86 (patch)
treeebfe8fd845043eb4be860149f824280c3cc1f06c
parent92070b77e778daaaedf1e2e00b4dfbc31d203bfa (diff)
downloadaur-3eaff7f2944622a9c1f7da7db0c1559a5dc66e86.tar.gz
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 74fcbf19269d..f7cb1ab565d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-melodic-roslz4
pkgdesc = ROS - A Python and C++ implementation of the LZ4 streaming format.
pkgver = 1.14.3
- pkgrel = 1
+ pkgrel = 2
url = https://wiki.ros.org/roslz4
arch = any
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 5e6cb73d35d8..66387b5b201a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ url='https://wiki.ros.org/roslz4'
pkgname='ros-melodic-roslz4'
pkgver='1.14.3'
arch=('any')
-pkgrel=1
+pkgrel=2
license=('BSD')
ros_makedepends=(
@@ -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.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
}