summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2016-03-24 11:17:29 +0900
committerBenjamin Chrétien2016-03-24 11:17:29 +0900
commit4524089b0246a51f811be52a5bba6a94c486cb2f (patch)
tree22a02fa8286a4e1d5216259b69103473658821b7
parent6040523ac4bc06ca7c4e16a596a4ea28e5db92d8 (diff)
downloadaur-4524089b0246a51f811be52a5bba6a94c486cb2f.tar.gz
Update to version 1.11.5 (pkgrel 1)
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD20
2 files changed, 19 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39ec767a4ee1..7645cf1f0ddb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
+# Generated by mksrcinfo v8
+# Thu Mar 24 02:17:24 UTC 2016
pkgbase = ros-indigo-actionlib
pkgdesc = ROS - The actionlib stack provides a standardized interface for interfacing with preemptable tasks.
- pkgver = 1.11.3
- pkgrel = 3
+ pkgver = 1.11.5
+ pkgrel = 1
url = http://www.ros.org/wiki/actionlib
arch = any
license = BSD
makedepends = cmake
- makedepends = git
makedepends = ros-build-tools
makedepends = ros-indigo-roscpp
makedepends = ros-indigo-std-msgs
@@ -23,8 +24,8 @@ pkgbase = ros-indigo-actionlib
depends = ros-indigo-rospy
depends = ros-indigo-actionlib-msgs
depends = boost
- source = actionlib::git+https://github.com/ros-gbp/actionlib-release.git#tag=release/indigo/actionlib/1.11.3-0
- md5sums = SKIP
+ source = ros-indigo-actionlib-1.11.5-0.tar.gz::https://github.com/ros-gbp/actionlib-release/archive/release/indigo/actionlib/1.11.5-0.tar.gz
+ sha256sums = 19e1cbb94e05ab31e1d87aa3422df9bdc00b4fc64e3da5c2ba97806442d2d349
pkgname = ros-indigo-actionlib
diff --git a/PKGBUILD b/PKGBUILD
index 5b18cf64e78a..b74cb0d908f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ pkgdesc="ROS - The actionlib stack provides a standardized interface for interfa
url='http://www.ros.org/wiki/actionlib'
pkgname='ros-indigo-actionlib'
-pkgver='1.11.3'
+pkgver='1.11.5'
_pkgver_patch=0
arch=('any')
-pkgrel=3
+pkgrel=1
license=('BSD')
ros_makedepends=(ros-indigo-roscpp
@@ -17,7 +17,7 @@ ros_makedepends=(ros-indigo-roscpp
ros-indigo-catkin
ros-indigo-message-generation
ros-indigo-actionlib-msgs)
-makedepends=('cmake' 'git' 'ros-build-tools'
+makedepends=('cmake' 'ros-build-tools'
${ros_makedepends[@]}
boost)
@@ -30,10 +30,16 @@ ros_depends=(ros-indigo-roscpp
depends=(${ros_depends[@]}
boost)
-_tag=release/indigo/actionlib/${pkgver}-${_pkgver_patch}
-_dir=actionlib
-source=("${_dir}"::"git+https://github.com/ros-gbp/actionlib-release.git"#tag=${_tag})
-md5sums=('SKIP')
+# Git version (e.g. for debugging)
+# _tag=release/indigo/actionlib/${pkgver}-${_pkgver_patch}
+# _dir=${pkgname}
+# source=("${_dir}"::"git+https://github.com/ros-gbp/actionlib-release.git"#tag=${_tag})
+# sha256sums=('SKIP')
+
+# Tarball version (faster download)
+_dir="actionlib-release-release-indigo-actionlib-${pkgver}-${_pkgver_patch}"
+source=("${pkgname}-${pkgver}-${_pkgver_patch}.tar.gz"::"https://github.com/ros-gbp/actionlib-release/archive/release/indigo/actionlib/${pkgver}-${_pkgver_patch}.tar.gz")
+sha256sums=('19e1cbb94e05ab31e1d87aa3422df9bdc00b4fc64e3da5c2ba97806442d2d349')
build() {
# Use ROS environment variables