summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Reignier2016-02-03 00:30:57 +0100
committerRomain Reignier2016-02-03 00:30:57 +0100
commit42f4726ace2c532b9dde3578e94cdc99a537e1d3 (patch)
tree2cc72813280e95c9f356e6d4f783cae96032baec
parentc6965d52eab2bc19d13a26749ef157654645d798 (diff)
downloadaur-42f4726ace2c532b9dde3578e94cdc99a537e1d3.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 b50908ecec21..c887eeb51aec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Tue Feb 2 23:30:57 UTC 2016
pkgbase = ros-indigo-ecl-config
pkgdesc = ROS - These tools inspect and describe your system with macros, types and functions.
- pkgver = 0.61.1
+ pkgver = 0.61.4
pkgrel = 1
url = http://wiki.ros.org/ecl_config
arch = any
@@ -13,8 +15,8 @@ pkgbase = ros-indigo-ecl-config
makedepends = ros-indigo-ecl-build
depends = ros-indigo-ecl-license
depends = ros-indigo-ecl-build
- source = ecl_config::git+https://github.com/yujinrobot-release/ecl_lite-release.git#tag=release/indigo/ecl_config/0.61.1-0
- md5sums = SKIP
+ source = https://github.com/yujinrobot-release/ecl_lite-release/archive/release/indigo/ecl_config/0.61.4-0.tar.gz
+ sha256sums = 0b5b4ed2b351ddd086a1e2c9ca534b64482e94a5257aa519cefec50fead3b759
pkgname = ros-indigo-ecl-config
diff --git a/PKGBUILD b/PKGBUILD
index b28e0c40b3c4..f76a1cb2aedc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - These tools inspect and describe your system with macros, types a
url='http://wiki.ros.org/ecl_config'
pkgname='ros-indigo-ecl-config'
-pkgver='0.61.1'
+pkgver='0.61.4'
_pkgver_patch=0
arch=('any')
pkgrel=1
@@ -20,10 +20,16 @@ ros_depends=(ros-indigo-ecl-license
ros-indigo-ecl-build)
depends=(${ros_depends[@]})
-_tag=release/indigo/ecl_config/${pkgver}-${_pkgver_patch}
-_dir=ecl_config
-source=("${_dir}"::"git+https://github.com/yujinrobot-release/ecl_lite-release.git"#tag=${_tag})
-md5sums=('SKIP')
+# Git version (e.g. for debugging)
+# _tag=release/indigo/ecl_config/${pkgver}-${_pkgver_patch}
+# _dir=ecl_config
+# source=("${_dir}"::"git+https://github.com/yujinrobot-release/ecl_lite-release.git"#tag=${_tag})
+# sha256sums=('SKIP')
+
+# Tarball version (faster download)
+_dir="ecl_lite-release-release-indigo-ecl_config-${pkgver}-${_pkgver_patch}"
+source=("https://github.com/yujinrobot-release/ecl_lite-release/archive/release/indigo/ecl_config/${pkgver}-${_pkgver_patch}.tar.gz")
+sha256sums=('0b5b4ed2b351ddd086a1e2c9ca534b64482e94a5257aa519cefec50fead3b759')
build() {
# Use ROS environment variables