summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {