summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbionade242020-01-18 22:11:48 +0100
committerbionade242020-01-18 22:11:48 +0100
commita2ae1307af9665add84d4424562216a7ff8fe658 (patch)
tree3cca56e27e75f39886bab266c37e354c2424ea08 /PKGBUILD
parenta7e0351f0b6d1939c45abfc88eb07a25b9545452 (diff)
downloadaur-a2ae1307af9665add84d4424562216a7ff8fe658.tar.gz
Update version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 2 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0f286f8c43a2..d4d25dbdfce5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,8 @@
-# Script generated with import_catkin_packages.py.
-# For more information: https://github.com/bchretien/arch-ros-stacks.
pkgdesc="ROS - Low-level build system macros and infrastructure for ROS."
url='https://www.wiki.ros.org/catkin'
pkgname='ros-melodic-catkin'
-pkgver='0.7.19'
+pkgver='0.7.20'
arch=('any')
pkgrel=1
license=('BSD')
@@ -36,7 +34,7 @@ depends=(
_dir="catkin-${pkgver}"
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros/catkin/archive/${pkgver}.tar.gz")
-sha256sums=('b83d66640df99f72bc37160e8b60a76df6c87ff8dcbb9ab096911c44f08d13e1')
+sha256sums=('e92db87537231c8795313b9dade612ce5ed4a4d9170de63d7fb0ce6ee34c6def')
build() {
# Use ROS environment variables.
@@ -56,9 +54,6 @@ build() {
-DCATKIN_BUILD_BINARY_PACKAGE=OFF \
-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
}