summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Reignier2016-02-03 00:33:37 +0100
committerRomain Reignier2016-02-03 00:33:37 +0100
commit203e20893d2983b319c4d1162b5ce422145c8620 (patch)
treef129c2819eca3d821aab038448c5573597763e75
parente72d257ae946b057a2619182d578ffacce17fd62 (diff)
downloadaur-203e20893d2983b319c4d1162b5ce422145c8620.tar.gz
Update to version 0.61.8
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD16
2 files changed, 16 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6bfa6bfb1976..31c9dab09172 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Tue Feb 2 23:33:36 UTC 2016
pkgbase = ros-indigo-ecl-containers
pkgdesc = ROS - The containers included here are intended to extend the stl containers.
- pkgver = 0.61.3
+ pkgver = 0.61.8
pkgrel = 1
url = http://wiki.ros.org/ecl_containers
arch = any
@@ -27,8 +29,8 @@ pkgbase = ros-indigo-ecl-containers
depends = ros-indigo-ecl-mpl
depends = ros-indigo-ecl-config
depends = ros-indigo-ecl-type-traits
- source = ecl_containers::git+https://github.com/yujinrobot-release/ecl_core-release.git#tag=release/indigo/ecl_containers/0.61.3-0
- md5sums = SKIP
+ source = https://github.com/yujinrobot-release/ecl_core-release/archive/release/indigo/ecl_containers/0.61.8-0.tar.gz
+ sha256sums = af60ba894a4740931aba65c187404e41170f406fefe63d10b9cdd9e412c23845
pkgname = ros-indigo-ecl-containers
diff --git a/PKGBUILD b/PKGBUILD
index de8cca9ba8c9..2824ee40f3b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - The containers included here are intended to extend the stl conta
url='http://wiki.ros.org/ecl_containers'
pkgname='ros-indigo-ecl-containers'
-pkgver='0.61.3'
+pkgver='0.61.8'
_pkgver_patch=0
arch=('any')
pkgrel=1
@@ -34,10 +34,16 @@ ros_depends=(ros-indigo-ecl-errors
ros-indigo-ecl-type-traits)
depends=(${ros_depends[@]})
-_tag=release/indigo/ecl_containers/${pkgver}-${_pkgver_patch}
-_dir=ecl_containers
-source=("${_dir}"::"git+https://github.com/yujinrobot-release/ecl_core-release.git"#tag=${_tag})
-md5sums=('SKIP')
+# Git version (e.g. for debugging)
+# _tag=release/indigo/ecl_containers/${pkgver}-${_pkgver_patch}
+# _dir=ecl_containers
+# source=("${_dir}"::"git+https://github.com/yujinrobot-release/ecl_core-release.git"#tag=${_tag})
+# sha256sums=('SKIP')
+
+# Tarball version (faster download)
+_dir="ecl_core-release-release-indigo-ecl_containers-${pkgver}-${_pkgver_patch}"
+source=("https://github.com/yujinrobot-release/ecl_core-release/archive/release/indigo/ecl_containers/${pkgver}-${_pkgver_patch}.tar.gz")
+sha256sums=('af60ba894a4740931aba65c187404e41170f406fefe63d10b9cdd9e412c23845')
build() {
# Use ROS environment variables