summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2023-10-10 12:28:37 +0700
committerAchmad Fathoni2023-10-10 12:28:37 +0700
commited238e7c8c71a59e498d2b2792721f003fed3ece (patch)
tree7d3c896c41d6c52992992ca67cc271c8d1a216f0
parent2dfac77c2ea22135142b254aa7b8d8071ef8eb42 (diff)
downloadaur-ros-noetic-geodesy.tar.gz
Delete unused python
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 484fefd6fc56..10b35b31ec55 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-noetic-geodesy
pkgdesc = ROS - Python and C++ interfaces for manipulating geodetic coordinates.
pkgver = 0.5.6
- pkgrel = 2
+ pkgrel = 3
url = http://wiki.ros.org/geodesy
arch = any
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 9a7f2747d3a1..28cb18197f2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname='ros-noetic-geodesy'
pkgver='0.5.6'
_pkgver_patch=0
arch=('any')
-pkgrel=2
+pkgrel=3
license=('BSD')
ros_makedepends=(ros-noetic-uuid-msgs
@@ -57,9 +57,6 @@ build() {
-DCATKIN_BUILD_BINARY_PACKAGE=ON \
-DCMAKE_INSTALL_PREFIX=/opt/ros/noetic \
-DPYTHON_EXECUTABLE=/usr/bin/python3 \
- -DPYTHON_INCLUDE_DIR=/usr/include/python3.9 \
- -DPYTHON_LIBRARY=/usr/lib/libpython3.9.so \
- -DPYTHON_BASENAME=-python3.9 \
-DSETUPTOOLS_DEB_LAYOUT=OFF
make
}