summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Exner2020-12-02 17:19:51 +0100
committerFelix Exner2020-12-02 17:19:51 +0100
commit4e204119b31b2ff42bd4a14327428366a8b85d35 (patch)
tree016d8724c90e66c7c7ad48824186b332f3f128e1
parent5f1678e585128a1b9a7086bd95d37f1dfa4556fa (diff)
downloadaur-4e204119b31b2ff42bd4a14327428366a8b85d35.tar.gz
Updated to python 3.9
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 080e04c31db9..c4a41872ba82 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.10
- pkgrel = 1
+ pkgrel = 2
url = https://wiki.ros.org/roslz4
arch = any
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index d93dbb9982db..8bd0e9da4666 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ url='https://wiki.ros.org/roslz4'
pkgname='ros-melodic-roslz4'
pkgver='1.14.10'
arch=('any')
-pkgrel=1
+pkgrel=2
license=('BSD')
ros_makedepends=(
@@ -51,8 +51,8 @@ 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_INCLUDE_DIR=/usr/include/python3.9 \
+ -DPYTHON_LIBRARY=/usr/lib/libpython3.9.so \
-DPYTHON_BASENAME=.cpython-38 \
-DSETUPTOOLS_DEB_LAYOUT=OFF
make