summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2020-03-06 10:48:07 -0500
committeracxz2020-03-06 10:48:07 -0500
commitf82dda1e0ff011fb0a4fad4d1727708c7d25ddf8 (patch)
treec9212d5f4b7c78431a8a71d023fad05f817893eb
parent5eb2140f162b769bcaf106f50a868e59ab8b7361 (diff)
downloadaur-f82dda1e0ff011fb0a4fad4d1727708c7d25ddf8.tar.gz
update url
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD16
2 files changed, 6 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3cd74a4fcad..115ae1d61c98 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = ros-melodic-stage
- pkgdesc = ROS - Mobile robot simulator https://rtvhub.com/Stage.
+ pkgdesc = ROS - Mobile robot simulator http://rtvhub.com/Stage.
pkgver = 4.3.0
- pkgrel = 2
- url = https://rtvhub.com/Stage
+ pkgrel = 3
+ url = https://wiki.ros.org/stage
arch = any
license = GPL
makedepends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index 1d10b24a981b..ca4572c58540 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Script generated with import_catkin_packages.py
# For more information: https://github.com/bchretien/arch-ros-stacks
-pkgdesc="ROS - Mobile robot simulator https://rtvhub.com/Stage."
-url='https://rtvhub.com/Stage'
+pkgdesc="ROS - Mobile robot simulator http://rtvhub.com/Stage."
+url='https://wiki.ros.org/stage'
pkgname='ros-melodic-stage'
pkgver='4.3.0'
arch=('any')
-pkgrel=2
+pkgrel=3
license=('GPL')
ros_makedepends=()
@@ -26,13 +26,6 @@ depends=(${ros_depends[@]}
fltk
gtk2)
-# Git version (e.g. for debugging)
-# _tag=release/melodic/stage/${pkgver}-${_pkgver_patch}
-# _dir=${pkgname}
-# source=("${_dir}"::"git+https://github.com/ros-gbp/stage-release.git"#tag=${_tag})
-# sha256sums=('SKIP')
-
-# Tarball version (faster download)
_dir="Stage-${pkgver}"
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/rtv/Stage/archive/v${pkgver}.tar.gz")
sha256sums=('f32cb6887146441fd34671975fa81ea76438ce447bc68a0a6a1b62b5233ad2d6')
@@ -55,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
}