summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbionade242020-07-06 16:26:51 +0200
committerbionade242020-07-06 16:26:51 +0200
commitbb607a62fcce626b18efce99e6c809af8857e48b (patch)
tree7d2f9295fc1ee86e06c23654ef8a44adfd586917
parent47cc6d8eafa02207a6e5894dcbcc4c6e587410f5 (diff)
downloadaur-bb607a62fcce626b18efce99e6c809af8857e48b.tar.gz
Delete unnecessary cmake args
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4db6c773384c..8adc044ae2b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-melodic-bondpy
pkgdesc = ROS - Python implementation of bond, a mechanism for checking when another process has terminated.
pkgver = 1.8.3
- pkgrel = 2
+ pkgrel = 3
url = https://www.wiki.ros.org/bondpy
arch = any
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 0d38cbf54b0a..d47c606c85bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ url='https://www.wiki.ros.org/bondpy'
pkgname='ros-melodic-bondpy'
pkgver='1.8.3'
arch=('any')
-pkgrel=2
+pkgrel=3
license=('BSD')
ros_makedepends=(
@@ -54,9 +54,6 @@ 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 \
-DSETUPTOOLS_DEB_LAYOUT=OFF
make
}