summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbionade242020-07-06 16:26:56 +0200
committerbionade242020-07-06 16:26:56 +0200
commit65e937a636b2c42589659261b800e1c31e090b7c (patch)
tree45e104bfff67c52097d07c84e6e46e0d41a6b6b1
parent7a954caba7ea6e6e9e63344cf51f0ffc7b2e41b5 (diff)
downloadaur-65e937a636b2c42589659261b800e1c31e090b7c.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 d6934c54be8d..88d9749e181b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-melodic-cmake-modules
pkgdesc = ROS - A common repository for CMake Modules which are not distributed with CMake but are commonly used by ROS packages.
pkgver = 0.4.2
- pkgrel = 1
+ pkgrel = 2
url = https://wiki.ros.org/cmake_modules
arch = any
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index fe1a13425e8a..bca34ce4a665 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ url='https://wiki.ros.org/cmake_modules'
pkgname='ros-melodic-cmake-modules'
pkgver='0.4.2'
arch=('any')
-pkgrel=1
+pkgrel=2
license=('BSD')
ros_makedepends=(
@@ -48,9 +48,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
}