summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOskar Roesler2020-09-19 18:58:54 +0200
committerGitHub2020-09-19 18:58:54 +0200
commitcf07c6a507a1103cd04cac6d5fa746ef27bfe6ad (patch)
treefd4178351ca0404a6707e16ce196480f0605c4e5
parent66ce4e37ed27a1a585d2f1bb7b04e5f34795aff2 (diff)
parent382c36cb062f3043c1514fdfa7e5907b7bdaadb2 (diff)
downloadaur-cf07c6a507a1103cd04cac6d5fa746ef27bfe6ad.tar.gz
Merge pull request #1 from ros-melodic-arch/disable_testing
Disabled test during makepkg
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9ebf28b1cb4..b50813859d90 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-melodic-easy-markers
pkgdesc = ROS - Python library to assist in publishing markers easily.
pkgver = 0.2.6
- pkgrel = 3
+ pkgrel = 4
url = https://wiki.ros.org/easy_markers
arch = any
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index e4e476739531..1f5792d38caf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ url='https://wiki.ros.org/easy_markers'
pkgname='ros-melodic-easy-markers'
pkgver='0.2.6'
arch=('any')
-pkgrel=3
+pkgrel=4
license=('BSD')
ros_makedepends=(ros-melodic-tf
@@ -54,6 +54,7 @@ build() {
cmake ${srcdir}/${_dir} \
-DCMAKE_BUILD_TYPE=Release \
-DCATKIN_BUILD_BINARY_PACKAGE=ON \
+ -DCATKIN_ENABLE_TESTING=0 \
-DCMAKE_INSTALL_PREFIX=/opt/ros/melodic \
-DPYTHON_EXECUTABLE=/usr/bin/python3 \
-DSETUPTOOLS_DEB_LAYOUT=OFF