diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-04-30 07:41:38 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-04-30 07:41:38 -0500 |
commit | c5f8ce1bd74a04fb93e338a553355509410c7335 (patch) | |
tree | 47fd272e9340015fe96d25424f7a9890dd3a6dc3 /pcr/python2-vcstools | |
parent | 6e7a8951afbdd0f3af0c000aafa5df0e068d4f41 (diff) | |
download | abslibre-c5f8ce1bd74a04fb93e338a553355509410c7335.tar.gz abslibre-c5f8ce1bd74a04fb93e338a553355509410c7335.tar.bz2 abslibre-c5f8ce1bd74a04fb93e338a553355509410c7335.zip |
python2-vcstools-0.1.36-1: updating version
Diffstat (limited to 'pcr/python2-vcstools')
-rw-r--r-- | pcr/python2-vcstools/PKGBUILD | 20 |
1 files changed, 4 insertions, 16 deletions
diff --git a/pcr/python2-vcstools/PKGBUILD b/pcr/python2-vcstools/PKGBUILD index 19581f3f1..47fbf9bed 100644 --- a/pcr/python2-vcstools/PKGBUILD +++ b/pcr/python2-vcstools/PKGBUILD @@ -2,30 +2,18 @@ # Maintainer (Parabola) : Aurélien DESBRIÈRES <aurelien@hackers.camp> pkgname='python2-vcstools' -pkgver=0.1.33 +pkgver=0.1.36 pkgrel=1 -pkgdesc="" +pkgdesc='API for interacting with different version control systems (VCS/SCMs)' arch=('any') url="http://ros.org/" -license=('BSD') -groups=() +license=('BSD3') depends=('python2' 'python2-yaml') makedepends=('python2-setuptools') -optdepends=() -provides=() conflicts=('vcstools') replaces=('vcstools') -backup=() -options=() -install= source=("http://download.ros.org/downloads/vcstools/vcstools-$pkgver.tar.gz") - - -noextract=() - -build() { - echo "" -} +md5sums=('e3ef997da464cf284ca36fd60e993ed6') package() { cd "$srcdir/vcstools-$pkgver" |