summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKartik Mohta2018-05-31 21:18:21 -0400
committerKartik Mohta2018-05-31 21:18:21 -0400
commit55c74f2fef52c0e66b00241e5bfc7b6fc47b8627 (patch)
treebc4a767fbfb5b3ce032cdc2f767e1421b86030b9
parent43e4657b86581a1f9901d87dfb8a02b16ed6a162 (diff)
downloadaur-55c74f2fef52c0e66b00241e5bfc7b6fc47b8627.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 b712911090b4..36813f8e1448 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.35
+ pkgver = 0.1.36
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.35.tar.gz
- md5sums = 3bcca76daf79ec8703b5374f6d8974b2
+ source = https://files.pythonhosted.org/packages/source/v/vcstool/vcstool-0.1.36.tar.gz
+ md5sums = a350277cfcfbbbd639ba2f7f09b0f86a
pkgname = python-vcstool
diff --git a/PKGBUILD b/PKGBUILD
index d452b65e6a98..8fc701be1736 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=('python-vcstool')
pkgname=('python-vcstool')
_module='vcstool'
-pkgver='0.1.35'
+pkgver='0.1.36'
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=('3bcca76daf79ec8703b5374f6d8974b2')
+md5sums=('a350277cfcfbbbd639ba2f7f09b0f86a')
build() {
cd "${srcdir}/${_module}-${pkgver}"