summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2020-04-25 19:15:51 -0400
committeracxz2020-04-25 19:15:51 -0400
commit4060a260047bf2225085c006784f2c670c73a4c5 (patch)
tree55702708921accb96930b26166a3b5266f24183b
parent60dd2c82c29bfdee469bc94671d4e663257ffb31 (diff)
downloadaur-4060a260047bf2225085c006784f2c670c73a4c5.tar.gz
remove unused cmake variables
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 3 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d35e5b0ce7db..1e06065670a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-melodic-angles
pkgdesc = ROS - This package provides a set of simple math utilities to work with angles.
pkgver = 1.9.13
- pkgrel = 1
+ pkgrel = 2
url = https://wiki.ros.org/angles
arch = any
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index c66bfd4b549b..656e4c465ac9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,8 @@ url='https://wiki.ros.org/angles'
pkgname='ros-melodic-angles'
pkgver='1.9.13'
-_pkgver_patch=0
arch=('any')
-pkgrel=1
+pkgrel=2
license=('BSD')
ros_makedepends=(
@@ -48,10 +47,7 @@ build() {
-DCMAKE_BUILD_TYPE=Release \
-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_EXECUTABLE=/usr/bin/python \
-DSETUPTOOLS_DEB_LAYOUT=OFF
make
}