summaryrefslogtreecommitdiff
path: root/pcr/python2-vcstools/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/python2-vcstools/PKGBUILD')
-rw-r--r--pcr/python2-vcstools/PKGBUILD20
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"