summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormajor major2017-05-19 15:45:41 +0200
committermajor major2017-05-19 15:45:41 +0200
commiteff4cb44f7315062f774bdfa64662637123ca424 (patch)
tree5eee1278053df8f8e1b2723fd5a6dd3593e9c397
parent0d6f079286b595a1f6355e4263ba423b24950f65 (diff)
downloadaur-eff4cb44f7315062f774bdfa64662637123ca424.tar.gz
switched back to official repo due to solved issues
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 27858305a879..4c6fc0c2d7a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,7 +29,7 @@ depends=(${ros_depends[@]}
_tag=release/kinetic/stage/${pkgver}-${_pkgver_patch}
_dir=stage
-source=("${_dir}"::"git+https://github.com/majorx234/stage.git")
+source=("${_dir}"::"git+https://github.com/rtv/Stage.git")
md5sums=('SKIP')
#prepare() {
@@ -60,8 +60,7 @@ build() {
-DPYTHON_INCLUDE_DIR=/usr/include/python2.7 \
-DPYTHON_LIBRARY=/usr/lib/libpython2.7.so \
-DPYTHON_BASENAME=-python2.7 \
- -DSETUPTOOLS_DEB_LAYOUT=OFF \
- -DROSBUILD:BOOL=true
+ -DSETUPTOOLS_DEB_LAYOUT=OFF
make
}