summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Reignier2016-11-24 09:52:28 +0100
committerRomain Reignier2016-11-24 09:52:28 +0100
commit3a5dff55827651e82f3c980c4275930a309e8c22 (patch)
treefa51092e4ec0a60b78aaedbe817963a69db89d34
parent94e4f91e2d95a5359a626697406f9707d771f984 (diff)
downloadaur-3a5dff55827651e82f3c980c4275930a309e8c22.tar.gz
Update to 0.1.23
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD20
2 files changed, 18 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a544a3712b3..345b940c4a2f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
+# Generated by mksrcinfo v8
+# Thu Nov 24 08:52:18 UTC 2016
pkgbase = ros-indigo-rocon-python-utils
pkgdesc = ROS - Python system and ros utilities.
pkgver = 0.1.23
- pkgrel = 1
+ pkgrel = 2
url = http://ros.org/wiki/rocon_python_utils
arch = any
license = BSD
makedepends = cmake
- makedepends = git
makedepends = ros-build-tools
makedepends = ros-indigo-rostest
makedepends = ros-indigo-catkin
@@ -16,8 +17,8 @@ pkgbase = ros-indigo-rocon-python-utils
depends = ros-indigo-rocon-std-msgs
depends = python2-catkin-pkg
depends = python2-rospkg
- source = rocon_python_utils::git+https://github.com/yujinrobot-release/rocon_tools-release.git#tag=release/indigo/rocon_python_utils/0.1.23-0
- md5sums = SKIP
+ source = ros-indigo-rocon-python-utils-0.1.23-1.tar.gz::https://github.com/yujinrobot-release/rocon_tools-release/archive/release/indigo/rocon_python_utils/0.1.23-1.tar.gz
+ sha256sums = af8416b170f4b8b56a43a0863c2730944b562ba0ca0ab83dba0c3308949c831f
pkgname = ros-indigo-rocon-python-utils
diff --git a/PKGBUILD b/PKGBUILD
index 9690de31a3a3..a6107ffaf4a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@ url='http://ros.org/wiki/rocon_python_utils'
pkgname='ros-indigo-rocon-python-utils'
pkgver='0.1.23'
-_pkgver_patch=0
+_pkgver_patch=1
arch=('any')
-pkgrel=1
+pkgrel=2
license=('BSD')
ros_makedepends=(ros-indigo-rostest
ros-indigo-catkin)
-makedepends=('cmake' 'git' 'ros-build-tools'
+makedepends=('cmake' 'ros-build-tools'
${ros_makedepends[@]}
python2-catkin-pkg)
@@ -23,10 +23,16 @@ depends=(${ros_depends[@]}
python2-catkin-pkg
python2-rospkg)
-_tag=release/indigo/rocon_python_utils/${pkgver}-${_pkgver_patch}
-_dir=rocon_python_utils
-source=("${_dir}"::"git+https://github.com/yujinrobot-release/rocon_tools-release.git"#tag=${_tag})
-md5sums=('SKIP')
+# Git version (e.g. for debugging)
+# _tag=release/indigo/rocon_python_utils/${pkgver}-${_pkgver_patch}
+# _dir=${pkgname}
+# source=("${_dir}"::"git+https://github.com/yujinrobot-release/rocon_tools-release.git"#tag=${_tag})
+# sha256sums=('SKIP')
+
+# Tarball version (faster download)
+_dir="rocon_tools-release-release-indigo-rocon_python_utils-${pkgver}-${_pkgver_patch}"
+source=("${pkgname}-${pkgver}-${_pkgver_patch}.tar.gz"::"https://github.com/yujinrobot-release/rocon_tools-release/archive/release/indigo/rocon_python_utils/${pkgver}-${_pkgver_patch}.tar.gz")
+sha256sums=('af8416b170f4b8b56a43a0863c2730944b562ba0ca0ab83dba0c3308949c831f')
build() {
# Use ROS environment variables