summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormajor major2019-03-13 18:55:39 +0100
committermajor major2019-03-13 18:55:39 +0100
commit92b5c3ec2468ee1421127e8e6938f91d8a049114 (patch)
tree4e05f80d8c6b61a720c43c38bc0ba0a2c7436d79
parent21faf338e3d79284bad1a5ee39c2ff40e7b21208 (diff)
downloadaur-ros-kinetic-stage.tar.gz
updated to a new commit, to get al lot of bugfixes,and changed way the git repo is checked out
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf64e77f3572..263cff32cce6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-kinetic-stage
pkgdesc = ROS - Mobile robot simulator http://rtv.github.com/Stage.
pkgver = 4.3.0
- pkgrel = 10
+ pkgrel = 11
url = http://rtv.github.com/Stage
arch = any
license = GPL
@@ -19,7 +19,7 @@ pkgbase = ros-kinetic-stage
depends = mesa
depends = fltk
depends = gtk2
- source = stage::git+https://github.com/rtv/Stage.git
+ source = stage::git+https://github.com/rtv/Stage.git#commit=0c85412d99ecb134088a2b72d541938e5d0657f1
md5sums = SKIP
pkgname = ros-kinetic-stage
diff --git a/PKGBUILD b/PKGBUILD
index 94442c31daaa..eb6ef4d6e50f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname='ros-kinetic-stage'
pkgver='4.3.0'
_pkgver_patch=0
arch=('any')
-pkgrel=10
+pkgrel=11
license=('GPL')
ros_makedepends=()
@@ -29,7 +29,7 @@ depends=(${ros_depends[@]}
_tag=release/kinetic/stage/${pkgver}-${_pkgver_patch}
_dir=stage
-source=("${_dir}"::"git+https://github.com/rtv/Stage.git")
+source=("${_dir}"::"git+https://github.com/rtv/Stage.git"#commit=0c85412d99ecb134088a2b72d541938e5d0657f1)
md5sums=('SKIP')
#prepare() {