summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD16
2 files changed, 16 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38413485e6e8..2212170f4677 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Tue Feb 2 22:20:09 UTC 2016
pkgbase = ros-indigo-ecl-build
pkgdesc = ROS - Collection of cmake/make build tools primarily for ecl development itself, but also contains a few cmake modules useful outside of the ecl.
- pkgver = 0.61.1
+ pkgver = 0.61.2
pkgrel = 1
url = http://wiki.ros.org/ecl_build
arch = any
@@ -11,8 +13,8 @@ pkgbase = ros-indigo-ecl-build
makedepends = ros-indigo-ecl-license
makedepends = ros-indigo-catkin
depends = ros-indigo-ecl-license
- source = ecl_build::git+https://github.com/yujinrobot-release/ecl_tools-release.git#tag=release/indigo/ecl_build/0.61.1-0
- md5sums = SKIP
+ source = https://github.com/yujinrobot-release/ecl_tools-release/archive/release/indigo/ecl_build/0.61.2-0.tar.gz
+ sha256sums = b43450f5e7fd47d25a5e01da67744ac79f366b1b8d0bae050aa276cb66d3a3f8
pkgname = ros-indigo-ecl-build
diff --git a/PKGBUILD b/PKGBUILD
index 18b832aac0ab..c1de37aee530 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - Collection of cmake/make build tools primarily for ecl developmen
url='http://wiki.ros.org/ecl_build'
pkgname='ros-indigo-ecl-build'
-pkgver='0.61.1'
+pkgver='0.61.2'
_pkgver_patch=0
arch=('any')
pkgrel=1
@@ -18,10 +18,16 @@ makedepends=('cmake' 'git' 'ros-build-tools'
ros_depends=(ros-indigo-ecl-license)
depends=(${ros_depends[@]})
-_tag=release/indigo/ecl_build/${pkgver}-${_pkgver_patch}
-_dir=ecl_build
-source=("${_dir}"::"git+https://github.com/yujinrobot-release/ecl_tools-release.git"#tag=${_tag})
-md5sums=('SKIP')
+# Git version (e.g. for debugging)
+# _tag=release/indigo/ecl_build/${pkgver}-${_pkgver_patch}
+# _dir=ecl_build
+# source=("${_dir}"::"git+https://github.com/yujinrobot-release/ecl_tools-release.git"#tag=${_tag})
+# sha256sums=('SKIP')
+
+# Tarball version (faster download)
+_dir="ecl_tools-release-release-indigo-ecl_build-${pkgver}-${_pkgver_patch}"
+source=("https://github.com/yujinrobot-release/ecl_tools-release/archive/release/indigo/ecl_build/${pkgver}-${_pkgver_patch}.tar.gz")
+sha256sums=('b43450f5e7fd47d25a5e01da67744ac79f366b1b8d0bae050aa276cb66d3a3f8')
build() {
# Use ROS environment variables