summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2016-04-14 14:24:23 +0900
committerBenjamin Chrétien2016-04-14 14:24:23 +0900
commit4410d757a433ee09951f33c42459ffe6b9a5a180 (patch)
tree850c77d5195c929981cd721512bab228692357ec
parentb914daaf163a18b9ff32d76f879e9e0993754477 (diff)
downloadaur-ros-indigo-qt-gui-py-common.tar.gz
Update to version 0.2.30 (pkgrel 1)
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD18
2 files changed, 17 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a5754437e35c..82443cbe2abf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,19 @@
+# Generated by mksrcinfo v8
+# Thu Apr 14 05:24:20 UTC 2016
pkgbase = ros-indigo-qt-gui-py-common
pkgdesc = ROS - qt_gui_py_common provides common functionality for GUI plugins written in Python.
- pkgver = 0.2.29
+ pkgver = 0.2.30
pkgrel = 1
url = http://ros.org/wiki/qt_gui_py_common
arch = any
license = BSD
makedepends = cmake
- makedepends = git
makedepends = ros-build-tools
makedepends = ros-indigo-catkin
depends = ros-indigo-python-qt-binding
depends = python2-rospkg
- source = qt_gui_py_common::git+https://github.com/ros-gbp/qt_gui_core-release.git#tag=release/indigo/qt_gui_py_common/0.2.29-0
- md5sums = SKIP
+ source = ros-indigo-qt-gui-py-common-0.2.30-0.tar.gz::https://github.com/ros-gbp/qt_gui_core-release/archive/release/indigo/qt_gui_py_common/0.2.30-0.tar.gz
+ sha256sums = a3dd1ac4ca3bdab7a0192b40020b4c78984fba4c9f0fe84bf9f6fb16139a53b2
pkgname = ros-indigo-qt-gui-py-common
diff --git a/PKGBUILD b/PKGBUILD
index 08f01ef852fa..ec2c6a835e82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,24 +4,30 @@ pkgdesc="ROS - qt_gui_py_common provides common functionality for GUI plugins wr
url='http://ros.org/wiki/qt_gui_py_common'
pkgname='ros-indigo-qt-gui-py-common'
-pkgver='0.2.29'
+pkgver='0.2.30'
_pkgver_patch=0
arch=('any')
pkgrel=1
license=('BSD')
ros_makedepends=(ros-indigo-catkin)
-makedepends=('cmake' 'git' 'ros-build-tools'
+makedepends=('cmake' 'ros-build-tools'
${ros_makedepends[@]})
ros_depends=(ros-indigo-python-qt-binding)
depends=(${ros_depends[@]}
python2-rospkg)
-_tag=release/indigo/qt_gui_py_common/${pkgver}-${_pkgver_patch}
-_dir=qt_gui_py_common
-source=("${_dir}"::"git+https://github.com/ros-gbp/qt_gui_core-release.git"#tag=${_tag})
-md5sums=('SKIP')
+# Git version (e.g. for debugging)
+# _tag=release/indigo/qt_gui_py_common/${pkgver}-${_pkgver_patch}
+# _dir=${pkgname}
+# source=("${_dir}"::"git+https://github.com/ros-gbp/qt_gui_core-release.git"#tag=${_tag})
+# sha256sums=('SKIP')
+
+# Tarball version (faster download)
+_dir="qt_gui_core-release-release-indigo-qt_gui_py_common-${pkgver}-${_pkgver_patch}"
+source=("${pkgname}-${pkgver}-${_pkgver_patch}.tar.gz"::"https://github.com/ros-gbp/qt_gui_core-release/archive/release/indigo/qt_gui_py_common/${pkgver}-${_pkgver_patch}.tar.gz")
+sha256sums=('a3dd1ac4ca3bdab7a0192b40020b4c78984fba4c9f0fe84bf9f6fb16139a53b2')
build() {
# Use ROS environment variables