summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2016-01-23 20:27:19 +0900
committerBenjamin Chrétien2016-01-23 20:27:19 +0900
commit85661eb6b06d289a3f12c8b12c30cada8fc12f0d (patch)
treec7666fb3e6ac34954237034f34cbf3ee27fb0619
parent8ae668b275288894a78f7dc04dec7ff0514e9c81 (diff)
downloadaur-85661eb6b06d289a3f12c8b12c30cada8fc12f0d.tar.gz
Update to version 1.11.11 (pkgrel 1)
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD16
2 files changed, 15 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58616e0fbc16..3218b1db8dd4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Dec 20 12:06:12 UTC 2015
+# Sat Jan 23 11:27:05 UTC 2016
pkgbase = ros-indigo-pr2-description
pkgdesc = ROS - This package contains the description (mechanical, kinematic, visual, etc.) of the PR2 robot.
- pkgver = 1.11.10
+ pkgver = 1.11.11
pkgrel = 1
url = http://ros.org/wiki/pr2_description
arch = any
@@ -14,8 +14,8 @@ pkgbase = ros-indigo-pr2-description
makedepends = ros-indigo-ivcon
makedepends = ros-indigo-catkin
depends = ros-indigo-xacro
- source = pr2_description::git+https://github.com/pr2-gbp/pr2_common-release.git#tag=release/indigo/pr2_description/1.11.10-0
- md5sums = SKIP
+ source = https://github.com/pr2-gbp/pr2_common-release/archive/release/indigo/pr2_description/1.11.11-0.tar.gz
+ sha256sums = 374299e55f8026529c04b17230ec5a3fe1035e43db75f1a4e89a46a819d97463
pkgname = ros-indigo-pr2-description
diff --git a/PKGBUILD b/PKGBUILD
index 8e47e8cfb744..1b802a821330 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - This package contains the description (mechanical, kinematic, vis
url='http://ros.org/wiki/pr2_description'
pkgname='ros-indigo-pr2-description'
-pkgver='1.11.10'
+pkgver='1.11.11'
_pkgver_patch=0
arch=('any')
pkgrel=1
@@ -19,10 +19,16 @@ makedepends=('cmake' 'git' 'ros-build-tools'
ros_depends=(ros-indigo-xacro)
depends=(${ros_depends[@]})
-_tag=release/indigo/pr2_description/${pkgver}-${_pkgver_patch}
-_dir=pr2_description
-source=("${_dir}"::"git+https://github.com/pr2-gbp/pr2_common-release.git"#tag=${_tag})
-md5sums=('SKIP')
+# Git version (e.g. for debugging)
+# _tag=release/indigo/pr2_description/${pkgver}-${_pkgver_patch}
+# _dir=pr2_description
+# source=("${_dir}"::"git+https://github.com/pr2-gbp/pr2_common-release.git"#tag=${_tag})
+# sha256sums=('SKIP')
+
+# Tarball version (faster download)
+_dir="pr2_common-release-release-indigo-pr2_description-${pkgver}-${_pkgver_patch}"
+source=("https://github.com/pr2-gbp/pr2_common-release/archive/release/indigo/pr2_description/${pkgver}-${_pkgver_patch}.tar.gz")
+sha256sums=('374299e55f8026529c04b17230ec5a3fe1035e43db75f1a4e89a46a819d97463')
build() {
# Use ROS environment variables