summaryrefslogtreecommitdiff
path: root/pcr/python2-wstool
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-04-30 07:57:51 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-04-30 07:57:51 -0500
commit507594a8116cb97a57ec303d7fd55398bfaa6530 (patch)
treef0558210e8de67ef57f4aeaba652fbf4895cf480 /pcr/python2-wstool
parent529196acd945b20ef561eba11c42ae0f23508cc2 (diff)
python2-wstool-0.1.6-1: updating version
Diffstat (limited to 'pcr/python2-wstool')
-rw-r--r--pcr/python2-wstool/PKGBUILD19
1 files changed, 5 insertions, 14 deletions
diff --git a/pcr/python2-wstool/PKGBUILD b/pcr/python2-wstool/PKGBUILD
index 731f4ad61..43b2401ab 100644
--- a/pcr/python2-wstool/PKGBUILD
+++ b/pcr/python2-wstool/PKGBUILD
@@ -2,32 +2,23 @@
# Maintainer (Parabola) : Aurélien DESBRIÈRES <aurelien@hackers.camp>
pkgname='python2-wstool'
-pkgver=0.1.1
+pkgver=0.1.6
pkgrel=1
-pkgdesc="wstool provides commands to manage several local SCM repositories (supports git, mercurial, subversion, bazaar) based on a single workspace definition file (.rosinstall)."
+pkgdesc='wstool provides commands to manage several local SCM repositories (supports git, mercurial, subversion, bazaar) based on a single workspace definition file (.rosinstall)'
arch=('any')
url="http://ros.org/"
-license=('BSD')
-groups=()
+license=('BSD3')
depends=('python2' 'python2-yaml' 'python2-vcstools')
makedepends=('python2-setuptools')
optdepends=()
provides=('wstool')
conflicts=('wstool')
-replaces=()
-backup=()
-options=()
-install=
source=("http://download.ros.org/downloads/wstool/wstool-$pkgver.tar.gz")
-
-noextract=()
-
-build() {
- echo ""
-}
+md5sums=('38cbe5a549c2c1eec017f6d92181674c')
package() {
cd "$srcdir/wstool-$pkgver"
python2 setup.py install --root "$pkgdir"
}
+
# vim:set ts=2 sw=2 et: