summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbionade242020-05-12 11:01:06 +0200
committerbionade242020-05-12 11:01:06 +0200
commit3c1b75afae580d5a4d97b6f828ae9adfb4b4a24f (patch)
tree294bdad541ac19b7767e04347f2dc1768eb31355 /PKGBUILD
parentd898ad4789a61eda7ce925e13a2bb09a4a81ce05 (diff)
downloadaur-3c1b75afae580d5a4d97b6f828ae9adfb4b4a24f.tar.gz
Updated package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ed0cff2f42eb..3df378d5f648 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - Python library to assist in publishing markers easily."
url='https://wiki.ros.org/easy_markers'
pkgname='ros-melodic-easy-markers'
-pkgver='0.2.4'
+pkgver='0.2.6'
arch=('any')
pkgrel=2
license=('BSD')
@@ -36,7 +36,7 @@ depends=(${ros_depends[@]})
# Tarball version (faster download)
_dir="wu_ros_tools-${pkgver}/easy_markers"
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/DLu/wu_ros_tools/archive/${pkgver}.tar.gz")
-sha256sums=('fd0bb39a69302dae5ccfd565277209719a4199644fc8265a2ae7ccedd92c004a')
+sha256sums=('27323d7584aed0782d4b64ca4f1955b237ff3b41736d075d29a9c825a8f55366')
build() {
# Use ROS environment variables
@@ -56,9 +56,6 @@ build() {
-DCATKIN_BUILD_BINARY_PACKAGE=ON \
-DCMAKE_INSTALL_PREFIX=/opt/ros/melodic \
-DPYTHON_EXECUTABLE=/usr/bin/python2 \
- -DPYTHON_INCLUDE_DIR=/usr/include/python2.7 \
- -DPYTHON_LIBRARY=/usr/lib/libpython2.7.so \
- -DPYTHON_BASENAME=-python2.7 \
-DSETUPTOOLS_DEB_LAYOUT=OFF
make
}