summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKartik Mohta2018-04-14 04:55:03 -0400
committerKartik Mohta2018-04-14 04:55:03 -0400
commit43e4657b86581a1f9901d87dfb8a02b16ed6a162 (patch)
treec6c3e5ac362684472cc3e15458b0a76a624e5708
parentae70977e3570de153a3506aa10ac7631f2095577 (diff)
downloadaur-43e4657b86581a1f9901d87dfb8a02b16ed6a162.tar.gz
Update version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 25f6b5b5abb1..b712911090b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-vcstool
pkgdesc = vcstool provides a command line tool to invoke vcs commands on multiple repositories.
- pkgver = 0.1.32
+ pkgver = 0.1.35
pkgrel = 1
url = https://github.com/dirk-thomas/vcstool
arch = any
@@ -9,8 +9,8 @@ pkgbase = python-vcstool
depends = python
depends = python-yaml
conflicts = python2-vcstool
- source = https://files.pythonhosted.org/packages/source/v/vcstool/vcstool-0.1.32.tar.gz
- md5sums = 299c1f96f23e0529d150062bb49603f4
+ source = https://files.pythonhosted.org/packages/source/v/vcstool/vcstool-0.1.35.tar.gz
+ md5sums = 3bcca76daf79ec8703b5374f6d8974b2
pkgname = python-vcstool
diff --git a/PKGBUILD b/PKGBUILD
index 85e8bc79a51d..d452b65e6a98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=('python-vcstool')
pkgname=('python-vcstool')
_module='vcstool'
-pkgver='0.1.32'
+pkgver='0.1.35'
pkgrel=1
pkgdesc="vcstool provides a command line tool to invoke vcs commands on multiple repositories."
url="https://github.com/dirk-thomas/vcstool"
@@ -13,7 +13,7 @@ makedepends=('python-setuptools')
license=('Apache')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/v/vcstool/vcstool-${pkgver}.tar.gz")
-md5sums=('299c1f96f23e0529d150062bb49603f4')
+md5sums=('3bcca76daf79ec8703b5374f6d8974b2')
build() {
cd "${srcdir}/${_module}-${pkgver}"